更新文章
This commit is contained in:
@@ -45,14 +45,16 @@ const blockchain = defineNoteConfig({
|
||||
sidebar: [
|
||||
{ text: "区块链运维指南", link: "/ops/blockchain/" },
|
||||
{
|
||||
text: "区块链理论基础", items: [
|
||||
text: "区块链理论基础", prefix: "/theory", items: [
|
||||
{ text: "区块链的基本原理", link: "/ops/blockchain/theory/basic-principles/" },
|
||||
{ text: "FISCO-BCOS 节点类型", link: "/ops/blockchain/theory/fisco-bcos-node-type/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: "区块链运维", items: [
|
||||
{ text: "区块链产品设计和基本部署", link: "/ops/blockchain/practice/basic-deployment/" },
|
||||
{ text: "区块链网络部署与管理", link: "/ops/blockchain/practice/node-deployment/" }
|
||||
{ text: "区块链网络部署与管理", link: "/ops/blockchain/practice/node-deployment/" },
|
||||
{ text: "Console 控制台操作", link: "/ops/blockchain/practice/console-operator/" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user