mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
* 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>
26 lines
520 B
YAML
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
|