diff --git a/content/engine/reference/commandline/README.md b/content/engine/reference/commandline/README.md index 8ff40651f4..aaa2ff5481 100644 --- a/content/engine/reference/commandline/README.md +++ b/content/engine/reference/commandline/README.md @@ -1,5 +1,8 @@ --- -{} +_build: + list: never + publishResources: false + render: never --- # About these files diff --git a/content/engine/security/https/README.md b/content/engine/security/https/README.md index bd7cb5e5b7..85562d0835 100644 --- a/content/engine/security/https/README.md +++ b/content/engine/security/https/README.md @@ -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 @@ -26,4 +29,4 @@ Start another terminal: root@boot2docker:/# cd docker/docs/articles/https root@boot2docker:/# make client -The last connects first with `--tls` and then with `--tlsverify`, both should succeed. \ No newline at end of file +The last connects first with `--tls` and then with `--tlsverify`, both should succeed.