需求是介绍网站和应用本身的理念、使用方法、安装方法和后或许规划等。就是左边是导航栏,右边是内容的那种布局。有没有什么合适的模板或者工具?
1
zx945 143 天前 via iPad
|
![]() |
2
nijux 143 天前
https://github.com/gilbitron/Raneto
Raneto is a free, open, simple Markdown powered knowledge base for Node.js. Visit http://docs.raneto.com to see a demo and get started! |
3
helloworld1024 143 天前
vuepress , 基于 markdown 的,写起来上手成本很低,也肯漂亮。 我的文档就是用这个写的 https://docs.bbs-go.com/installation.html
|
![]() |
4
laravel 143 天前
如果你像我一样喜欢前端开发的话,可以用 docusaurus
|
![]() |
5
2NUT 143 天前
docsify
|
6
h82258652 143 天前
mdbook
|
![]() |
7
imgradeone 143 天前 via Android
MkDocs + Material Theme
|
![]() |
8
7Qi7Qi 143 天前
docsify + 1
|
![]() |
9
bef0rewind OP 感谢大家的推荐,最后选了 vuepress
|