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