-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
44 lines (33 loc) · 980 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
42
43
44
site_name: Yii2 Oauth2 Server
theme:
name: readthedocs
custom_dir: docs/_mkdocs/theme
extra_css:
- _mkdocs/style.css
nav:
- Introduction:
- 'guide/intro-about-yii2-oauth2-server.md'
- Getting Started:
- 'guide/start-prerequisites.md'
- 'guide/start-installation.md'
- 'guide/start-openid-connect.md'
- 'guide/start-openid-connect-claims.md'
- 'guide/start-redirect-uris.md'
- Security:
- 'guide/security-introduction.md'
- 'guide/security-client-secret-rotation.md'
- 'guide/security-encryption-key-rotation.md'
- Importing/Migrating:
- 'guide/importing-migrating.md'
- Development:
- 'internals/README.md'
- FAQ:
- 'guide/faq.md'
- Appendix:
- 'guide/appendix-client-configuration.md'
markdown_extensions:
- admonition
- footnotes
- toc:
permalink: true
copyright: <a href="https://github.com/rhertogh/yii2-oauth2-server/blob/master/LICENSE.md" target="_blank">Apache License 2.0</a>