let there be docs
This commit is contained in:
commit
cb5b7a201b
8 changed files with 196 additions and 0 deletions
15
mkdocs.yml
Normal file
15
mkdocs.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
site_name: Doc Testing
|
||||
site_url: http://localhost
|
||||
theme:
|
||||
name: material
|
||||
features:
|
||||
- content.code.copy
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue