Skip to content

Commit e923c42

Browse files
MichaelTrestmanMichael Trestman
andauthored
reconfigure headers (opentensor#556)
* wip * wip --------- Co-authored-by: Michael Trestman <michaeltrestman@mac.mynetworksettings.com>
1 parent aa41938 commit e923c42

File tree

3 files changed

+28
-34
lines changed

3 files changed

+28
-34
lines changed

docs/bt-api-ref.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ import { SiTrpc } from "react-icons/si";
2121
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).
2222

2323
<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.' />
2429
<Card
2530
icon={GiHiveMind}
2631
title='Axon'
@@ -42,11 +47,6 @@ This section presents the Bittensor SDK reference documentation. Follow the belo
4247
link='pathname:///python-api/autoapi/bittensor/core/metagraph/index.html'
4348
body='Metagraph neural graph is a dynamic representation of the Bittensor network state.' />
4449
<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
5050
icon={GiBrainStem}
5151
title='Synapse'
5252
link='pathname:///python-api/autoapi/bittensor/core/synapse/index.html'

docusaurus.config.js

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ const config = {
193193
label: "What is Bittensor?",
194194
to: "learn/introduction",
195195
},
196+
{
197+
position: "left",
198+
label: "Bittensor SDK Reference",
199+
to: "bt-api-ref",
200+
},
196201
{
197202
position: "left",
198203
label: "BTCLI Live Coding Playground",
@@ -204,27 +209,17 @@ const config = {
204209
label: "EVM on Bittensor",
205210
to: "evm-tutorials",
206211
},
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-
},
217212
{
218213
type: "search",
219214
position: "left",
220215
className: "custom_algolia",
221216
},
222217

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+
},
228223
],
229224
},
230225

sidebars.js

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,6 @@ const sidebars = {
3838
"yuma-consensus",
3939
],
4040
},
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-
5541
{
5642
type: "category",
5743
label: "Staking/Delegation",
@@ -208,8 +194,21 @@ const sidebars = {
208194
"governance",
209195
"senate",
210196
"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+
211209
],
212210
},
211+
213212
{
214213
type: "category",
215214
label: "Release Notes and Updates",

0 commit comments

Comments
 (0)