Skip to content

Commit

Permalink
docs: Switch to mkdocs for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Dec 6, 2022
1 parent d7cd3e1 commit 608a479
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs-exclude
mkdocs-material
27 changes: 27 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 608a479

Please sign in to comment.