forked from Ingridamilsina/cirrus-ci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
104 lines (96 loc) · 2.71 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
repo_url: https://github.com/cirruslabs/cirrus-ci-docs/
site_url: https://cirrus-ci.org
edit_uri: ""
site_name: Cirrus CI
site_author: Cirrus Labs
copyright: © Cirrus Labs 2017-present
site_description: >
Cirrus CI is a modern Continuous Integration system built for the era of cloud computing.
Cirrus CI supports both Linux and Windows environments as well as various cloud computing
services like Kubernetes and Google Cloud Platform.
google_analytics: ['UA-110620457-1', 'cirrus-ci.org']
remote_branch: master
strict: true
theme:
name: 'material'
custom_dir: 'theme'
favicon: 'assets/images/favicon.ico'
logo: 'assets/images/logo.svg'
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
language: en
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
feature:
tabs: true
extra_css:
- 'stylesheets/extra.css'
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Home:
- Home: index.md
- Features:
- Features: features.md
- Documentation:
- 'User Guide':
- 'Quick Start': guide/quick-start.md
- 'Writing Tasks': guide/writing-tasks.md
- 'Configuration Tips and Tricks': guide/tips-and-tricks.md
- 'Execution Environment':
- 'Linux Containers': guide/linux.md
- 'Windows Containers': guide/windows.md
- 'macOS VMs': guide/macOS.md
- 'FreeBSD VMs': guide/FreeBSD.md
- 'Docker Builder': guide/docker-builder.md
- 'Docker Pipe': guide/docker-pipe.md
- 'Computing Services': guide/supported-computing-services.md
- 'Life of a Build': guide/build-life.md
- 'Notifications': guide/notifications.md
- API: api.md
- FAQ: faq.md
- Legal:
- 'Privacy': legal/privacy.md
- 'Terms of Service': legal/terms.md
- Security: security.md
- Examples:
- Examples: examples.md
- Pricing:
- Pricing: pricing.md
- Support:
- Support: support.md
extra:
social:
- type: 'github'
link: 'https://github.com/cirruslabs'
- type: 'twitter'
link: 'https://twitter.com/cirrus_labs'