Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive migration docs #92

Merged
merged 5 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-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: {
Expand Down
38 changes: 1 addition & 37 deletions .vitepress/sidebar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/': [
{
Expand All @@ -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' },
],
},
Expand Down
2 changes: 1 addition & 1 deletion migration/faqs.md → archive/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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