-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (36 loc) · 935 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
site_name: Access guard
site_description: A forward authentication service that provides email verification.
site_url: https://flaeppe.github.io/access-guard/
theme:
name: material
palette:
primary: "teal"
accent: "blue"
features:
- content.code.annotate
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
repo_name: flaeppe/access-guard
repo_url: https://github.com/flaeppe/access-guard
edit_uri: ""
nav:
- Introduction: "index.md"
- Usage:
- How it works: "how_it_works.md"
- Use with traefik's forward auth: "traefik.md"
- Reference: "reference.md"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/flaeppe/access-guard
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- def_list