Skip to content

Commit e1f8408

Browse files
committed
初始化目录结构
1 parent d22a48d commit e1f8408

34 files changed

+134
-16
lines changed

contributing/cips.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'CIPs'
3+
---
4+
5+
## Coming soon

contributing/governance.mdx

Whitespace-only changes.

contributing/overview.mdx

Whitespace-only changes.

core-concepts/architecture/consensus_layer.mdx

Whitespace-only changes.

core-concepts/architecture/data_accessibility_layer.mdx

Whitespace-only changes.
File renamed without changes.

core-concepts/dual-chain.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Dual-Chain'
3+
---
4+
5+
## Coming soon

core-concepts/dual-staked.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Dual-Staked'
3+
---
4+
5+
## Coming soon

core-concepts/glossary.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Glossary'
3+
---
4+
5+
## Coming soon

core-concepts/manuscript.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Manuscript'
3+
---
4+
5+
## Coming soon

developers/explorers.mdx

Whitespace-only changes.

developers/faucet.mdx

Whitespace-only changes.

developers/getting_started.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Getting Started'
3+
---
4+
5+
## Coming soon

developers/manuscripts.mdx

Whitespace-only changes.

developers/open_apis.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Open APIs'
3+
---
4+
5+
## Coming soon

developers/smart_contracts.mdx

Whitespace-only changes.

developers/tools_&_sdks.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Tools & SDKs'
3+
---
4+
5+
## Coming soon

developers/wallet_integration.mdx

Whitespace-only changes.

introduction/about.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'About The Chainbase Network'
2+
title: 'What Is Chainbase?'
33
---
44

55
## Coming soon

introduction/faqs.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'FAQs'
3+
---
4+
5+
## Coming soon

introduction/networks/benefits.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Benefits'
3+
---
4+
5+
## Coming soon

introduction/networks/consumers.mdx

Whitespace-only changes.

introduction/networks/delegators.mdx

Whitespace-only changes.

introduction/networks/developers.mdx

Whitespace-only changes.

introduction/networks/operators.mdx

Whitespace-only changes.

introduction/networks/overview.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Overview'
3+
---
4+
5+
## Coming soon

mint.json

+58-15
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
},
2929
{
3030
"name": "Data Catalog",
31-
"url": "data-catalog"
31+
"url": "https://chainbase.com/datasets"
3232
},
3333
{
3434
"name": "Data Platform",
35-
"url": "data-platform"
35+
"url": "https://docs.chainbase.com/"
3636
},
3737
{
3838
"name": "World Model",
39-
"url": "world-model"
39+
"url": "https://docs.chainbase.com/"
4040
},
4141
{
4242
"name": "API Reference",
43-
"url": "api-reference"
43+
"url": "https://docs.chainbase.com/reference/"
4444
}
4545
],
4646
"primaryTab": {
@@ -50,28 +50,71 @@
5050
{
5151
"group": "Introduction",
5252
"pages": [
53-
"introduction/about",
53+
"introduction/about",
54+
{
55+
"group": "Chainbase Layer 1 Network",
56+
"pages": [
57+
"introduction/networks/overview",
58+
"introduction/networks/benefits",
59+
"introduction/networks/developers",
60+
"introduction/networks/consumers",
61+
"introduction/networks/operators",
62+
"introduction/networks/delegators"
63+
]
64+
},
5465
"introduction/tokenomics",
55-
"introduction/whitepaper"
66+
"introduction/whitepaper",
67+
"introduction/faqs"
5668
]
5769
},
5870
{
59-
"group": "Architecture",
71+
"group": "Core Concepts",
6072
"pages": [
61-
"architecture/overview",
62-
"architecture/execution_layer"
73+
"core-concepts/manuscript",
74+
"core-concepts/dual-chain",
75+
"core-concepts/dual-staked",
76+
"core-concepts/glossary",
77+
{
78+
"group": "Architecture",
79+
"pages": [
80+
"core-concepts/architecture/overview",
81+
"core-concepts/architecture/execution_layer",
82+
"core-concepts/architecture/consensus_layer",
83+
"core-concepts/architecture/data_accessibility_layer"
84+
]
85+
}
6386
]
6487
},
6588
{
66-
"group": "API Documentation",
67-
"pages": ["api-reference/introduction"]
89+
"group": "Developers",
90+
"pages": [
91+
"developers/getting_started",
92+
"developers/manuscripts",
93+
"developers/open_apis",
94+
"developers/explorers",
95+
"developers/faucet",
96+
"developers/smart_contracts",
97+
"developers/wallet_integration",
98+
"developers/tools_&_sdks"
99+
]
100+
},
101+
{
102+
"group": "Contributing",
103+
"pages": [
104+
"contributing/overview",
105+
"contributing/governance",
106+
"contributing/cips"
107+
]
68108
},
69109
{
70-
"group": "Endpoint Examples",
110+
"group": "Getting Started",
71111
"pages": [
72-
"api-reference/endpoint/get",
73-
"api-reference/endpoint/create",
74-
"api-reference/endpoint/delete"
112+
"node/introduction",
113+
"node/miner",
114+
"node/validator",
115+
"node/configuration",
116+
"node/testnet",
117+
"node/mainnet"
75118
]
76119
}
77120
],

node/configuration.mdx

Whitespace-only changes.

node/introduction.mdx

Whitespace-only changes.

node/mainnet.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Join Mainnet'
3+
---
4+
5+
## Coming soon

node/miner.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Run a Miner'
3+
---
4+
5+
## Coming soon

node/testnet.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Join Testnet'
3+
---
4+
5+
## Coming soon

node/validator.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 'Run a Validator'
3+
---
4+
5+
## Coming soon

0 commit comments

Comments
 (0)