diff --git a/content/docs/run-a-node/mega-node.mdx b/content/docs/run-a-node/mega-node.mdx index 1b04320..977d3c9 100644 --- a/content/docs/run-a-node/mega-node.mdx +++ b/content/docs/run-a-node/mega-node.mdx @@ -166,6 +166,6 @@ Alternatively, you can [Chain resync](/docs/user-guides/node-recovery/chain-resy diff --git a/content/docs/run-a-node/meta.json b/content/docs/run-a-node/meta.json index fa0474f..5a86064 100644 --- a/content/docs/run-a-node/meta.json +++ b/content/docs/run-a-node/meta.json @@ -18,7 +18,7 @@ "archive-node", "---Mega Node---", "mega-node", - "public-wallet", + "web-wallet", "---Minima E-Gateway (MEG)---", "meg-about", "meg-setup" diff --git a/content/docs/user-guides/mega-node/host-a-public-wallet.mdx b/content/docs/user-guides/mega-node/host-a-web-wallet.mdx similarity index 100% rename from content/docs/user-guides/mega-node/host-a-public-wallet.mdx rename to content/docs/user-guides/mega-node/host-a-web-wallet.mdx diff --git a/content/docs/user-guides/mega-node/meta.json b/content/docs/user-guides/mega-node/meta.json index 1c64db2..2cc7f6c 100644 --- a/content/docs/user-guides/mega-node/meta.json +++ b/content/docs/user-guides/mega-node/meta.json @@ -1,5 +1,5 @@ { "title": "Mega Nodes", "root": false, - "pages": ["public-wallet"] + "pages": ["web-wallet"] } diff --git a/content/docs/user-guides/meta.json b/content/docs/user-guides/meta.json index 37defc8..0b5c80a 100644 --- a/content/docs/user-guides/meta.json +++ b/content/docs/user-guides/meta.json @@ -6,7 +6,7 @@ "login", "join-the-network", "secure-your-seedphrase", - "public-wallet", + "web-wallet", "---General---", "check-node-status", "set-your-profile", @@ -29,7 +29,7 @@ "---Archive Nodes---", "archive-node/archive-export", "---Mega Nodes---", - "mega-node/host-a-public-wallet", + "mega-node/host-a-web-wallet", "---MySQL Integration---", "mysql/mysql-setup", "mysql/mysql-exportto", diff --git a/content/docs/user-guides/public-wallet.mdx b/content/docs/user-guides/web-wallet.mdx similarity index 92% rename from content/docs/user-guides/public-wallet.mdx rename to content/docs/user-guides/web-wallet.mdx index b01cb36..a2d6894 100644 --- a/content/docs/user-guides/public-wallet.mdx +++ b/content/docs/user-guides/web-wallet.mdx @@ -24,7 +24,7 @@ height={500} -If you prefer not to use the official Web Wallet and are unable to run your own node, you may ask someone running a Minima node on a server to [set up a web wallet](/docs/user-guides/mega-node/host-a-public-wallet) on your behalf. However, always exercise caution—websites can be compromised or manipulated, so only use wallet providers you know and trust. +If you prefer not to use the official Web Wallet and are unable to run your own node, you may ask someone running a Minima node on a server to [set up a web wallet](/docs/user-guides/mega-node/host-a-web-wallet) on your behalf. However, always exercise caution—websites can be compromised or manipulated, so only use wallet providers you know and trust. diff --git a/next.config.mjs b/next.config.mjs index 0be4f88..8a455a5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -117,11 +117,27 @@ const config = { destination: "/docs/core/minima-privacy-policy", permanent: true, }, + { + + source: "/docs/learn/minimawhitepaper/abstract", + destination: "/docs/core/minimawhitepaper/introduction", + permanent: true, + }, + { + source: "/docs/user-guides/public-wallet", + destination: "/docs/user-guides/web-wallet", + permanent: true, + }, + { + source: "/docs/user-guides/mega-node/host-a-public-wallet", + destination: "/docs/user-guides/mega-node/host-a-web-wallet", + permanent: true, + }, { source: "/docs/learn/minimawhitepaper/smartcontractstokensandtransactions", destination: "/docs/core/minimawhitepaper/smartcontractstokensandtransactions", permanent: true, - }, + } ] }, async headers() {