Docsify
-
wrote on Sep 29, 2020, 6:06 PM last edited by
I'd love to see Docsify as a supplement to GitHubPages.
"docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an index.html and deploy it on GitHub Pages."
-
I'd love to see Docsify as a supplement to GitHubPages.
"docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website. To start using it, all you need to do is create an index.html and deploy it on GitHub Pages."
wrote on Sep 29, 2020, 9:00 PM last edited byNice, thanks @hartmann
https://github.com/docsifyjs/docsify/
I also recently came across mdbook which looks nice too:
https://github.com/rust-lang/mdBook -
-
Nice, thanks @hartmann
https://github.com/docsifyjs/docsify/
I also recently came across mdbook which looks nice too:
https://github.com/rust-lang/mdBookwrote on Sep 30, 2020, 7:38 AM last edited by@jdaviescoates mdBook looks great, too thanks for the tip!
-
It seems to work as-is on the GitHub pages app.
- npm i docsify-cli -g
- docsify init ./docs
- cd docs; git init; git add *; git commit -a
- Then I installed GitHub pages on Cloudron and did a git push
-
It seems to work as-is on the GitHub pages app.
- npm i docsify-cli -g
- docsify init ./docs
- cd docs; git init; git add *; git commit -a
- Then I installed GitHub pages on Cloudron and did a git push
wrote on Jan 9, 2025, 4:52 PM last edited by -
wrote on Jan 9, 2025, 7:31 PM last edited by jdaviescoates Jan 9, 2025, 7:32 PM
-
wrote on Jan 10, 2025, 9:39 AM last edited by
@jdaviescoates Installing this NPM package on top/inside the GitHub pages app?
-
@jdaviescoates Installing this NPM package on top/inside the GitHub pages app?
wrote on Jan 10, 2025, 12:32 PM last edited by jdaviescoates Jan 10, 2025, 12:33 PM@andreasdueren sounds to me like @girish installed it locally then pushed the result to GitHub Pages Cloudron app
It seems to work as-is on the GitHub pages app.
- npm i docsify-cli -g
- docsify init ./docs
- cd docs; git init; git add *; git commit -a
- Then I installed GitHub pages on Cloudron and did a git push
I've not tried it but that's what I took from the above.
-
wrote on Jan 10, 2025, 2:46 PM last edited by
Oh I understand