Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Website: Documentation Site Generator #119

Open
hhstore opened this issue Jan 11, 2019 · 4 comments
Open

Website: Documentation Site Generator #119

hhstore opened this issue Jan 11, 2019 · 4 comments

Comments

@hhstore
Copy link
Owner

hhstore commented Jan 11, 2019

related:

@hhstore
Copy link
Owner Author

hhstore commented Jan 11, 2019

文档展示:

VitePress:

教程:

VuePress:(被上替代)

部署说明:

dumi:

Docusaurus:

docsify:

theme 插件:

部署说明:

ydoc:

docz:

gatsby:

ReDoc:

mkdocs:

hugo:

@hhstore
Copy link
Owner Author

hhstore commented Jan 11, 2019

API Mock / 展示:

yapi:

apiDoc:

devdocs:

@hhstore
Copy link
Owner Author

hhstore commented Apr 11, 2019

其他:

prism

@hhstore
Copy link
Owner Author

hhstore commented Apr 15, 2019

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

  • 访问: http://localhost:3000

配置:

多版本:

yarn run version 1.0.0

多语言:

@hhstore hhstore changed the title Documentation Site Generator Website: Documentation Site Generator Feb 3, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant