forked from Ingridamilsina/cirrus-ci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
84 lines (78 loc) · 2.21 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
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
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'
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
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: index.md
- 'Quick Start': guide/quick-start.md
- 'Why Cirrus CI': why.md
- User Guide:
- 'Writing Tasks': guide/writing-tasks.md
- 'Linux Containers': guide/linux.md
- 'Windows Containers': guide/windows.md
- 'macOS VMs': guide/macOS.md
- 'Docker Builder': guide/docker-builder.md
- 'Life of a Build': guide/build-life.md
- 'Supported Computing Services': guide/supported-computing-services.md
- Pricing: pricing.md
- Examples: examples.md
- API: api.md
- FAQ: faq.md
- Legal:
- 'Privacy': legal/privacy.md
- 'Terms of Service': legal/terms.md
- Support: support.md
extra:
social:
- type: 'github'
link: 'https://github.com/cirruslabs'
- type: 'twitter'
link: 'https://twitter.com/cirrus_labs'