File tree Expand file tree Collapse file tree 3 files changed +28
-34
lines changed Expand file tree Collapse file tree 3 files changed +28
-34
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ import { SiTrpc } from "react-icons/si";
21
21
This section presents the Bittensor SDK reference documentation. Follow the below links to specific Python modules or [ click here for SDK reference homepage] ( pathname:///python-api/autoapi/bittensor/index.html ) .
22
22
23
23
<Cards >
24
+ <Card
25
+ icon={PiBrainFill}
26
+ title='Subtensor'
27
+ link='pathname:///python-api/autoapi/bittensor/core/subtensor/index.html'
28
+ body='Subtensor class provides a gateway to the blockchain layer of Bittensor.' />
24
29
<Card
25
30
icon={GiHiveMind}
26
31
title='Axon'
@@ -42,11 +47,6 @@ This section presents the Bittensor SDK reference documentation. Follow the belo
42
47
link='pathname:///python-api/autoapi/bittensor/core/metagraph/index.html'
43
48
body='Metagraph neural graph is a dynamic representation of the Bittensor network state.' />
44
49
<Card
45
- icon={PiBrainFill}
46
- title='Subtensor'
47
- link='pathname:///python-api/autoapi/bittensor/core/subtensor/index.html'
48
- body='Subtensor class provides a gateway to the blockchain layer of Bittensor.' />
49
- <Card
50
50
icon={GiBrainStem}
51
51
title='Synapse'
52
52
link='pathname:///python-api/autoapi/bittensor/core/synapse/index.html'
Original file line number Diff line number Diff line change @@ -193,6 +193,11 @@ const config = {
193
193
label : "What is Bittensor?" ,
194
194
to : "learn/introduction" ,
195
195
} ,
196
+ {
197
+ position : "left" ,
198
+ label : "Bittensor SDK Reference" ,
199
+ to : "bt-api-ref" ,
200
+ } ,
196
201
{
197
202
position : "left" ,
198
203
label : "BTCLI Live Coding Playground" ,
@@ -204,27 +209,17 @@ const config = {
204
209
label : "EVM on Bittensor" ,
205
210
to : "evm-tutorials" ,
206
211
} ,
207
- {
208
- position : "left" ,
209
- label : "Understand Dynamic TAO" ,
210
- to : "dynamic-tao" ,
211
- } ,
212
- {
213
- position : "left" ,
214
- label : "Bittensor 9.0 Migration Guide" ,
215
- to : "migration_guide" ,
216
- } ,
217
212
{
218
213
type : "search" ,
219
214
position : "left" ,
220
215
className : "custom_algolia" ,
221
216
} ,
222
217
223
- // {
224
- // href: "https://github.com/opentensor/developer-docs",
225
- // label: "Docs GitHub",
226
- // position: "right",
227
- // },
218
+ {
219
+ href : "https://github.com/opentensor/developer-docs" ,
220
+ label : "Docs GitHub" ,
221
+ position : "right" ,
222
+ } ,
228
223
] ,
229
224
} ,
230
225
Original file line number Diff line number Diff line change @@ -38,20 +38,6 @@ const sidebars = {
38
38
"yuma-consensus" ,
39
39
] ,
40
40
} ,
41
- {
42
- type : "category" ,
43
- label : "Dynamic TAO" ,
44
- link : { type : "doc" , id : "dynamic-tao/index" , } ,
45
- collapsible : true ,
46
- collapsed : true ,
47
- items : [
48
- "dynamic-tao/dtao-guide" ,
49
- "dynamic-tao/dtao-faq" ,
50
- "dynamic-tao/sdk-cheat-sheet" ,
51
-
52
- ] ,
53
- } ,
54
-
55
41
{
56
42
type : "category" ,
57
43
label : "Staking/Delegation" ,
@@ -208,8 +194,21 @@ const sidebars = {
208
194
"governance" ,
209
195
"senate" ,
210
196
"governance/senators-btcli-guide"
197
+ ] ,
198
+ } , {
199
+ type : "category" ,
200
+ label : "Dynamic TAO" ,
201
+ link : { type : "doc" , id : "dynamic-tao/index" , } ,
202
+ collapsible : true ,
203
+ collapsed : true ,
204
+ items : [
205
+ "dynamic-tao/dtao-guide" ,
206
+ "dynamic-tao/dtao-faq" ,
207
+ "dynamic-tao/sdk-cheat-sheet" ,
208
+
211
209
] ,
212
210
} ,
211
+
213
212
{
214
213
type : "category" ,
215
214
label : "Release Notes and Updates" ,
You can’t perform that action at this time.
0 commit comments