-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
28 lines (23 loc) · 1007 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
site_name: ZeroNet 中文文档
site_url: http://127.0.0.1:43110/docs.ysc3839.bit/
site_description: Decentralized websites using Bitcoin crypto and the BitTorrent network
repo_url: https://github.com/ysc3839/Documentation-zh
extra_css: [docs.css]
#extra_javascript: [docs.js]
pages:
- 介绍: "index.md"
- 常见问题: "faq.md"
- 开始使用 ZeroNet:
- "安装": using_zeronet/installing.md
- "示例站点": using_zeronet/sample_sites.md
- "创建新站点": using_zeronet/create_new_site.md
- "站点开发":
- "Getting Started": "site_development/getting_started.md"
- "ZeroFrame API reference": "site_development/zeroframe_api_reference.md"
- "Structure of content.json": "site_development/content_json.md"
- "Structure of dbschema.json": "site_development/dbschema_json.md"
- "帮助 ZeroNet 开发":
- "Contributing to ZeroNet": "help_zeronet/contributing.md"
- "网络协议": "help_zeronet/network_protocol.md"
- "捐赠": "help_zeronet/donate.md"
theme_dir: readthedocs