Skip to content

Commit

Permalink
Add redirects for old page links
Browse files Browse the repository at this point in the history
  • Loading branch information
SamsungGalaxyPlayer committed May 15, 2024
1 parent 8754971 commit be5d79d
Show file tree
Hide file tree
Showing 48 changed files with 242 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -87,6 +89,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.3)
jekyll-default-layout
jekyll-sitemap
just-the-docs

BUNDLED WITH
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand All @@ -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:

Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ compress_html:
startings: []
blanklines: false
profile: false

include:
- _redirects
6 changes: 6 additions & 0 deletions _redirects/docs/accepting-monero-overview
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/accepting-monero/overview
redirect_to: /accepting-monero/overview
---
6 changes: 6 additions & 0 deletions _redirects/docs/cold-storage-offline-transaction-signing
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cold-storage/offline-transaction-signing
redirect_to: /cold-storage/offline-transaction-signing
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-asymmetric-edwards25519
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/asymmetric/edwards25519
redirect_to: /cryptography/asymmetric/edwards25519
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-asymmetric-introduction
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/asymmetric/introduction
redirect_to: /cryptography/asymmetric/introduction
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-asymmetric-key-image
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/asymmetric/key-image
redirect_to: /cryptography/asymmetric/key-image
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-asymmetric-private-key
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/asymmetric/private-key
redirect_to: /cryptography/asymmetric/private-key
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-asymmetric-public-key
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/asymmetric/public-key
redirect_to: /cryptography/asymmetric/public-key
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-base58
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/base58
redirect_to: /cryptography/base58
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-introduction
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/introduction
redirect_to: /cryptography/introduction
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-keccak-256
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/keccak-256
redirect_to: /cryptography/keccak-256
---
6 changes: 6 additions & 0 deletions _redirects/docs/cryptography-prng
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/cryptography/prng
redirect_to: /cryptography/prng
---
6 changes: 6 additions & 0 deletions _redirects/docs/infrastructure-infrastructure
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/infrastructure/infrastructure
redirect_to: /infrastructure/infrastructure
---
6 changes: 6 additions & 0 deletions _redirects/docs/infrastructure-monero-pulse
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/infrastructure/monero-pulse
redirect_to: /infrastructure/monero-pulse
---
6 changes: 6 additions & 0 deletions _redirects/docs/infrastructure-networks
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/infrastructure/networks
redirect_to: /infrastructure/networks
---
6 changes: 6 additions & 0 deletions _redirects/docs/infrastructure-tor-onion-p2p-seed-nodes
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions _redirects/docs/interacting-download-monero-binaries
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/download-monero-binaries
redirect_to: /interacting/download-monero-binaries
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monero-blockchain-export-reference
redirect_to: /interacting/monero-blockchain-export
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monero-blockchain-import-reference
redirect_to: /interacting/monero-blockchain-import
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-monero-config-file
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monero-config-file
redirect_to: /interacting/monero-config-file
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-monero-wallet-cli-reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monero-wallet-cli-reference
redirect_to: /interacting/monero-wallet-cli
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-monero-wallet-gui-reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monero-wallet-gui-reference
redirect_to: /interacting/monero-wallet-gui
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-monero-wallet-rpc-reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monero-wallet-rpc-reference
redirect_to: /interacting/monero-wallet-rpc
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-monerod-reference
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/monerod-reference
redirect_to: /interacting/monerod
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-overview
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/overview
redirect_to: /interacting/overview
---
6 changes: 6 additions & 0 deletions _redirects/docs/interacting-verify-monero-binaries
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/interacting/verify-monero-binaries
redirect_to: /interacting/verify-monero-binaries
---
6 changes: 6 additions & 0 deletions _redirects/docs/multisignature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/multisignature
redirect_to: /multisignature
---
6 changes: 6 additions & 0 deletions _redirects/docs/proof-of-work-cryptonight
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/proof-of-work/cryptonight
redirect_to: /proof-of-work/cryptonight
---
6 changes: 6 additions & 0 deletions _redirects/docs/proof-of-work-pow-in-cryptocurrencies
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions _redirects/docs/proof-of-work-proof-of-work
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions _redirects/docs/proof-of-work-random-x
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/proof-of-work/random-x
redirect_to: /proof-of-work/random-x
---
6 changes: 6 additions & 0 deletions _redirects/docs/proof-of-work-what-is-pow
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions _redirects/docs/public-address-integrated-address
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/public-address/integrated-address
redirect_to: /public-address/integrated-address
---
6 changes: 6 additions & 0 deletions _redirects/docs/public-address-main-address
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/public-address/main-address
redirect_to: /public-address/main-address
---
6 changes: 6 additions & 0 deletions _redirects/docs/public-address-standard-address
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/public-address/standard-address
redirect_to: /public-address/standard-address
---
6 changes: 6 additions & 0 deletions _redirects/docs/public-address-subaddress
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/public-address/subaddress
redirect_to: /public-address/subaddress
---
6 changes: 6 additions & 0 deletions _redirects/docs/running-node-open-node-tor-onion
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions _redirects/docs/technical-specs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: redirected
sitemap: false
permalink: /docs/technical-specs
redirect_to: /technical-specs
---
6 changes: 4 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: monero-blockchain-export - Reference
title: monero-blockchain-export
parent: Interacting with Monero
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: monero-blockchain-import - Reference
title: monero-blockchain-import
parent: Interacting with Monero
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: monero-wallet-cli - Reference
title: monero-wallet-cli
parent: Interacting with Monero
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: monero-wallet-gui - Reference
title: monero-wallet-gui
parent: Interacting with Monero
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: monero-wallet-rpc - Reference
title: monero-wallet-rpc
parent: Interacting with Monero
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: monerod - Reference
title: monerod
parent: Interacting with Monero
---

Expand Down

0 comments on commit be5d79d

Please sign in to comment.