1 Star 0 Fork 4

blockchian_dev/cello

forked from Hyperledger/cello 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Yuanmao Zhu 提交于 2023-02-17 23:45 . Fix makefile
site_name: Hyperledger Cello
repo_name: "hyperledger/cello"
repo_url: "https://github.com/hyperledger/cello"
theme:
name: "mkdocs"
logo: "images/favicon.png"
favicon: "images/favicon.png"
feature:
tabs: true
palette:
primary: "light-blue"
accent: "light-blue"
font:
text: "Ubuntu"
code: "Ubuntu Mono"
markdown_extensions:
- admonition
- codehilite
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
docs_dir: docs
nav:
- Docs:
- Overview: index.md
- Concepts: concepts.md
- Design:
- Architecture: design/arch.md
- Setup:
- Server: setup/server.md
- Agent:
- Kubernetes: agents/kubernetes.md
- Fabric operator: agents/fabric-operator.md
- Operations:
- Dashboard:
- Operator operations: operations/dashboard/operator.md
- Admin operations: operations/dashboard/admin.md
- User operations: operations/dashboard/user.md
- Reference:
- Configuration:
- Server Configuration: reference/configuration/server.md
- Commands:
- make: reference/commands/make.md
- cli: reference/commands/cli.md
- Contribute: contributing.md
- FAQ:
- faq.md
- Release Notes:
- release_note.md
#plugins:
# - search
# - minify:
# minify_html: true
# - pdf-export:
# media_type: print
# combined: true
# enabled_if_env: ENABLE_PDF_EXPORT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yusha223/cello.git
git@gitee.com:yusha223/cello.git
yusha223
cello
cello
main

搜索帮助