-
Notifications
You must be signed in to change notification settings - Fork 44
/
mkdocs.yml
79 lines (75 loc) · 1.54 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
site_name: OTF
site_url: https://docs.otf.ninja
repo_url: https://github.com/leg100/otf
plugins:
- glightbox
theme:
name: material
logo: ./images/logo.svg
favicon: ./images/icon.svg
custom_dir: docs/overrides
palette:
primary: white
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
markdown_extensions:
- admonition
- attr_list
- md_in_html
nav:
- Introduction: index.md
- install.md
- quickstart.md
- Guides:
- tfc_migration.md
- Authentication:
- Identity Providers:
- auth/providers/github.md
- auth/providers/gitlab.md
- auth/providers/oidc.md
- auth/providers/iap.md
- auth/site_admins.md
- auth/user_token.md
- auth/org_token.md
- Topics:
- rbac.md
- vcs_providers.md
- github_app.md
- agents.md
- registry.md
- cli.md
- notifications.md
- Configuration:
- config/envvars.md
- config/flags.md
- Advanced:
- testing.md
- dev.md
extra:
version:
default: latest
provider: mike
extra_css:
- stylesheets/extra.css