forked from gitlabform/gitlabform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
86 lines (78 loc) · 2.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
80
81
82
83
84
85
86
site_name: GitLabForm
repo_url: https://github.com/gitlabform/gitlabform/
docs_dir: docs
strict: true
nav:
- 🏗 GitLabForm: index.md
- ✨ Features: features.md
- 🫴 Requirements: requirements.md
- 💾 Installation: installation.md
- 📋 Configuration:
- reference/index.md
- Archive/unarchive: reference/archive_unarchive.md
- Badges: reference/badges.md
- Branches: reference/protected_branches.md
- CI/CD Variables: reference/ci_cd_variables.md
- Deploy Keys: reference/deploy_keys.md
- Files: reference/files.md
- Group LDAP links: reference/group_ldap_links.md
- Integrations: reference/integrations.md
- Members: reference/members.md
- Merge Requests: reference/merge_requests.md
- Pipeline schedules: reference/pipeline_schedules.md
- Protected environments: reference/protected_environments.md
- Push rules: reference/push_rules.md
- Resource groups: reference/resource_groups.md
- Settings: reference/settings.md
- Tags protection: reference/tags_protection.md
- Transfer: reference/project_transfer.md
- Webhooks: reference/webhooks.md
- 🏃 Running: running.md
- 🤖 Automation: automation.md
- 🗓 Changelog: changelog.md
- ⏫ Upgrading: upgrade.md
- 🙋 Contributing:
- contrib/index.md
- Local Development: contrib/local_development.md
- Implementation Design: contrib/implementation_design.md
- Coding Guidelines: contrib/coding_guidelines.md
- Releases: contrib/releases.md
- ⚖️ Similar Apps: similar_apps.md
markdown_extensions:
- attr_list
- md_in_html
- codehilite
- markdown.extensions.admonition #for !!! notice
- markdown.extensions.def_list
- pymdownx.superfences
- toc:
permalink: True
separator: "-"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- .overrides/.icons
theme:
name: material
custom_dir: .overrides
logo: gitlabform-logo-favicon.png
favicon: gitlabform-logo-favicon.png
features:
- navigation.indexes
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: cyan
toggle:
icon: material/weather-night
name: Switch to light mode