mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Merge pull request #31 from nahuhh/hierarchy
mkdocs.yml: simplify menus
This commit is contained in:
commit
b87eb2233f
1 changed files with 39 additions and 30 deletions
57
mkdocs.yml
57
mkdocs.yml
|
@ -10,51 +10,60 @@ copyright: '© 2024 Monero Community under <a href="https://opensource.org/licen
|
||||||
nav:
|
nav:
|
||||||
- Home: 'index.md'
|
- Home: 'index.md'
|
||||||
- Interacting:
|
- Interacting:
|
||||||
|
- The Basics:
|
||||||
|
- Overview: 'interacting/overview.md'
|
||||||
|
- Tokenomics: 'technical-specs.md'
|
||||||
|
- Networks: 'infrastructure/networks.md'
|
||||||
|
- Download & Verify:
|
||||||
- Download: 'interacting/download-monero-binaries.md'
|
- Download: 'interacting/download-monero-binaries.md'
|
||||||
- Verify: 'interacting/verify-monero-binaries.md'
|
- Verify: 'interacting/verify-monero-binaries.md'
|
||||||
- Overview: 'interacting/overview.md'
|
- Monerod:
|
||||||
- Config file: 'interacting/monero-config-file.md'
|
- Flags: 'interacting/monerod-reference.md'
|
||||||
- monerod: 'interacting/monerod-reference.md'
|
- Setup Guide:
|
||||||
- monero-wallet-cli: 'interacting/monero-wallet-cli-reference.md'
|
# - I2P: 'running-node/open-node-tor-onion.md' TODO
|
||||||
|
- Tor: 'running-node/open-node-tor-onion.md'
|
||||||
|
# - Tor onion seed nodes: 'infrastructure/tor-onion-p2p-seed-nodes.md'
|
||||||
|
- Sample Configs:
|
||||||
|
- VPS: 'interacting/monero-config-file.md'
|
||||||
|
# - Home: 'interacting/moneord-tori2p.md' # TODO
|
||||||
|
- Wallets:
|
||||||
- monero-wallet-gui: 'interacting/monero-wallet-gui-reference.md'
|
- monero-wallet-gui: 'interacting/monero-wallet-gui-reference.md'
|
||||||
|
- monero-wallet-cli: 'interacting/monero-wallet-cli-reference.md'
|
||||||
- monero-wallet-rpc: 'interacting/monero-wallet-rpc-reference.md'
|
- monero-wallet-rpc: 'interacting/monero-wallet-rpc-reference.md'
|
||||||
|
- Advanced Transactions:
|
||||||
|
- Multisignature: 'multisignature.md'
|
||||||
|
- Offline Transaction Signing: 'cold-storage/offline-transaction-signing.md'
|
||||||
|
- Blockchain Tools:
|
||||||
- monero-blockchain-export: 'interacting/monero-blockchain-export-reference.md'
|
- monero-blockchain-export: 'interacting/monero-blockchain-export-reference.md'
|
||||||
- monero-blockchain-import: 'interacting/monero-blockchain-import-reference.md'
|
- monero-blockchain-import: 'interacting/monero-blockchain-import-reference.md'
|
||||||
- Technical specs: 'technical-specs.md'
|
- External:
|
||||||
- Cryptography:
|
- MoneroPulse: 'infrastructure/monero-pulse.md'
|
||||||
|
#- RPC Library:
|
||||||
|
# - Node RPC: 'rpc-library/monerod-rpc.md'
|
||||||
|
# - Wallet RPC: 'rpc-library/wallet-rpc.md'
|
||||||
|
- R&D:
|
||||||
|
- Cryptography:
|
||||||
- Introduction: 'cryptography/introduction.md'
|
- Introduction: 'cryptography/introduction.md'
|
||||||
- Asymmetric:
|
- Asymmetric: # Needs clarity
|
||||||
- Introduction: 'cryptography/asymmetric/introduction.md'
|
- Introduction: 'cryptography/asymmetric/introduction.md'
|
||||||
- Private keys: 'cryptography/asymmetric/private-key.md'
|
- Private keys: 'cryptography/asymmetric/private-key.md'
|
||||||
- Public keys: 'cryptography/asymmetric/public-key.md'
|
- Public keys: 'cryptography/asymmetric/public-key.md'
|
||||||
- Edwards25519 curve: 'cryptography/asymmetric/edwards25519.md'
|
- Edwards25519 curve: 'cryptography/asymmetric/edwards25519.md'
|
||||||
- Key image: 'cryptography/asymmetric/key-image.md'
|
- Key image: 'cryptography/asymmetric/key-image.md'
|
||||||
- Base58: 'cryptography/base58.md'
|
- Base58: 'cryptography/base58.md'
|
||||||
|
- Keccak-256: 'cryptography/keccak-256.md'
|
||||||
- PRNG: 'cryptography/prng.md'
|
- PRNG: 'cryptography/prng.md'
|
||||||
- 'Keccak-256': 'cryptography/keccak-256.md'
|
- Address Types:
|
||||||
- Address:
|
|
||||||
- Standard: 'public-address/standard-address.md'
|
- Standard: 'public-address/standard-address.md'
|
||||||
- Subaddress: 'public-address/subaddress.md'
|
- Subaddress: 'public-address/subaddress.md'
|
||||||
- Integrated: 'public-address/integrated-address.md'
|
- Integrated: 'public-address/integrated-address.md'
|
||||||
- Proof of Work:
|
- Proof of Work: # This section needs improvement
|
||||||
- What is PoW?: 'proof-of-work/what-is-pow.md'
|
- What is PoW?: 'proof-of-work/what-is-pow.md'
|
||||||
- PoW in Cryptocurrencies: 'proof-of-work/pow-in-cryptocurrencies.md'
|
- PoW in Cryptocurrencies: 'proof-of-work/pow-in-cryptocurrencies.md'
|
||||||
- CryptoNight: 'proof-of-work/cryptonight.md'
|
- CryptoNight: 'proof-of-work/cryptonight.md'
|
||||||
- RandomX: 'proof-of-work/random-x.md'
|
- RandomX: 'proof-of-work/random-x.md'
|
||||||
- Multisignature: 'multisignature.md'
|
#- Accepting Monero:
|
||||||
- Infrastructure:
|
# - Overview: 'accepting-monero/overview.md'
|
||||||
- Mainnet, stagenet, testnet: 'infrastructure/networks.md'
|
|
||||||
- Tor onion seed nodes: 'infrastructure/tor-onion-p2p-seed-nodes.md'
|
|
||||||
- MoneroPulse: 'infrastructure/monero-pulse.md'
|
|
||||||
- Running a Node:
|
|
||||||
# - On your Laptop: 'localhost-node.md'
|
|
||||||
# - Remote Node: 'remote-node.md'
|
|
||||||
# - Open Remote Node: 'open-remote-node.md'
|
|
||||||
- Open Node + Tor Onion: 'running-node/open-node-tor-onion.md'
|
|
||||||
- Cold storage:
|
|
||||||
- Offline Transaction Signing: 'cold-storage/offline-transaction-signing.md'
|
|
||||||
- Accepting Monero:
|
|
||||||
- Overview: 'accepting-monero/overview.md'
|
|
||||||
|
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
|
|
Loading…
Reference in a new issue