From be5d79d70570a3723b090e014d717e72c0a1958c Mon Sep 17 00:00:00 2001 From: Justin Ehrenhofer <12520755+SamsungGalaxyPlayer@users.noreply.github.com> Date: Wed, 15 May 2024 10:32:13 -0500 Subject: [PATCH] Add redirects for old page links --- Gemfile | 2 ++ Gemfile.lock | 3 +++ README.md | 4 ++-- _config.yml | 3 +++ _redirects/docs/accepting-monero-overview | 6 ++++++ _redirects/docs/cold-storage-offline-transaction-signing | 6 ++++++ _redirects/docs/cryptography-asymmetric-edwards25519 | 6 ++++++ _redirects/docs/cryptography-asymmetric-introduction | 6 ++++++ _redirects/docs/cryptography-asymmetric-key-image | 6 ++++++ _redirects/docs/cryptography-asymmetric-private-key | 6 ++++++ _redirects/docs/cryptography-asymmetric-public-key | 6 ++++++ _redirects/docs/cryptography-base58 | 6 ++++++ _redirects/docs/cryptography-introduction | 6 ++++++ _redirects/docs/cryptography-keccak-256 | 6 ++++++ _redirects/docs/cryptography-prng | 6 ++++++ _redirects/docs/infrastructure-infrastructure | 6 ++++++ _redirects/docs/infrastructure-monero-pulse | 6 ++++++ _redirects/docs/infrastructure-networks | 6 ++++++ _redirects/docs/infrastructure-tor-onion-p2p-seed-nodes | 6 ++++++ _redirects/docs/interacting-download-monero-binaries | 6 ++++++ .../docs/interacting-monero-blockchain-export-reference | 6 ++++++ .../docs/interacting-monero-blockchain-import-reference | 6 ++++++ _redirects/docs/interacting-monero-config-file | 6 ++++++ _redirects/docs/interacting-monero-wallet-cli-reference | 6 ++++++ _redirects/docs/interacting-monero-wallet-gui-reference | 6 ++++++ _redirects/docs/interacting-monero-wallet-rpc-reference | 6 ++++++ _redirects/docs/interacting-monerod-reference | 6 ++++++ _redirects/docs/interacting-overview | 6 ++++++ _redirects/docs/interacting-verify-monero-binaries | 6 ++++++ _redirects/docs/multisignature | 6 ++++++ _redirects/docs/proof-of-work-cryptonight | 6 ++++++ _redirects/docs/proof-of-work-pow-in-cryptocurrencies | 6 ++++++ _redirects/docs/proof-of-work-proof-of-work | 6 ++++++ _redirects/docs/proof-of-work-random-x | 6 ++++++ _redirects/docs/proof-of-work-what-is-pow | 6 ++++++ _redirects/docs/public-address-integrated-address | 6 ++++++ _redirects/docs/public-address-main-address | 6 ++++++ _redirects/docs/public-address-standard-address | 6 ++++++ _redirects/docs/public-address-subaddress | 6 ++++++ _redirects/docs/running-node-open-node-tor-onion | 6 ++++++ _redirects/docs/technical-specs | 6 ++++++ index.md | 6 ++++-- ...hain-export-reference.md => monero-blockchain-export.md} | 2 +- ...hain-import-reference.md => monero-blockchain-import.md} | 2 +- ...{monero-wallet-cli-reference.md => monero-wallet-cli.md} | 2 +- ...{monero-wallet-gui-reference.md => monero-wallet-gui.md} | 2 +- ...{monero-wallet-rpc-reference.md => monero-wallet-rpc.md} | 2 +- interacting/{monerod-reference.md => monerod.md} | 2 +- 48 files changed, 242 insertions(+), 10 deletions(-) create mode 100644 _redirects/docs/accepting-monero-overview create mode 100644 _redirects/docs/cold-storage-offline-transaction-signing create mode 100644 _redirects/docs/cryptography-asymmetric-edwards25519 create mode 100644 _redirects/docs/cryptography-asymmetric-introduction create mode 100644 _redirects/docs/cryptography-asymmetric-key-image create mode 100644 _redirects/docs/cryptography-asymmetric-private-key create mode 100644 _redirects/docs/cryptography-asymmetric-public-key create mode 100644 _redirects/docs/cryptography-base58 create mode 100644 _redirects/docs/cryptography-introduction create mode 100644 _redirects/docs/cryptography-keccak-256 create mode 100644 _redirects/docs/cryptography-prng create mode 100644 _redirects/docs/infrastructure-infrastructure create mode 100644 _redirects/docs/infrastructure-monero-pulse create mode 100644 _redirects/docs/infrastructure-networks create mode 100644 _redirects/docs/infrastructure-tor-onion-p2p-seed-nodes create mode 100644 _redirects/docs/interacting-download-monero-binaries create mode 100644 _redirects/docs/interacting-monero-blockchain-export-reference create mode 100644 _redirects/docs/interacting-monero-blockchain-import-reference create mode 100644 _redirects/docs/interacting-monero-config-file create mode 100644 _redirects/docs/interacting-monero-wallet-cli-reference create mode 100644 _redirects/docs/interacting-monero-wallet-gui-reference create mode 100644 _redirects/docs/interacting-monero-wallet-rpc-reference create mode 100644 _redirects/docs/interacting-monerod-reference create mode 100644 _redirects/docs/interacting-overview create mode 100644 _redirects/docs/interacting-verify-monero-binaries create mode 100644 _redirects/docs/multisignature create mode 100644 _redirects/docs/proof-of-work-cryptonight create mode 100644 _redirects/docs/proof-of-work-pow-in-cryptocurrencies create mode 100644 _redirects/docs/proof-of-work-proof-of-work create mode 100644 _redirects/docs/proof-of-work-random-x create mode 100644 _redirects/docs/proof-of-work-what-is-pow create mode 100644 _redirects/docs/public-address-integrated-address create mode 100644 _redirects/docs/public-address-main-address create mode 100644 _redirects/docs/public-address-standard-address create mode 100644 _redirects/docs/public-address-subaddress create mode 100644 _redirects/docs/running-node-open-node-tor-onion create mode 100644 _redirects/docs/technical-specs rename interacting/{monero-blockchain-export-reference.md => monero-blockchain-export.md} (98%) rename interacting/{monero-blockchain-import-reference.md => monero-blockchain-import.md} (99%) rename interacting/{monero-wallet-cli-reference.md => monero-wallet-cli.md} (99%) rename interacting/{monero-wallet-gui-reference.md => monero-wallet-gui.md} (98%) rename interacting/{monero-wallet-rpc-reference.md => monero-wallet-rpc.md} (99%) rename interacting/{monerod-reference.md => monerod.md} (99%) diff --git a/Gemfile b/Gemfile index 648661fb..4c717b22 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 7d5e243b..cc3af251 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/README.md b/README.md index f566fd2f..f04dfeac 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/_config.yml b/_config.yml index 15fea7c4..bf44e11e 100644 --- a/_config.yml +++ b/_config.yml @@ -47,3 +47,6 @@ compress_html: startings: [] blanklines: false profile: false + +include: + - _redirects diff --git a/_redirects/docs/accepting-monero-overview b/_redirects/docs/accepting-monero-overview new file mode 100644 index 00000000..2a27fa60 --- /dev/null +++ b/_redirects/docs/accepting-monero-overview @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/accepting-monero/overview +redirect_to: /accepting-monero/overview +--- diff --git a/_redirects/docs/cold-storage-offline-transaction-signing b/_redirects/docs/cold-storage-offline-transaction-signing new file mode 100644 index 00000000..4efcf95f --- /dev/null +++ b/_redirects/docs/cold-storage-offline-transaction-signing @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cold-storage/offline-transaction-signing +redirect_to: /cold-storage/offline-transaction-signing +--- diff --git a/_redirects/docs/cryptography-asymmetric-edwards25519 b/_redirects/docs/cryptography-asymmetric-edwards25519 new file mode 100644 index 00000000..34d3155d --- /dev/null +++ b/_redirects/docs/cryptography-asymmetric-edwards25519 @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/asymmetric/edwards25519 +redirect_to: /cryptography/asymmetric/edwards25519 +--- diff --git a/_redirects/docs/cryptography-asymmetric-introduction b/_redirects/docs/cryptography-asymmetric-introduction new file mode 100644 index 00000000..d78c5371 --- /dev/null +++ b/_redirects/docs/cryptography-asymmetric-introduction @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/asymmetric/introduction +redirect_to: /cryptography/asymmetric/introduction +--- diff --git a/_redirects/docs/cryptography-asymmetric-key-image b/_redirects/docs/cryptography-asymmetric-key-image new file mode 100644 index 00000000..a47d793e --- /dev/null +++ b/_redirects/docs/cryptography-asymmetric-key-image @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/asymmetric/key-image +redirect_to: /cryptography/asymmetric/key-image +--- diff --git a/_redirects/docs/cryptography-asymmetric-private-key b/_redirects/docs/cryptography-asymmetric-private-key new file mode 100644 index 00000000..4c2b6f48 --- /dev/null +++ b/_redirects/docs/cryptography-asymmetric-private-key @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/asymmetric/private-key +redirect_to: /cryptography/asymmetric/private-key +--- diff --git a/_redirects/docs/cryptography-asymmetric-public-key b/_redirects/docs/cryptography-asymmetric-public-key new file mode 100644 index 00000000..c803a909 --- /dev/null +++ b/_redirects/docs/cryptography-asymmetric-public-key @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/asymmetric/public-key +redirect_to: /cryptography/asymmetric/public-key +--- diff --git a/_redirects/docs/cryptography-base58 b/_redirects/docs/cryptography-base58 new file mode 100644 index 00000000..b257393b --- /dev/null +++ b/_redirects/docs/cryptography-base58 @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/base58 +redirect_to: /cryptography/base58 +--- diff --git a/_redirects/docs/cryptography-introduction b/_redirects/docs/cryptography-introduction new file mode 100644 index 00000000..2470ef23 --- /dev/null +++ b/_redirects/docs/cryptography-introduction @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/introduction +redirect_to: /cryptography/introduction +--- diff --git a/_redirects/docs/cryptography-keccak-256 b/_redirects/docs/cryptography-keccak-256 new file mode 100644 index 00000000..e93cc717 --- /dev/null +++ b/_redirects/docs/cryptography-keccak-256 @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/keccak-256 +redirect_to: /cryptography/keccak-256 +--- diff --git a/_redirects/docs/cryptography-prng b/_redirects/docs/cryptography-prng new file mode 100644 index 00000000..c6368aa3 --- /dev/null +++ b/_redirects/docs/cryptography-prng @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/cryptography/prng +redirect_to: /cryptography/prng +--- diff --git a/_redirects/docs/infrastructure-infrastructure b/_redirects/docs/infrastructure-infrastructure new file mode 100644 index 00000000..d42f265a --- /dev/null +++ b/_redirects/docs/infrastructure-infrastructure @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/infrastructure/infrastructure +redirect_to: /infrastructure/infrastructure +--- diff --git a/_redirects/docs/infrastructure-monero-pulse b/_redirects/docs/infrastructure-monero-pulse new file mode 100644 index 00000000..7d9a06d6 --- /dev/null +++ b/_redirects/docs/infrastructure-monero-pulse @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/infrastructure/monero-pulse +redirect_to: /infrastructure/monero-pulse +--- diff --git a/_redirects/docs/infrastructure-networks b/_redirects/docs/infrastructure-networks new file mode 100644 index 00000000..c6929153 --- /dev/null +++ b/_redirects/docs/infrastructure-networks @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/infrastructure/networks +redirect_to: /infrastructure/networks +--- diff --git a/_redirects/docs/infrastructure-tor-onion-p2p-seed-nodes b/_redirects/docs/infrastructure-tor-onion-p2p-seed-nodes new file mode 100644 index 00000000..74d69934 --- /dev/null +++ b/_redirects/docs/infrastructure-tor-onion-p2p-seed-nodes @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/infrastructure/tor-onion-p2p-seed-nodes +redirect_to: /infrastructure/tor-onion-p2p-seed-nodes +--- diff --git a/_redirects/docs/interacting-download-monero-binaries b/_redirects/docs/interacting-download-monero-binaries new file mode 100644 index 00000000..747dcc0d --- /dev/null +++ b/_redirects/docs/interacting-download-monero-binaries @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/download-monero-binaries +redirect_to: /interacting/download-monero-binaries +--- diff --git a/_redirects/docs/interacting-monero-blockchain-export-reference b/_redirects/docs/interacting-monero-blockchain-export-reference new file mode 100644 index 00000000..60c10271 --- /dev/null +++ b/_redirects/docs/interacting-monero-blockchain-export-reference @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monero-blockchain-export-reference +redirect_to: /interacting/monero-blockchain-export +--- diff --git a/_redirects/docs/interacting-monero-blockchain-import-reference b/_redirects/docs/interacting-monero-blockchain-import-reference new file mode 100644 index 00000000..ba39bf07 --- /dev/null +++ b/_redirects/docs/interacting-monero-blockchain-import-reference @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monero-blockchain-import-reference +redirect_to: /interacting/monero-blockchain-import +--- diff --git a/_redirects/docs/interacting-monero-config-file b/_redirects/docs/interacting-monero-config-file new file mode 100644 index 00000000..0d2379b0 --- /dev/null +++ b/_redirects/docs/interacting-monero-config-file @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monero-config-file +redirect_to: /interacting/monero-config-file +--- diff --git a/_redirects/docs/interacting-monero-wallet-cli-reference b/_redirects/docs/interacting-monero-wallet-cli-reference new file mode 100644 index 00000000..1e016aae --- /dev/null +++ b/_redirects/docs/interacting-monero-wallet-cli-reference @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monero-wallet-cli-reference +redirect_to: /interacting/monero-wallet-cli +--- diff --git a/_redirects/docs/interacting-monero-wallet-gui-reference b/_redirects/docs/interacting-monero-wallet-gui-reference new file mode 100644 index 00000000..d0582d18 --- /dev/null +++ b/_redirects/docs/interacting-monero-wallet-gui-reference @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monero-wallet-gui-reference +redirect_to: /interacting/monero-wallet-gui +--- diff --git a/_redirects/docs/interacting-monero-wallet-rpc-reference b/_redirects/docs/interacting-monero-wallet-rpc-reference new file mode 100644 index 00000000..f1f9d06e --- /dev/null +++ b/_redirects/docs/interacting-monero-wallet-rpc-reference @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monero-wallet-rpc-reference +redirect_to: /interacting/monero-wallet-rpc +--- diff --git a/_redirects/docs/interacting-monerod-reference b/_redirects/docs/interacting-monerod-reference new file mode 100644 index 00000000..4c1d1641 --- /dev/null +++ b/_redirects/docs/interacting-monerod-reference @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/monerod-reference +redirect_to: /interacting/monerod +--- diff --git a/_redirects/docs/interacting-overview b/_redirects/docs/interacting-overview new file mode 100644 index 00000000..947a0878 --- /dev/null +++ b/_redirects/docs/interacting-overview @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/overview +redirect_to: /interacting/overview +--- diff --git a/_redirects/docs/interacting-verify-monero-binaries b/_redirects/docs/interacting-verify-monero-binaries new file mode 100644 index 00000000..06732a14 --- /dev/null +++ b/_redirects/docs/interacting-verify-monero-binaries @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/interacting/verify-monero-binaries +redirect_to: /interacting/verify-monero-binaries +--- diff --git a/_redirects/docs/multisignature b/_redirects/docs/multisignature new file mode 100644 index 00000000..b5d7cd3b --- /dev/null +++ b/_redirects/docs/multisignature @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/multisignature +redirect_to: /multisignature +--- diff --git a/_redirects/docs/proof-of-work-cryptonight b/_redirects/docs/proof-of-work-cryptonight new file mode 100644 index 00000000..dad62946 --- /dev/null +++ b/_redirects/docs/proof-of-work-cryptonight @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/proof-of-work/cryptonight +redirect_to: /proof-of-work/cryptonight +--- diff --git a/_redirects/docs/proof-of-work-pow-in-cryptocurrencies b/_redirects/docs/proof-of-work-pow-in-cryptocurrencies new file mode 100644 index 00000000..9045f24d --- /dev/null +++ b/_redirects/docs/proof-of-work-pow-in-cryptocurrencies @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/proof-of-work/pow-in-cryptocurrencies +redirect_to: /proof-of-work/pow-in-cryptocurrencies +--- diff --git a/_redirects/docs/proof-of-work-proof-of-work b/_redirects/docs/proof-of-work-proof-of-work new file mode 100644 index 00000000..92ffec30 --- /dev/null +++ b/_redirects/docs/proof-of-work-proof-of-work @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/proof-of-work/proof-of-work +redirect_to: /proof-of-work/proof-of-work +--- diff --git a/_redirects/docs/proof-of-work-random-x b/_redirects/docs/proof-of-work-random-x new file mode 100644 index 00000000..185b7437 --- /dev/null +++ b/_redirects/docs/proof-of-work-random-x @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/proof-of-work/random-x +redirect_to: /proof-of-work/random-x +--- diff --git a/_redirects/docs/proof-of-work-what-is-pow b/_redirects/docs/proof-of-work-what-is-pow new file mode 100644 index 00000000..6224386a --- /dev/null +++ b/_redirects/docs/proof-of-work-what-is-pow @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/proof-of-work/what-is-pow +redirect_to: /proof-of-work/what-is-pow +--- diff --git a/_redirects/docs/public-address-integrated-address b/_redirects/docs/public-address-integrated-address new file mode 100644 index 00000000..63d7ce6a --- /dev/null +++ b/_redirects/docs/public-address-integrated-address @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/public-address/integrated-address +redirect_to: /public-address/integrated-address +--- diff --git a/_redirects/docs/public-address-main-address b/_redirects/docs/public-address-main-address new file mode 100644 index 00000000..971cf407 --- /dev/null +++ b/_redirects/docs/public-address-main-address @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/public-address/main-address +redirect_to: /public-address/main-address +--- diff --git a/_redirects/docs/public-address-standard-address b/_redirects/docs/public-address-standard-address new file mode 100644 index 00000000..1b331ac8 --- /dev/null +++ b/_redirects/docs/public-address-standard-address @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/public-address/standard-address +redirect_to: /public-address/standard-address +--- diff --git a/_redirects/docs/public-address-subaddress b/_redirects/docs/public-address-subaddress new file mode 100644 index 00000000..c46e034c --- /dev/null +++ b/_redirects/docs/public-address-subaddress @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/public-address/subaddress +redirect_to: /public-address/subaddress +--- diff --git a/_redirects/docs/running-node-open-node-tor-onion b/_redirects/docs/running-node-open-node-tor-onion new file mode 100644 index 00000000..20eb6771 --- /dev/null +++ b/_redirects/docs/running-node-open-node-tor-onion @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/running-node/open-node-tor-onion +redirect_to: /running-node/open-node-tor-onion +--- diff --git a/_redirects/docs/technical-specs b/_redirects/docs/technical-specs new file mode 100644 index 00000000..a3115103 --- /dev/null +++ b/_redirects/docs/technical-specs @@ -0,0 +1,6 @@ +--- +layout: redirected +sitemap: false +permalink: /docs/technical-specs +redirect_to: /technical-specs +--- diff --git a/index.md b/index.md index 568f85c7..c17fed76 100644 --- a/index.md +++ b/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. diff --git a/interacting/monero-blockchain-export-reference.md b/interacting/monero-blockchain-export.md similarity index 98% rename from interacting/monero-blockchain-export-reference.md rename to interacting/monero-blockchain-export.md index 367c7483..c163289c 100644 --- a/interacting/monero-blockchain-export-reference.md +++ b/interacting/monero-blockchain-export.md @@ -1,5 +1,5 @@ --- -title: monero-blockchain-export - Reference +title: monero-blockchain-export parent: Interacting with Monero --- diff --git a/interacting/monero-blockchain-import-reference.md b/interacting/monero-blockchain-import.md similarity index 99% rename from interacting/monero-blockchain-import-reference.md rename to interacting/monero-blockchain-import.md index 75408bed..8d911344 100644 --- a/interacting/monero-blockchain-import-reference.md +++ b/interacting/monero-blockchain-import.md @@ -1,5 +1,5 @@ --- -title: monero-blockchain-import - Reference +title: monero-blockchain-import parent: Interacting with Monero --- diff --git a/interacting/monero-wallet-cli-reference.md b/interacting/monero-wallet-cli.md similarity index 99% rename from interacting/monero-wallet-cli-reference.md rename to interacting/monero-wallet-cli.md index d184dcf2..92d7fe5b 100644 --- a/interacting/monero-wallet-cli-reference.md +++ b/interacting/monero-wallet-cli.md @@ -1,5 +1,5 @@ --- -title: monero-wallet-cli - Reference +title: monero-wallet-cli parent: Interacting with Monero --- diff --git a/interacting/monero-wallet-gui-reference.md b/interacting/monero-wallet-gui.md similarity index 98% rename from interacting/monero-wallet-gui-reference.md rename to interacting/monero-wallet-gui.md index 4813433b..413e7a93 100644 --- a/interacting/monero-wallet-gui-reference.md +++ b/interacting/monero-wallet-gui.md @@ -1,5 +1,5 @@ --- -title: monero-wallet-gui - Reference +title: monero-wallet-gui parent: Interacting with Monero --- diff --git a/interacting/monero-wallet-rpc-reference.md b/interacting/monero-wallet-rpc.md similarity index 99% rename from interacting/monero-wallet-rpc-reference.md rename to interacting/monero-wallet-rpc.md index 0d2652d7..f37d7969 100644 --- a/interacting/monero-wallet-rpc-reference.md +++ b/interacting/monero-wallet-rpc.md @@ -1,5 +1,5 @@ --- -title: monero-wallet-rpc - Reference +title: monero-wallet-rpc parent: Interacting with Monero --- diff --git a/interacting/monerod-reference.md b/interacting/monerod.md similarity index 99% rename from interacting/monerod-reference.md rename to interacting/monerod.md index 4b961a07..a9c063a9 100644 --- a/interacting/monerod-reference.md +++ b/interacting/monerod.md @@ -1,5 +1,5 @@ --- -title: monerod - Reference +title: monerod parent: Interacting with Monero ---