kanidm/pykanidm/mkdocs.yml
James Hodgkinson 805ac2dd16
Python module and rewritten RADIUS integration (#826)
* added python kanidm module
* rewrote RADIUS integration
* updated the documentation
* updating github actions to run more often
* BLEEP BLOOP ASYNCIO IS GR8
* adding config to makefile to run pykanidm tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Firstyear <william@blackhats.net.au>
2022-06-20 20:16:55 +10:00

26 lines
520 B
YAML

# mkdocs.yml
site_name: kanidm python library
theme:
name: "material"
# site_url: https://kanidm.github.io/kanidm/master/pykanidm/
repo_name: 'kanidm/kanidm'
repo_url: 'https://github.com/kanidm/kanidm'
plugins:
- search:
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- "kanidm/"
nav:
- "Home": README.md
- "KanidmClient": kanidmclient.md
- "KanidmClientConfig": kanidmclientconfig.md
- "RadiusClient": radiusclient.md