docs(*): update nav order
This commit is contained in:
parent
4bc8fe58cf
commit
7702b46102
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
:root {
|
||||
font-size: 123%;
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
.md-content .md-typeset h1 {
|
||||
|
|
|
@ -12,12 +12,13 @@ theme:
|
|||
text: Roboto
|
||||
code: Roboto Mono
|
||||
palette:
|
||||
primary: red
|
||||
scheme: default
|
||||
accent: red
|
||||
primary: blue
|
||||
scheme: slate
|
||||
accent: blue
|
||||
|
||||
version:
|
||||
provider: mike
|
||||
extra:
|
||||
version:
|
||||
provider: mike
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
|
@ -33,38 +34,37 @@ markdown_extensions:
|
|||
|
||||
nav:
|
||||
- Home:
|
||||
- 版本发布记录:
|
||||
- BitXHub v1.5.0: bitxhub/changelog/bitxhub_v1.5.0.md
|
||||
- BitXHub v1.4.0: bitxhub/changelog/bitxhub_v1.4.0.md
|
||||
- BitXHub v1.3.0: bitxhub/changelog/bitxhub_v1.3.0.md
|
||||
- 快速开始: bitxhub/quick_start.md
|
||||
- 产品介绍:
|
||||
- 产品优势: bitxhub/introduction/advantage.md
|
||||
- 技术架构: bitxhub/introduction/arch.md
|
||||
- 平台介绍: bitxhub/introduction/summary.md
|
||||
- 基本概念: bitxhub/introduction/conception.md
|
||||
- 技术架构: bitxhub/introduction/arch.md
|
||||
- 产品优势: bitxhub/introduction/advantage.md
|
||||
- 应用场景: bitxhub/introduction/scenaries.md
|
||||
- 跨链服务平台介绍: bitxhub/introduction/summary.md
|
||||
- 开发手册:
|
||||
- 共识算法插件: bitxhub/dev/consensus.md
|
||||
- 跨链合约: bitxhub/dev/cross_contract.md
|
||||
- 应用链插件编写: bitxhub/dev/plugin.md
|
||||
- 验证规则编写: bitxhub/dev/rule.md
|
||||
- 设计文档:
|
||||
- 共识算法插件方案: bitxhub/dev/design/consensus_plugin.md
|
||||
- 跨链事务方案: bitxhub/dev/design/interchain_transaction.md
|
||||
- 跨链网关设计方案: bitxhub/dev/design/pier.md
|
||||
- 隐私保护方案: bitxhub/dev/design/privacy_protection.md
|
||||
- 设计文档:
|
||||
- 共识算法插件方案: bitxhub/design/consensus_plugin.md
|
||||
- 跨链事务方案: bitxhub/design/interchain_transaction.md
|
||||
- 跨链网关设计方案: bitxhub/design/pier.md
|
||||
- 隐私保护方案: bitxhub/design/privacy_protection.md
|
||||
- 部署使用:
|
||||
- 环境准备: bitxhub/usage/env.md
|
||||
- 中继链部署: bitxhub/usage/deploy_bitxhub.md
|
||||
- 跨链网关部署--接入Fabric: bitxhub/usage/deploy_pier_access_fabric.md
|
||||
- 跨链网关部署--接入Ethereum: bitxhub/usage/deploy_pier_access_ethereum.md
|
||||
- 跨链网关部署--接入Fabric: bitxhub/usage/deploy_pier_access_fabric.md
|
||||
- 跨链网关部署--接入Ethereum: bitxhub/usage/deploy_pier_access_ethereum.md
|
||||
- 中继跨链部署: bitxhub/usage/inter_relay_deploy.md
|
||||
- 跨链网关直连模式部署: bitxhub/usage/pier_direct_mode_deploy.md
|
||||
- 版本发布记录:
|
||||
- BitXHub v1.0.0: bitxhub/changelog/bitxhub_v1.0.0.md
|
||||
- BitXHub v1.3.0: bitxhub/changelog/bitxhub_v1.3.0.md
|
||||
- BitXHub v1.4.0: bitxhub/changelog/bitxhub_v1.4.0.md
|
||||
- BitXHub v1.5.0: bitxhub/changelog/bitxhub_v1.5.0.md
|
||||
- FAQ: bitxhub/faq.md
|
||||
- 加入我们: bitxhub/join_us.md
|
||||
- 社区介绍: bitxhub/community_introduction.md
|
||||
- 加入我们: bitxhub/join_us.md
|
||||
- FAQ: bitxhub/faq.md
|
||||
- 小工具:
|
||||
- Goduck运维工具: goduck/index.md
|
||||
- Premo测试工具: premo/usage.md
|
||||
|
|
Loading…
Reference in New Issue