Skip to content

Commit

Permalink
Remove migration section from sidebar and navigation configuration an…
Browse files Browse the repository at this point in the history
…d update integrator guide link
  • Loading branch information
ines-toupeira committed Jan 9, 2025
1 parent d41b735 commit b0dffe2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
29 changes: 0 additions & 29 deletions .vitepress/navigation.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,6 @@ export const navigation = {
],
},
items: [
{
key: 'Migration',
main: {
classes: 'bg-gradient-gold hocus:bg-gradient-gold-darkened',
iconClasses: 'i-nimiq:icons-lg-sparkling-swap text-white/20 rotate-y-180 rotate-z-180',
label: 'Migration',
title: 'PoW to PoS',
description: 'Everything about the migration.',
href: '/migration/',
},
items: [
{
title: 'For validators',
href: '/migration/validator-registration',
description: 'Join the first epoch as a validator and earn rewards from the very beginning',
},
{
title: 'For Node Operators',
href: '/migration/node-operators',
description: 'Our guide on how to migrate as a node operator',
},
{
title: 'Technical details',
href: '/migration/migration-technical-details',
description: 'Deep dive into the technical details',
},
],
},

{
key: 'Build',
main: {
Expand Down
26 changes: 1 addition & 25 deletions .vitepress/sidebar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,38 +109,14 @@ export const sidebar: DefaultTheme.Sidebar = {
},
],

'/migration/': [
{
text: 'Migration',
icon: 'i-nimiq:icons-lg-sparkling-swap',
link: '/migration/',
items: [
{
text: 'Validators',
collapsed: false,
items: [
{ text: 'Registration Phase', link: '/migration/validator-registration' },
{ text: 'Activation Phase', link: '/migration/validator-activation' },
],
},
{ text: 'Guide for Node Operators', link: '/migration/node-operators' },
{ text: 'Guide for Integrators', link: '/migration/migration-integrators' },
{ text: 'Guide for JSON-RPC', link: '/migration/migration-json-rpc' },
{ text: 'Guide for Web Developers', link: '/migration/migration-web-developers' },
{ text: 'Migration Technicalities', link: '/migration/migration-technical-details' },
{ text: 'FAQs', link: '/migration/faqs' },
],
},
],

'/build/': [
{
text: 'Build',
icon: 'i-nimiq:icons-lg-tools',
link: '/build/',
items: [
{ text: 'Overview', link: '/build/' },

{ text: 'Integrator guide', link: '/build/integrator-guide' },
{ text: 'Web Client VS RPC Client', link: '/build/web-client-rpc' },
],
},
Expand Down
3 changes: 0 additions & 3 deletions build/set-up-your-own-node/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ links:
title: Connect via RPC
href: rpc-docs/
tags: [RPC]
- label: Nimiq 2.0
title: Migration to PoS
href: ../../migration
prose: false
prev: false
next: false
Expand Down

0 comments on commit b0dffe2

Please sign in to comment.