mirror of https://github.com/docker/docs.git
chore: unpublish README files in content dir
Adds hugo build options that prevents these READMEs from being published. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
7eb5ad6c38
commit
b20c46a615
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
{}
|
_build:
|
||||||
|
list: never
|
||||||
|
publishResources: false
|
||||||
|
render: never
|
||||||
---
|
---
|
||||||
|
|
||||||
# About these files
|
# About these files
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
---
|
---
|
||||||
published: false
|
_build:
|
||||||
|
list: never
|
||||||
|
publishResources: false
|
||||||
|
render: never
|
||||||
---
|
---
|
||||||
|
|
||||||
This is an initial attempt to make it easier to test the TLS (HTTPS) examples in the protect-access.md
|
This is an initial attempt to make it easier to test the TLS (HTTPS) examples in the protect-access.md
|
||||||
|
|
@ -26,4 +29,4 @@ Start another terminal:
|
||||||
root@boot2docker:/# cd docker/docs/articles/https
|
root@boot2docker:/# cd docker/docs/articles/https
|
||||||
root@boot2docker:/# make client
|
root@boot2docker:/# make client
|
||||||
|
|
||||||
The last connects first with `--tls` and then with `--tlsverify`, both should succeed.
|
The last connects first with `--tls` and then with `--tlsverify`, both should succeed.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue