elixir-docs-ru icon indicating copy to clipboard operation
elixir-docs-ru copied to clipboard

Restructure

Open sobolevn opened this issue 7 years ago • 5 comments

I am working on #10 which brings a lot of new meta files to the repository:

  • .editorconfig
  • package.json
  • package-json.lock
  • .travis.yml
  • CONTRIBUTING.md
  • .remarkrc
  • And maybe others

And it is quite hard to navigate in repository right now. So, my idea is to move every document file inside lib/ folder leaving only meta files in the root folder.

Is it fine with everyone?

sobolevn avatar Aug 14 '17 06:08 sobolevn

No problem for me, but it may require some work on wunsh website. @jarosluv ?

rtrv avatar Aug 14 '17 09:08 rtrv

I want to use this repository as submodule for main Jekyll-site. If we bring all files to lib dir, how can we get this goal?

jarosluv avatar Aug 16 '17 14:08 jarosluv

The first way is using links. The second is submoduling lib dir directly, but I dunno how it's possible.

rtrv avatar Aug 16 '17 15:08 rtrv

You can use git-subtree.

I have never tried to submodule a subtree, actually.

sobolevn avatar Aug 16 '17 17:08 sobolevn

Both git-subtree and git-submodule can't add only part of the repository, unfortunately. Maybe we could keep all the bunch of files as is, but if anybody finds a solution, maybe some Jekyll hack, then we could return to this topic.

rtrv avatar Aug 17 '17 06:08 rtrv