/ mkdocs.yml
mkdocs.yml
 1  site_name: Aeternity node documentation
 2  site_url: https://aeternity.com
 3  repo_url: https://github.com/aeternity/aeternity
 4  docs_dir: docs
 5  theme:
 6      name: readthedocs
 7      highlightjs: true
 8      hljs_languages:
 9          - yaml
10          - json
11          - bash
12  nav:
13  - Installation: 'installation.md'
14  - Configuration: 'configuration.md'
15  - Operation: 'operation.md'
16  - Hardware Requirements: 'hardware-requirements.md'
17  - Docker: 'docker.md'
18  - Build from source: 'build.md'
19  - CUDA Miner: 'cuda-miner.md'
20  - Stratum: 'stratum.md'
21  - Network Monitoring: 'monitoring.md'
22  - Node API: 'api.md'
23  - Garbage Collection: 'garbage-collection.md'