-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy path_config.yml
29 lines (26 loc) · 849 Bytes
/
_config.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
title: docker rollout
description: 🚀 Zero Downtime Deployment for Docker Compose.
theme: just-the-docs
url: https://docker-rollout.wowu.dev
# just-the-docs theme config
aux_links:
GitHub Repository: https://github.com/wowu/docker-rollout
nav_external_links:
- title: GitHub
url: https://github.com/wowu/docker-rollout
hide_icon: false # set to true to hide the external link icon - defaults to false
opens_in_new_tab: false # set to true to open this link in a new tab - defaults to false
callouts:
warning:
title: Warning
color: red
search:
focus_shortcut_key: 'k'
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/wowu/docker-rollout"
gh_edit_branch: main
gh_edit_source: docs
gh_edit_view_mode: "tree" # "tree" or "edit"
plugins:
- jekyll-default-layout