Files
lightning/mkdocs.yml
2023-03-25 15:40:35 +10:30

52 lines
1.2 KiB
YAML

site_name: Core Lightning
docs_dir: doc
use_directory_urls: false
plugins:
- search
- exclude:
regex:
- ".*\\.[1578]$"
theme:
name: material
features:
- search.suggest
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.indexes
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
toc_depth: 2
nav:
- "Welcome": index.md
- Users:
- Installation: "INSTALL.md"
- "Frequently Asked Question": "FAQ.md"
- "TOR": "TOR.md"
- Developers:
- dev/index.md
- "Developing a plugin": PLUGINS.md
- "Contributors":
- dev/contributors/index.md
- "Writing JSON Schemas": schemas/WRITING_SCHEMAS.md
- Fuzzing: FUZZING.md
- "Reproducible Builds": REPRODUCIBLE.md
- "Coding Style": STYLE.md
- Reference:
- reference/index.md
- "Man Pages":
- lightningd-rpc: lightningd-rpc.7.md
- "lightning-withdraw": "./lightning-withdraw.7.md"
- About:
- Changelog: "CHANGELOG.md"