Skip to content

froghub-io/filecoin-docs

 
 

Repository files navigation

Filecoin Docs

查看Filecoin项目的概念中文文档请跳转到filecoin-docs.froghub.io. 您可能还对Filecoin的技术规范lotus教程中实现细节感兴趣。

Working on this platform

要启动这个 VuePress 站点的本地实例,请参见下文:

  1. 安装 NPM 依赖项:

    npm install
  2. 开发模式 下启动中文版应用程序:

    npm run start-zh
  3. 在浏览器中打开localhost:8080

Code organization

  • 中文翻译的内容位于docs-zh文件中,是英文文档路径docs的镜像。每个主要部分都有自己的子文件夹。
  • 导航是从 docs-zh/.vuepress/config.js 和每个 Markdown 文件中的元数据生成的。添加新内容时,请务必在此配置文件中创建一个条目。
  • 要在主页上展示新文章,您还需要 manualSidebardocs-zh/.vuepress/themes/components/Home.vue.处更新Home 组件中的对象。

Contributing

Learn more about contributing to this docs site.

License

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.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 46.6%
  • JavaScript 25.2%
  • Stylus 16.0%
  • Shell 6.8%
  • Python 5.4%