chore: Move the docs from the README to do separate markdown files within a /docs directory
Closed this issue Β· 15 comments
Iβd like to propose moving the docs from the huge README file to separate pages within the GitHub Wiki of this Repo as mentioned in #195
Can I please get a π / π ?
The bad consequence would be that we couldn't search for keywords through the whole docs.
I think reading/working through a README is much more easy than doing the same with a wiki.
At least that was the case on every GitHub project with the main docs in a wiki that I used until today.
What could be an alternative?
I agree with @mischah that our README is way too large and the Wiki seems a good solution. We just have to structure the docs so you can navigate through easy.
The bad consequence would be that we couldn't search for keywords through the whole docs.
Valid point. At least for now.
On the long run I would love to add the docs to the Baumeister website (as static sited generated from markdown) where the would be searchable (via algolia DocSearch for example).
I think reading/working through a README is much more easy than doing the same with a wiki.
At least that was the case on every GitHub project with the main docs in a wiki that I used until today.
I kinda feel that.
What could be an alternative?
We could move the READMEs content to separate markdown files in a docs
folder in the root of the project.
This way we would have a navigable docs via the GitHub web interface. Like the Gulp docs for example.
Still not searchable for now though π
Personally I hate Wikis for documentations. They are basically a dead-end (to me). Plus I like to have the documentation side-by-side with the code when I download it, not having to go to an extra link to see whats going on.
Static site search can be achieved via lunr.js
@micromata/ux @lfuelling @Anbe93
ΓΈkay, I feel you. No Wiki then π
Could all of you Update your π / π for extracting the READMEs content do different markdown files within a /docs
directory?
Will the result still be one single-page?
We could implement a 'Single-Page-Docs' page on the baumeister website, I guess
@nicolaisueper Created a pull request to move the split the docs from the readme to different files.
I want to make sure that any everyone is happy with that before merging. So please leave a π / π either at this comment or at #210
Thanks for your feedback.
I see https://github.com/Knockout-Contrib/Knockout-Validation/wiki as a negative example. It's a hell to find stuff, when you don't exactly know what you are looking for. Example: find the word required
So let's keep the gh readme in one file and put a searchable docs page located at the Baumeister webpage then?
Which may be splitted up in multiple pages
Jup. Closing this for now. Thanks for everyones feedback π₯