Skip to content

Commit 2ea4cd8

Browse files
authored
Merge pull request #16 from ecency/codex/reorganize-hive-basics-sections
Reorganize Hive basics sidebar
2 parents 884c6f7 + 97ef409 commit 2ea4cd8

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

astro.config.mjs

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,19 @@ export default defineConfig({
3333
{ label: "What is Hive?", slug: "hive/what-is-hive" },
3434
{ label: "Hive accounts", slug: "hive/hive-accounts" },
3535
{ label: "Hive tokens", slug: "common/hive-tokens" },
36-
{
37-
label: "Resource Credits",
38-
items: [
39-
{ label: "What is it?", slug: "hive/resource-credits" },
40-
{ label: "Voting power", slug: "common/resource-credits/voting-power" },
41-
],
42-
},
36+
{ label: "Resource credits", slug: "hive/resource-credits" },
37+
{ label: "Voting power", slug: "common/resource-credits/voting-power" },
38+
{ label: "Curation and rewards", slug: "hive/curation-and-rewards" },
39+
{ label: "Publishing", slug: "common/posting" },
40+
{ label: "Reblog", slug: "common/reblog" },
41+
{ label: "Reputation", slug: "common/reputation" },
4342
{
4443
label: "Communities",
4544
items: [
4645
{ label: "Overview", slug: "hive/communities" },
4746
{ label: "Community beneficiary", slug: "hive/community-beneficiary" },
4847
],
4948
},
50-
{ label: "Curation and rewards", slug: "hive/curation-and-rewards" },
51-
{ label: "Publishing", slug: "common/posting" },
52-
{ label: "Reblog", slug: "common/reblog" },
53-
{ label: "Reputation", slug: "common/reputation" },
54-
{ label: "Discover", slug: "common/discover" },
55-
{ label: "Witness voting", slug: "guides/vote-witness" },
5649
],
5750
},
5851
{
@@ -61,6 +54,7 @@ export default defineConfig({
6154
{ label: "Feed", slug: "ecency/feed" },
6255
{ label: "Publish", slug: "ecency/publish" },
6356
{ label: "Market", slug: "ecency/market" },
57+
{ label: "Discover", slug: "ecency/discover" },
6458
{ label: "Mobile App", slug: "guides/use-mobile-app" },
6559
{ label: "Ecency Points", slug: "ecency/ecency-points" },
6660
{ label: "Boost and Promote", slug: "ecency/boost-and-promote" },
@@ -87,6 +81,7 @@ export default defineConfig({
8781
{ label: "Power up/down", slug: "guides/power-up-down" },
8882
{ label: "Delegate Hive Power", slug: "guides/delegate-hp" },
8983
{ label: "Create community", slug: "guides/create-community" },
84+
{ label: "Witness voting", slug: "guides/vote-witness" },
9085
],
9186
},
9287
{
File renamed without changes.

0 commit comments

Comments
 (0)