| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Optionally include sidebar when creating new docs
Optionally include navbar when creating new docs
Optionally include coverpage when creating new docs
There was a problem hiding this comment.
LGTM. Thank you for your contribution.
Sorry, something went wrong.
There was a problem hiding this comment.
I think it is better to prompt the user to choose between the templates he/she intends to have.
Sorry, something went wrong.
|
What template? _sidebar.md these? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When I create documentations with docsify, I like to include the coverpage, sidebar and navbar features to take advantage of these amazing resources. So, I decided to automate this process creating options to the init command to include these templates.
So, you can include coverpage, for example, using this command
docsify init ./ --coverpage # or short docsify init ./ -cCHANGES
I hope that helps docsify users.