-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (55 loc) · 1.36 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
# To get started:
#
# pip install -r requirements.txt
# mkdocs serve
# Or just see the README
#
# ----------------------------------------------------------------------
site_name: APTrust Registry
theme: material
markdown_extensions:
- attr_list
- admonition
- codehilite
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- markdown_include.include:
base_path: docs
repo_url: https://github.com/APTrust/registry-docs
nav:
- Home: index.md
- Code Structure: structure.md
- Key Code Components: components.md
- Requests: requests.md
- Security:
- security/index.md
- security/roles.md
- security/authentication.md
- security/authorization.md
- security/csrf.md
- security/headers.md
- User Management: user-management.md
- Institution Management: institution-management.md
- Deletion: deletion.md
- Restoration:
- restoration/index.md
- restoration/spot-tests.md
- Requeing Work Items: requeuing.md
- NSQ: nsq.md
- Redis: redis.md
- UI Components: ui-components.md
- Database: database.md
- Data Models: models.md
- Settings: settings.md
- Testing: testing.md