summaryrefslogtreecommitdiffstats
path: root/website/sidebars.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/sidebars.js')
-rw-r--r--website/sidebars.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/website/sidebars.js b/website/sidebars.js
index 61cc29e70fe..363ca91127e 100644
--- a/website/sidebars.js
+++ b/website/sidebars.js
@@ -39,11 +39,6 @@ const sidebars = {
},
{
type: "category",
- label: "OpenBB Terminal",
- items: [{ type: "autogenerated", dirName: "terminal" }],
- },
- {
- type: "category",
label: "OpenBB Bot",
items: [{ type: "autogenerated", dirName: "bot" }],
},
@@ -59,6 +54,11 @@ const sidebars = {
},
{
type: "category",
+ label: "OpenBB Terminal",
+ items: [{ type: "autogenerated", dirName: "terminal" }],
+ },
+ {
+ type: "category",
label: "OpenBB SDK",
items: [{ type: "autogenerated", dirName: "sdk" }],
},