forked from dkron-io/dkron
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (24 loc) · 672 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
24 lines (24 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
site_name: Dkron - Distributed, fault tolerant job scheduling system
theme: yeti
theme_dir: 'dkron_theme'
extra_css: ["css/app.css"]
extra_javascript: ["js/app.js"]
site_url: http://dkron.io
repo_url: https://github.com/victorcoder/dkron
site_author: Victor Castell
copyright: © 2015 Victor Castell - victor@victorcastell.com
google_analytics: ['UA-571371-14', 'dkron.io']
pages:
- Home: 'index.md'
- Intro: 'intro.md'
- Docs:
- 'docs/getting-started.md'
- 'docs/guides.md'
- 'docs/configuration.md'
- 'docs/api.md'
- 'docs/plugins.md'
- 'docs/integration.md'
- About:
- 'about/dkron_vs_other_software.md'
- 'about/license.md'