hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
291 stars 24 forks source link

Website: Documentation Site Generator #119

Open hhstore opened 5 years ago

hhstore commented 5 years ago

related:

hhstore commented 5 years ago

文档展示:

VitePress:

教程:

VuePress:(被上替代)

部署说明:

dumi:

Docusaurus:

docsify:

theme 插件:

部署说明:

ydoc:

docz:

gatsby:

ReDoc:

mkdocs:

hugo:

hhstore commented 5 years ago

API Mock / 展示:

yapi:

apiDoc:

devdocs:

hhstore commented 5 years ago

其他:

prism

hhstore commented 5 years ago

Docusaurus 安装教程:

# 安装node:
brew install node

# 版本: v8.15.0
node -v

# 安装yarn:
npm install yarn

# 创建demo目录:
mkdir demo
cd demo/

# 安装项目初始化脚手架: 
npx docusaurus-init

# demo/
# 重命名: 
mv docs-examples-from-docusaurus docs

# 切换到内容目录: 
cd website/

# demo/website/
# 重命名:
mv blog-examples-from-docusaurus blog

# demo/website/
# 启动:
yarn start

配置:

多版本:

yarn run version 1.0.0

多语言: