mirror of
https://github.com/MAGICGrants/getmonero.dev.git
synced 2026-01-07 20:13:53 -05:00
Add redirects for old page links
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -7,3 +7,5 @@ gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
|
||||
gem "just-the-docs" # always download the latest release
|
||||
|
||||
gem "jekyll-default-layout"
|
||||
|
||||
gem "jekyll-sitemap"
|
||||
|
||||
@@ -42,6 +42,8 @@ GEM
|
||||
sass-embedded (~> 1.54)
|
||||
jekyll-seo-tag (2.8.0)
|
||||
jekyll (>= 3.8, < 5.0)
|
||||
jekyll-sitemap (1.4.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
just-the-docs (0.7.0)
|
||||
@@ -87,6 +89,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.3.3)
|
||||
jekyll-default-layout
|
||||
jekyll-sitemap
|
||||
just-the-docs
|
||||
|
||||
BUNDLED WITH
|
||||
|
||||
@@ -12,7 +12,7 @@ The goal is to educate and onboard power users faster.
|
||||
|
||||
Contributing is easy and much appreciated! You can contribute in the markdown format by opening a pull request.
|
||||
|
||||
Start by interacting with the `/docs` folder. The documentation is organized into various folders. Each of these folders contain markdown files.
|
||||
The documentation is organized into various folders (skip over the ones that start with an underscore `_`). Each of these folders contain markdown files.
|
||||
|
||||
Each folder needs a markdown file in it with the same name, acting as the parent. Children markdown files can be added to the folder. Please follow another example folder for the correct header content or follow the [Just the Docs documentation](https://just-the-docs.com/).
|
||||
|
||||
@@ -22,7 +22,7 @@ If you do not know how to make a pull request, please create a GitHub issue with
|
||||
|
||||
## Images
|
||||
|
||||
Images should be placed under a folder in `/images` using the same folder name for the relevant markdown file in `/docs`.
|
||||
Images should be placed under a folder in `/images` using the same folder name for the relevant markdown file.
|
||||
|
||||
When linking images, follow a format like this:
|
||||
|
||||
|
||||
@@ -47,3 +47,6 @@ compress_html:
|
||||
startings: []
|
||||
blanklines: false
|
||||
profile: false
|
||||
|
||||
include:
|
||||
- _redirects
|
||||
|
||||
6
_redirects/docs/accepting-monero-overview
Normal file
6
_redirects/docs/accepting-monero-overview
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/accepting-monero/overview
|
||||
redirect_to: /accepting-monero/overview
|
||||
---
|
||||
6
_redirects/docs/cold-storage-offline-transaction-signing
Normal file
6
_redirects/docs/cold-storage-offline-transaction-signing
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cold-storage/offline-transaction-signing
|
||||
redirect_to: /cold-storage/offline-transaction-signing
|
||||
---
|
||||
6
_redirects/docs/cryptography-asymmetric-edwards25519
Normal file
6
_redirects/docs/cryptography-asymmetric-edwards25519
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/asymmetric/edwards25519
|
||||
redirect_to: /cryptography/asymmetric/edwards25519
|
||||
---
|
||||
6
_redirects/docs/cryptography-asymmetric-introduction
Normal file
6
_redirects/docs/cryptography-asymmetric-introduction
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/asymmetric/introduction
|
||||
redirect_to: /cryptography/asymmetric/introduction
|
||||
---
|
||||
6
_redirects/docs/cryptography-asymmetric-key-image
Normal file
6
_redirects/docs/cryptography-asymmetric-key-image
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/asymmetric/key-image
|
||||
redirect_to: /cryptography/asymmetric/key-image
|
||||
---
|
||||
6
_redirects/docs/cryptography-asymmetric-private-key
Normal file
6
_redirects/docs/cryptography-asymmetric-private-key
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/asymmetric/private-key
|
||||
redirect_to: /cryptography/asymmetric/private-key
|
||||
---
|
||||
6
_redirects/docs/cryptography-asymmetric-public-key
Normal file
6
_redirects/docs/cryptography-asymmetric-public-key
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/asymmetric/public-key
|
||||
redirect_to: /cryptography/asymmetric/public-key
|
||||
---
|
||||
6
_redirects/docs/cryptography-base58
Normal file
6
_redirects/docs/cryptography-base58
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/base58
|
||||
redirect_to: /cryptography/base58
|
||||
---
|
||||
6
_redirects/docs/cryptography-introduction
Normal file
6
_redirects/docs/cryptography-introduction
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/introduction
|
||||
redirect_to: /cryptography/introduction
|
||||
---
|
||||
6
_redirects/docs/cryptography-keccak-256
Normal file
6
_redirects/docs/cryptography-keccak-256
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/keccak-256
|
||||
redirect_to: /cryptography/keccak-256
|
||||
---
|
||||
6
_redirects/docs/cryptography-prng
Normal file
6
_redirects/docs/cryptography-prng
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/cryptography/prng
|
||||
redirect_to: /cryptography/prng
|
||||
---
|
||||
6
_redirects/docs/infrastructure-infrastructure
Normal file
6
_redirects/docs/infrastructure-infrastructure
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/infrastructure/infrastructure
|
||||
redirect_to: /infrastructure/infrastructure
|
||||
---
|
||||
6
_redirects/docs/infrastructure-monero-pulse
Normal file
6
_redirects/docs/infrastructure-monero-pulse
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/infrastructure/monero-pulse
|
||||
redirect_to: /infrastructure/monero-pulse
|
||||
---
|
||||
6
_redirects/docs/infrastructure-networks
Normal file
6
_redirects/docs/infrastructure-networks
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/infrastructure/networks
|
||||
redirect_to: /infrastructure/networks
|
||||
---
|
||||
6
_redirects/docs/infrastructure-tor-onion-p2p-seed-nodes
Normal file
6
_redirects/docs/infrastructure-tor-onion-p2p-seed-nodes
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/infrastructure/tor-onion-p2p-seed-nodes
|
||||
redirect_to: /infrastructure/tor-onion-p2p-seed-nodes
|
||||
---
|
||||
6
_redirects/docs/interacting-download-monero-binaries
Normal file
6
_redirects/docs/interacting-download-monero-binaries
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/download-monero-binaries
|
||||
redirect_to: /interacting/download-monero-binaries
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monero-blockchain-export-reference
|
||||
redirect_to: /interacting/monero-blockchain-export
|
||||
---
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monero-blockchain-import-reference
|
||||
redirect_to: /interacting/monero-blockchain-import
|
||||
---
|
||||
6
_redirects/docs/interacting-monero-config-file
Normal file
6
_redirects/docs/interacting-monero-config-file
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monero-config-file
|
||||
redirect_to: /interacting/monero-config-file
|
||||
---
|
||||
6
_redirects/docs/interacting-monero-wallet-cli-reference
Normal file
6
_redirects/docs/interacting-monero-wallet-cli-reference
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monero-wallet-cli-reference
|
||||
redirect_to: /interacting/monero-wallet-cli
|
||||
---
|
||||
6
_redirects/docs/interacting-monero-wallet-gui-reference
Normal file
6
_redirects/docs/interacting-monero-wallet-gui-reference
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monero-wallet-gui-reference
|
||||
redirect_to: /interacting/monero-wallet-gui
|
||||
---
|
||||
6
_redirects/docs/interacting-monero-wallet-rpc-reference
Normal file
6
_redirects/docs/interacting-monero-wallet-rpc-reference
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monero-wallet-rpc-reference
|
||||
redirect_to: /interacting/monero-wallet-rpc
|
||||
---
|
||||
6
_redirects/docs/interacting-monerod-reference
Normal file
6
_redirects/docs/interacting-monerod-reference
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/monerod-reference
|
||||
redirect_to: /interacting/monerod
|
||||
---
|
||||
6
_redirects/docs/interacting-overview
Normal file
6
_redirects/docs/interacting-overview
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/overview
|
||||
redirect_to: /interacting/overview
|
||||
---
|
||||
6
_redirects/docs/interacting-verify-monero-binaries
Normal file
6
_redirects/docs/interacting-verify-monero-binaries
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/interacting/verify-monero-binaries
|
||||
redirect_to: /interacting/verify-monero-binaries
|
||||
---
|
||||
6
_redirects/docs/multisignature
Normal file
6
_redirects/docs/multisignature
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/multisignature
|
||||
redirect_to: /multisignature
|
||||
---
|
||||
6
_redirects/docs/proof-of-work-cryptonight
Normal file
6
_redirects/docs/proof-of-work-cryptonight
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/proof-of-work/cryptonight
|
||||
redirect_to: /proof-of-work/cryptonight
|
||||
---
|
||||
6
_redirects/docs/proof-of-work-pow-in-cryptocurrencies
Normal file
6
_redirects/docs/proof-of-work-pow-in-cryptocurrencies
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/proof-of-work/pow-in-cryptocurrencies
|
||||
redirect_to: /proof-of-work/pow-in-cryptocurrencies
|
||||
---
|
||||
6
_redirects/docs/proof-of-work-proof-of-work
Normal file
6
_redirects/docs/proof-of-work-proof-of-work
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/proof-of-work/proof-of-work
|
||||
redirect_to: /proof-of-work/proof-of-work
|
||||
---
|
||||
6
_redirects/docs/proof-of-work-random-x
Normal file
6
_redirects/docs/proof-of-work-random-x
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/proof-of-work/random-x
|
||||
redirect_to: /proof-of-work/random-x
|
||||
---
|
||||
6
_redirects/docs/proof-of-work-what-is-pow
Normal file
6
_redirects/docs/proof-of-work-what-is-pow
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/proof-of-work/what-is-pow
|
||||
redirect_to: /proof-of-work/what-is-pow
|
||||
---
|
||||
6
_redirects/docs/public-address-integrated-address
Normal file
6
_redirects/docs/public-address-integrated-address
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/public-address/integrated-address
|
||||
redirect_to: /public-address/integrated-address
|
||||
---
|
||||
6
_redirects/docs/public-address-main-address
Normal file
6
_redirects/docs/public-address-main-address
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/public-address/main-address
|
||||
redirect_to: /public-address/main-address
|
||||
---
|
||||
6
_redirects/docs/public-address-standard-address
Normal file
6
_redirects/docs/public-address-standard-address
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/public-address/standard-address
|
||||
redirect_to: /public-address/standard-address
|
||||
---
|
||||
6
_redirects/docs/public-address-subaddress
Normal file
6
_redirects/docs/public-address-subaddress
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/public-address/subaddress
|
||||
redirect_to: /public-address/subaddress
|
||||
---
|
||||
6
_redirects/docs/running-node-open-node-tor-onion
Normal file
6
_redirects/docs/running-node-open-node-tor-onion
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/running-node/open-node-tor-onion
|
||||
redirect_to: /running-node/open-node-tor-onion
|
||||
---
|
||||
6
_redirects/docs/technical-specs
Normal file
6
_redirects/docs/technical-specs
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: redirected
|
||||
sitemap: false
|
||||
permalink: /docs/technical-specs
|
||||
redirect_to: /technical-specs
|
||||
---
|
||||
6
index.md
6
index.md
@@ -8,7 +8,7 @@ nav_exclude: true
|
||||
|
||||
GetMonero.dev organizes basic technical knowledge on Monero in one place. It is a continuation of [the MoneroDocs repo](https://github.com/monerodocs/md).
|
||||
|
||||
The goal is to educate and onboard power users faster.
|
||||
The goal of this website is to supplement the official Monero documentation. This website is maintained by [MAGIC Grants](https://magicgrants.org), a 501(c)(3) public charity.
|
||||
|
||||
Common pages include:
|
||||
|
||||
@@ -17,4 +17,6 @@ Common pages include:
|
||||
* [Using monero-wallet-gui](/interacting/monero-wallet-gui-reference)
|
||||
* [Using monero-wallet-rpc](/interacting/monero-wallet-rpc-reference)
|
||||
|
||||
Please submit your feedback and corrections directly on [github](https://github.com/MAGICGrants/getmonero.dev/issues).
|
||||
Please submit your feedback and corrections directly on [GitHub](https://github.com/MAGICGrants/getmonero.dev/issues).
|
||||
|
||||
This website is provided for educational purposes only. Any references to third parties are not endorsements.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: monero-blockchain-export - Reference
|
||||
title: monero-blockchain-export
|
||||
parent: Interacting with Monero
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: monero-blockchain-import - Reference
|
||||
title: monero-blockchain-import
|
||||
parent: Interacting with Monero
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: monero-wallet-cli - Reference
|
||||
title: monero-wallet-cli
|
||||
parent: Interacting with Monero
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: monero-wallet-gui - Reference
|
||||
title: monero-wallet-gui
|
||||
parent: Interacting with Monero
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: monero-wallet-rpc - Reference
|
||||
title: monero-wallet-rpc
|
||||
parent: Interacting with Monero
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: monerod - Reference
|
||||
title: monerod
|
||||
parent: Interacting with Monero
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user