Skip to content

Commit 07b5647

Browse files
committed
refactor: switch order of APIs and Reference
1 parent 4b0103e commit 07b5647

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

config/theme-config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,18 @@ const navbar: Preset.ThemeConfig["navbar"] = {
9696
position: "left",
9797
to: "/guides/lockup/overview",
9898
},
99-
{
100-
activeBasePath: "/reference",
101-
label: "References",
102-
position: "left",
103-
to: "/reference/overview",
104-
},
10599
{
106100
activeBasePath: "/api",
107101
label: "APIs",
108102
position: "left",
109103
to: "/api/overview",
110104
},
105+
{
106+
activeBasePath: "/reference",
107+
label: "Reference",
108+
position: "left",
109+
to: "/reference/overview",
110+
},
111111
{
112112
activeBasePath: "/apps",
113113
label: "Apps",

docs/api/airdrops/04-previous-indexers.mdx renamed to docs/api/airdrops/05-previous-indexers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: "previous-indexers"
3-
sidebar_position: 4
3+
sidebar_position: 5
44
title: "Previous Indexers"
55
---
66

0 commit comments

Comments
 (0)