Skip to content

Commit c6ab56b

Browse files
committed
enable new items
1 parent 9447639 commit c6ab56b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
items: [
2525
{ label: "What is Ecency?", slug: "get-started/what-is-ecency" },
2626
{ label: "How it works?", slug: "get-started/how-it-works" },
27+
{ label: "Onboarding checklist", slug: "get-started/onboarding-checklist" },
2728
{ label: "How to earn?", slug: "get-started/earning" },
2829
{ label: "Referral system", slug: "get-started/referral" },
2930
{ label: "Ecency vs other socials", slug: "get-started/difference" },
@@ -37,11 +38,13 @@ export default defineConfig({
3738
{ label: "Hive accounts", slug: "hive/hive-accounts" },
3839
{ label: "Hive tokens", slug: "common/hive-tokens" },
3940
{ label: "Resource credits", slug: "hive/resource-credits" },
41+
{ label: "Resource credits troubleshooting", slug: "common/resource-credits/troubleshooting" },
4042
{ label: "Voting power", slug: "common/resource-credits/voting-power" },
4143
{ label: "Curation and rewards", slug: "hive/curation-and-rewards" },
4244
{ label: "Publishing", slug: "common/posting" },
4345
{ label: "Reblog", slug: "common/reblog" },
4446
{ label: "Reputation", slug: "common/reputation" },
47+
{ label: "Governance", slug: "hive/governance" },
4548
{
4649
label: "Communities",
4750
items: [
@@ -59,6 +62,7 @@ export default defineConfig({
5962
{ label: "Market", slug: "ecency/market" },
6063
{ label: "Discover", slug: "ecency/discover" },
6164
{ label: "Mobile App", slug: "guides/use-mobile-app" },
65+
{ label: "Mobile FAQ", slug: "ecency/mobile-faq" },
6266
{ label: "Ecency Points", slug: "ecency/ecency-points" },
6367
{ label: "Boost and Promote", slug: "ecency/boost-and-promote" },
6468
{ label: "Notifications, Drafts, Bookmarks", slug: "ecency/notifications-drafts-bookmarks" },
@@ -72,7 +76,11 @@ export default defineConfig({
7276
},
7377
{
7478
label: "Wallets",
75-
items: [{ label: "Ecency Wallet", slug: "ecency/wallets/about" }],
79+
items: [
80+
{ label: "Ecency Wallet", slug: "ecency/wallets/about" },
81+
{ label: "Cross-chain wallets", slug: "ecency/wallets/cross-chain-wallets" },
82+
{ label: "Payouts and conversions", slug: "ecency/wallets/payouts-and-conversions" },
83+
],
7684
},
7785
],
7886
},

0 commit comments

Comments
 (0)