@@ -33,26 +33,19 @@ export default defineConfig({
33
33
{ label : "What is Hive?" , slug : "hive/what-is-hive" } ,
34
34
{ label : "Hive accounts" , slug : "hive/hive-accounts" } ,
35
35
{ 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" } ,
43
42
{
44
43
label : "Communities" ,
45
44
items : [
46
45
{ label : "Overview" , slug : "hive/communities" } ,
47
46
{ label : "Community beneficiary" , slug : "hive/community-beneficiary" } ,
48
47
] ,
49
48
} ,
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" } ,
56
49
] ,
57
50
} ,
58
51
{
@@ -61,6 +54,7 @@ export default defineConfig({
61
54
{ label : "Feed" , slug : "ecency/feed" } ,
62
55
{ label : "Publish" , slug : "ecency/publish" } ,
63
56
{ label : "Market" , slug : "ecency/market" } ,
57
+ { label : "Discover" , slug : "ecency/discover" } ,
64
58
{ label : "Mobile App" , slug : "guides/use-mobile-app" } ,
65
59
{ label : "Ecency Points" , slug : "ecency/ecency-points" } ,
66
60
{ label : "Boost and Promote" , slug : "ecency/boost-and-promote" } ,
@@ -87,6 +81,7 @@ export default defineConfig({
87
81
{ label : "Power up/down" , slug : "guides/power-up-down" } ,
88
82
{ label : "Delegate Hive Power" , slug : "guides/delegate-hp" } ,
89
83
{ label : "Create community" , slug : "guides/create-community" } ,
84
+ { label : "Witness voting" , slug : "guides/vote-witness" } ,
90
85
] ,
91
86
} ,
92
87
{
0 commit comments