forked from basecamp/kamal-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.yml
109 lines (106 loc) · 3.23 KB
/
docs.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
105
106
107
108
109
- title: "Installation"
url: /docs/installation/
- title: "Configuration"
url: /docs/configuration/
index: false
sections:
- title: "Configuration overview"
url: /docs/configuration/configuration-overview/
- title: "Accessories"
url: /docs/configuration/accessories/
- title: "Booting"
url: /docs/configuration/booting/
- title: "Builders"
url: /docs/configuration/builders/
- title: "Builder examples"
url: /docs/configuration/builders/
- title: "Cron"
url: /docs/configuration/cron/
- title: "Docker registry"
url: /docs/configuration/docker-registry/
- title: "Environment variables"
url: /docs/configuration/environment-variables/
- title: "Healthchecks"
url: /docs/configuration/healthchecks/
- title: "Logging"
url: /docs/configuration/logging/
- title: "Roles"
url: /docs/configuration/roles/
- title: "Servers"
url: /docs/configuration/servers/
- title: "SSH"
url: /docs/configuration/ssh/
- title: "SSHKit"
url: /docs/configuration/sshkit/
- title: "Traefik"
url: /docs/configuration/traefik/
- title: "Commands"
url: /docs/commands/
index: false
sections:
- title: "View all commands"
url: /docs/commands/view-all-commands/
- title: "kamal accessory"
url: /docs/commands/accessory/
- title: "kamal app"
url: /docs/commands/app/
- title: "kamal audit"
url: /docs/commands/audit/
- title: "kamal build"
url: /docs/commands/build/
- title: "kamal config"
url: /docs/commands/config/
- title: "kamal deploy"
url: /docs/commands/deploy/
- title: "kamal details"
url: /docs/commands/details/
- title: "kamal env"
url: /docs/commands/env/
- title: "kamal envify"
url: /docs/commands/envify/
- title: "kamal help"
url: /docs/commands/help/
- title: "kamal init"
url: /docs/commands/init/
- title: "kamal lock"
url: /docs/commands/lock/
- title: "kamal prune"
url: /docs/commands/prune/
- title: "kamal redeploy"
url: /docs/commands/redeploy/
- title: "kamal registry"
url: /docs/commands/registry/
- title: "kamal remove"
url: /docs/commands/remove/
- title: "kamal rollback"
url: /docs/commands/rollback/
- title: "kamal server"
url: /docs/commands/server/
- title: "kamal setup"
url: /docs/commands/setup/
- title: "kamal traefik"
url: /docs/commands/traefik/
- title: "kamal version"
url: /docs/commands/version/
- title: "Running commands on servers"
url: /docs/commands/running-commands-on-servers/
- title: "Hooks"
url: /docs/hooks/
index: false
sections:
- title: "Hooks overview"
url: /docs/hooks/hooks-overview/
- title: "docker-setup"
url: /docs/hooks/docker-setup/
- title: "pre-connect"
url: /docs/hooks/pre-connect/
- title: "pre-build"
url: /docs/hooks/pre-build/
- title: "pre-deploy"
url: /docs/hooks/pre-deploy/
- title: "post-deploy"
url: /docs/hooks/post-deploy/
- title: "pre-traefik-reboot"
url: /docs/hooks/pre-traefik-reboot/
- title: "post-traefik-reboot"
url: /docs/hooks/post-traefik-reboot/