查看Filecoin项目的概念中文文档请跳转到filecoin-docs.froghub.io. 您可能还对Filecoin的技术规范 或lotus教程中实现细节感兴趣。
要启动这个 VuePress 站点的本地实例,请参见下文:
-
安装 NPM 依赖项:
npm install
-
在 开发模式 下启动中文版应用程序:
npm run start-zh
-
在浏览器中打开localhost:8080。
- 中文翻译的内容位于
docs-zh
文件中,是英文文档路径docs
的镜像。每个主要部分都有自己的子文件夹。 - 导航是从 docs-zh/.vuepress/config.js 和每个 Markdown 文件中的元数据生成的。添加新内容时,请务必在此配置文件中创建一个条目。
- 要在主页上展示新文章,您还需要
manualSidebar
在 docs-zh/.vuepress/themes/components/Home.vue.处更新Home 组件中的对象。
Learn more about contributing to this docs site.
All software code is copyright (c) Protocol Labs, Inc. under the MIT license. Other written documentation and content is copyright (c) Protocol Labs, Inc. under the Creative Commons Attribution-Share-Alike License. See LICENSE file for details.