Skip to content

Commit 79f48c9

Browse files
BekahHWContinue
andauthored
docs: Move Hub from top nav to main docs page (#8349)
* Remove blocks from side nav and add redirect * Remove block ref * Fix grammar * Add more info to config page * Add create and remix components to hub intro and delete those files * Add new component image * Remove blocks ref * Update link * Simplify for clarity * Add specificity * Rename workflows to agents * Remove blocks ref * Remove blocks ref * Remove broken links * Remove block ref * Fix link * Move Hub from top nav to main docs page after Getting Started and before CLI - Moved Hub section from separate tab to main Documentation tab - Positioned Hub section between Getting Started and CLI - Set IDE Extensions, Customization, and Help folder groups to closed state (expanded: false) - Maintained all existing redirects for Hub links Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]> * Rename 'Workflows' group to 'Agents' * Remove routing entry for '/hub/agents/intro' Removed unused routing entry for agents. --------- Co-authored-by: Continue <[email protected]>
1 parent 9ec6241 commit 79f48c9

File tree

1 file changed

+43
-50
lines changed

1 file changed

+43
-50
lines changed

docs/docs.json

Lines changed: 43 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,47 @@
2222
"icon": "rocket-launch",
2323
"pages": ["index"]
2424
},
25+
{
26+
"group": "Hub",
27+
"icon": "globe",
28+
"pages": [
29+
"hub/introduction",
30+
{
31+
"group": "Configs",
32+
"icon": "robot",
33+
"pages": [
34+
"hub/configs/intro",
35+
"hub/configs/use-a-config",
36+
"hub/configs/create-a-config",
37+
"hub/configs/edit-a-config"
38+
]
39+
},
40+
{
41+
"group": "Governance",
42+
"icon": "building",
43+
"pages": [
44+
"hub/governance/creating-an-org",
45+
"hub/governance/org-permissions",
46+
"hub/governance/pricing"
47+
]
48+
},
49+
{
50+
"group": "Secrets",
51+
"icon": "key",
52+
"pages": [
53+
"hub/secrets/secret-types",
54+
"hub/secrets/secret-resolution"
55+
]
56+
},
57+
{
58+
"group": "Agents",
59+
"icon": "cloud",
60+
"pages": ["hub/agents/intro"]
61+
},
62+
"hub/sharing",
63+
"hub/source-control"
64+
]
65+
},
2566
{
2667
"group": "CLI",
2768
"icon": "terminal",
@@ -90,6 +131,7 @@
90131
{
91132
"group": "Customization",
92133
"icon": "sliders",
134+
"expanded": false,
93135
"pages": [
94136
"customization/overview",
95137
"customization/models",
@@ -102,6 +144,7 @@
102144
{
103145
"group": "Help",
104146
"icon": "book-open",
147+
"expanded": false,
105148
"pages": ["faqs", "troubleshooting", "CONTRIBUTING"]
106149
}
107150
]
@@ -186,52 +229,6 @@
186229
}
187230
]
188231
},
189-
{
190-
"tab": "Hub",
191-
"groups": [
192-
{
193-
"group": "Hub",
194-
"pages": [
195-
"hub/introduction",
196-
{
197-
"group": "Configs",
198-
"icon": "robot",
199-
"pages": [
200-
"hub/configs/intro",
201-
"hub/configs/use-a-config",
202-
"hub/configs/create-a-config",
203-
"hub/configs/edit-a-config"
204-
]
205-
},
206-
207-
{
208-
"group": "Governance",
209-
"icon": "building",
210-
"pages": [
211-
"hub/governance/creating-an-org",
212-
"hub/governance/org-permissions",
213-
"hub/governance/pricing"
214-
]
215-
},
216-
{
217-
"group": "Secrets",
218-
"icon": "key",
219-
"pages": [
220-
"hub/secrets/secret-types",
221-
"hub/secrets/secret-resolution"
222-
]
223-
},
224-
{
225-
"group": "Workflows",
226-
"icon": "cloud",
227-
"pages": ["hub/workflows/intro"]
228-
},
229-
"hub/sharing",
230-
"hub/source-control"
231-
]
232-
}
233-
]
234-
},
235232
{
236233
"tab": "Guides",
237234
"groups": [
@@ -1243,10 +1240,6 @@
12431240
"source": "/hub/assistants/edit-an-assistant",
12441241
"destination": "/hub/configs/edit-a-config"
12451242
},
1246-
{
1247-
"source": "/hub/agents/intro",
1248-
"destination": "/hub/configs/intro"
1249-
},
12501243
{
12511244
"source": "/hub/agents/use-an-agent",
12521245
"destination": "/hub/configs/use-a-config"

0 commit comments

Comments
 (0)