wunsh / elixir-docs-ru

Translation of official Elixir documentation into Russian
https://wunsh.ru/docs
36 stars 3 forks source link

Restructure #13

Open sobolevn opened 7 years ago

sobolevn commented 7 years ago

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

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?

rtrv commented 7 years ago

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

jarosluv commented 7 years ago

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?

rtrv commented 7 years ago

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

sobolevn commented 7 years ago

You can use git-subtree.

I have never tried to submodule a subtree, actually.

rtrv commented 7 years ago

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.