Skip to content

Commit 269a9bf

Browse files
Merge pull request #196 from rcthomas/fix-docs
Revert some entrypoint names in docs, renumber how to install steps
2 parents 932967e + 41017b5 commit 269a9bf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/source/consul.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ e.g. with multiple traefik-proxy instances.
1414

1515
## How-To install TraefikConsulProxy
1616

17-
3. Install **jupyterhub**
18-
4. Install **jupyterhub-traefik-proxy**
19-
5. Install **traefik**
20-
6. Install **consul**
17+
1. Install **jupyterhub**
18+
2. Install **jupyterhub-traefik-proxy**
19+
3. Install **traefik**
20+
4. Install **consul**
2121

2222
- You can find the full installation guide and examples in the [installation section](install)
2323

@@ -157,7 +157,7 @@ If TraefikConsulProxy is used as an externally managed service, then make sure y
157157
[api]
158158

159159
# the public port where traefik accepts http requests
160-
[entryPoints.web]
160+
[entryPoints.http]
161161
address = ":8000"
162162

163163
# the port on localhost where the traefik api should be found
@@ -233,7 +233,7 @@ This is an example setup for using JupyterHub and TraefikConsulProxy managed by
233233
[api]
234234

235235
# the public port where traefik accepts http requests
236-
[entryPoints.web]
236+
[entryPoints.http]
237237
address = ":8000"
238238

239239
# the port on localhost where the traefik api should be found

docs/source/etcd.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ e.g. with multiple traefik-proxy instances.
88

99
## How-To install TraefikEtcdProxy
1010

11-
3. Install **jupyterhub**
12-
4. Install **jupyterhub-traefik-proxy**
13-
5. Install **traefik**
14-
6. Install **etcd**
11+
1. Install **jupyterhub**
12+
2. Install **jupyterhub-traefik-proxy**
13+
3. Install **traefik**
14+
4. Install **etcd**
1515

1616
- You can find the full installation guide and examples in the [installation section](install)
1717

@@ -229,7 +229,7 @@ This is an example setup for using JupyterHub and TraefikEtcdProxy managed by an
229229
[api]
230230

231231
# the public port where traefik accepts http requests
232-
[entryPoints.web]
232+
[entryPoints.http]
233233
address = ":8000"
234234

235235
# the port on localhost where the traefik api should be found

docs/source/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This is an example setup for using JupyterHub and TraefikFileProviderProxy manag
183183
[api]
184184

185185
# the public port where traefik accepts http requests
186-
[entryPoints.web]
186+
[entryPoints.http]
187187
address = ":8000"
188188

189189
# the port on localhost where the traefik api should be found

0 commit comments

Comments
 (0)