Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
145 changes: 4 additions & 141 deletions config/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,44 +19,11 @@ const sidebars: SidebarsConfig = {
dirName: 'tokens',
},
],
data_overview: [
'data/README',
data: [
{
type: 'category',
label: 'Analytics',
link: { type: 'doc', id: 'data/analytics/README' },
items: [
{ type: 'ref', id: 'data/analytics/hubble/README', label: 'Hubble' },
{ type: 'ref', id: 'data/analytics/analytics-providers/analytics-providers', label: 'Data Analytics Providers' },
]
},
{
type: 'category',
label: 'APIs',
link: { type: 'doc', id: 'data/apis/README' },
items: [
{ type: 'ref', id: 'data/apis/rpc/README', label: 'RPC' },
{ type: 'ref', id: 'data/apis/horizon/README', label: 'Horizon' },
{ type: 'ref', id: 'data/apis/migrate-from-horizon-to-rpc', label: 'Migrate Horizon to RPC' },
]
},
{
type: 'category',
label: 'Indexers',
link: { type: 'doc', id: 'data/indexers/README' },
items: [
{ type: 'ref', id: 'data/indexers/build-your-own/README', label: 'Build Your Own Indexer' },
{ type: 'ref', id: 'data/indexers/indexer-providers/indexer-providers', label: 'Indexer Providers' },
]
},
{
type: 'category',
label: 'Oracles',
link: { type: 'doc', id: 'data/oracles/README' },
items: [
{ type: 'ref', id: 'data/oracles/oracle-providers', label: 'Oracle Providers' },
]
},
type: 'autogenerated',
dirName: 'data',
}
],
tools: [
{
Expand All @@ -79,110 +46,6 @@ const sidebars: SidebarsConfig = {
dirName: 'validators',
},
],
hubble: [
{
type: 'category',
label: 'Hubble',
items: [
{
type: "autogenerated",
dirName: "data/analytics/hubble",
},
],
collapsible: false,
},
],
galexie: [
{
type: 'category',
label: 'Galexie',
items: [
{
type: "autogenerated",
dirName: "data/indexers/build-your-own/galexie",
},
],
collapsible: false,
},
],
ingest: [
{
type: 'category',
label: 'Ingest SDK',
items: [
{
type: "autogenerated",
dirName: "data/indexers/build-your-own/ingest-sdk",
},
],
collapsible: false,
},
],
soroban_rpc: [
{
type: "category",
label: "Stellar RPC",
items: [
{
type: 'autogenerated',
dirName: 'data/apis/rpc',
},
],
collapsible: false,
},
],
analytics: [
{
type: 'category',
label: 'Analytics',
items: [
{
type: "autogenerated",
dirName: "data/analytics",
},
],
collapsible: false,
},
],
apis: [
{
type: 'category',
label: 'APIs',
items: [
{
type: "autogenerated",
dirName: "data/apis",
},
],
collapsible: false,
},
],
indexers: [
{
type: 'category',
label: 'Indexers',
items: [
{
type: "autogenerated",
dirName: "data/indexers",
},
],
collapsible: false,
},
],
oracles: [
{
type: 'category',
label: 'Oracles',
items: [
{
type: "autogenerated",
dirName: "data/oracles",
},
],
collapsible: false,
},
],
};

export default sidebars;
Loading
Loading