mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
docs: Switch to mkdocs for documentation
This commit is contained in:
parent
b8519a6a1a
commit
a80c1ae40c
4
doc/requirements.txt
Normal file
4
doc/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
mkdocs-exclude
|
||||
mkdocs-material
|
||||
mkdocs
|
||||
Jinja2==3.1.0
|
27
mkdocs.yml
Normal file
27
mkdocs.yml
Normal file
@ -0,0 +1,27 @@
|
||||
site_name: Core Lightning
|
||||
docs_dir: doc
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- exclude:
|
||||
regex:
|
||||
- ".*\\.[1578]"
|
||||
theme:
|
||||
name: material
|
||||
features:
|
||||
- search.suggest
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
- navigation.tracking
|
||||
- navigation.sections
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
Loading…
Reference in New Issue
Block a user