diff --git a/.vitepress/navigation.config.ts b/.vitepress/navigation.config.ts index a9c6370..787d708 100644 --- a/.vitepress/navigation.config.ts +++ b/.vitepress/navigation.config.ts @@ -41,35 +41,6 @@ export const navigation = { ], }, items: [ - { - key: 'Migration', - main: { - classes: 'bg-gradient-orange hocus:bg-gradient-orange-darkened', - iconClasses: 'i-nimiq:icons-lg-sparkling-swap text-white/20', - 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: { diff --git a/.vitepress/sidebar.config.ts b/.vitepress/sidebar.config.ts index 96d8f2d..8653d06 100644 --- a/.vitepress/sidebar.config.ts +++ b/.vitepress/sidebar.config.ts @@ -108,42 +108,6 @@ export const sidebar: DefaultTheme.Sidebar = { ], }, ], - '/validators/': [ - { - text: 'Validators', - icon: 'i-nimiq:icons-lg-three-hands-hexagon text-white/20 rotate-y-180 rotate-z-180', - link: '/validators/', - items: [ - { text: 'Home', link: '/validators/' }, - { text: 'Staking Pools Handbook', link: '/validators/staking-handbook' }, - { text: 'Validator Trustscore', link: '/validators/validator-trustscore' }, - { text: 'Staking FAQ', link: '/validators/staking-faq' }, - ], - }, - ], - '/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/': [ { @@ -152,7 +116,7 @@ export const sidebar: DefaultTheme.Sidebar = { 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' }, ], }, diff --git a/migration/faqs.md b/archive/faqs.md similarity index 98% rename from migration/faqs.md rename to archive/faqs.md index 2aa5ce7..25cf0ea 100644 --- a/migration/faqs.md +++ b/archive/faqs.md @@ -2,7 +2,7 @@ #### Does every Nimiq user need to run the migration tools to transition to PoS? -The migration process is only mandatory for those who want to be the first validators in the PoS chain or those who wish to have their nodes running from the very beginning. For regular users, no action is required. If you want to participate in the transition, you can find the appropriate guide [here](/migration/). +The migration process is only mandatory for those who want to be the first validators in the PoS chain or those who wish to have their nodes running from the very beginning. For regular users, no action is required. If you want to participate in the transition, you can find the appropriate guide [here](/archive/). #### I own a Nimiq Wallet. Do I need to participate in the migration? diff --git a/migration/index.md b/archive/index.md similarity index 100% rename from migration/index.md rename to archive/index.md diff --git a/migration/migration-json-rpc.md b/archive/migration-json-rpc.md similarity index 100% rename from migration/migration-json-rpc.md rename to archive/migration-json-rpc.md diff --git a/migration/migration-technical-details.md b/archive/migration-technical-details.md similarity index 100% rename from migration/migration-technical-details.md rename to archive/migration-technical-details.md diff --git a/migration/migration-web-developers.md b/archive/migration-web-developers.md similarity index 100% rename from migration/migration-web-developers.md rename to archive/migration-web-developers.md diff --git a/migration/node-operators.md b/archive/node-operators.md similarity index 100% rename from migration/node-operators.md rename to archive/node-operators.md diff --git a/migration/validator-activation.md b/archive/validator-activation.md similarity index 100% rename from migration/validator-activation.md rename to archive/validator-activation.md diff --git a/migration/validator-registration.md b/archive/validator-registration.md similarity index 100% rename from migration/validator-registration.md rename to archive/validator-registration.md diff --git a/migration/migration-integrators.md b/build/integrator-guide.md similarity index 100% rename from migration/migration-integrators.md rename to build/integrator-guide.md diff --git a/build/set-up-your-own-node/index.md b/build/set-up-your-own-node/index.md index bd5160f..d92637e 100644 --- a/build/set-up-your-own-node/index.md +++ b/build/set-up-your-own-node/index.md @@ -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