-
Notifications
You must be signed in to change notification settings - Fork 73
/
mkdocs.yml
27 lines (27 loc) · 990 Bytes
/
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
site_name: DotCi
site_url: http://groupon.github.io/DotCi/
site_description: Project Documentation for DotCi.
site_author: Groupon Inc.
repo_url: https://github.com/groupon/DotCi
pages:
- Home: index.md
- User Guide:
- Create New Job: user-guide/CreateNewJob.md
- .ci.yml reference: user-guide/DockerCompose.md
- .ci.yml Plugins Reference: user-guide/Plugins.md
- .ci.yml Notifications Reference: user-guide/Notifications.md
- .ci.yml Templating: user-guide/Templating.md
- .ci.yml Environment Variables: user-guide/EnvironmentVariables.md
- Examples : user-guide/Examples.md
- cli : user-guide/CLI.md
- UI Reference : user-guide/UI.md
- Installation: installation/Installation.md
- Development:
- Development Setup: development/DevelopmentSetup.md
- Extending DotCi: development/Extending.md
markdown_extensions:
- toc:
permalink:
- admonition:
copyright: Copyright (c) 2015, Groupon, Inc.
theme_dir: ./docs/theme