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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue