Skip to content

Commit

Permalink
Add Node Sale
Browse files Browse the repository at this point in the history
  • Loading branch information
meeshhhh authored Oct 21, 2024
1 parent aa33055 commit 769005b
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,52 @@ const sidebars: SidebarsConfig = {

],
},
{
type: 'category',
label: 'Node Sale',
className: 'sidebar-category node-sale',
link: {
type: 'doc',
id: 'node-sale/node-sale-landing',
},
items: [
{
type: 'category',
label: 'Introduction',
items: [
'node-sale/intro/what-is-an-ai-alignment-node',
'node-sale/intro/why-run-a-node',
'node-sale/intro/node-rewards',
],
link: {
type: 'doc',
id: 'node-sale/intro/intro',
},
},
{
type: 'category',
label: 'Node Sale Details',
items: [
'node-sale/details/details',
'node-sale/details/how-to-purchase-nodes',
'node-sale/details/whats-next',
'node-sale/details/user-discounts-and-referrals',
],
},
{
type: 'category',
label: 'Node Sale FAQ',
items: [
'node-sale/faq/node-overview',
'node-sale/faq/whitelist-and-node-sale',
'node-sale/faq/payment-and-licenses',
'node-sale/faq/node-operations',
],
},
'node-sale/disclaimer',
],
},
],
};

export default sidebars;
export default sidebars;

0 comments on commit 769005b

Please sign in to comment.