diff --git a/docs/content/docs/client-opts.md b/docs/client-opts.md similarity index 98% rename from docs/content/docs/client-opts.md rename to docs/client-opts.md index d2053743b..d4c2528b2 100644 --- a/docs/content/docs/client-opts.md +++ b/docs/client-opts.md @@ -1,7 +1,4 @@ ---- -title: Client options -draft: true ---- +# Client options The containerd client was built to be easily extended by consumers. The goal is that the execution flow of the calls remain the same across implementations while `Opts` are written to extend functionality. diff --git a/docs/content/docs/dockercon-summit.md b/docs/dockercon-summit.md similarity index 97% rename from docs/content/docs/dockercon-summit.md rename to docs/dockercon-summit.md index 51ee9cef1..3d44432ab 100644 --- a/docs/content/docs/dockercon-summit.md +++ b/docs/dockercon-summit.md @@ -1,8 +1,3 @@ ---- -title: Dockercon 2017 Summit -draft: true ---- - # Dockercon 2017 Summit This year at Dockercon US 2017 we will be having a containerd Summit on Thursday morning the week of the conference. diff --git a/docs/content/docs/getting-started.md b/docs/getting-started.md similarity index 99% rename from docs/content/docs/getting-started.md rename to docs/getting-started.md index 2c2e4225e..c59adbe9c 100644 --- a/docs/content/docs/getting-started.md +++ b/docs/getting-started.md @@ -1,7 +1,4 @@ ---- -title: Getting started with containerd -draft: true ---- +# Getting started with containerd There are many different ways to use containerd. If you are a developer working on containerd you can use the `ctr` tool to quickly test features and functionality without writing extra code. diff --git a/docs/content/docs/namespaces.md b/docs/namespaces.md similarity index 97% rename from docs/content/docs/namespaces.md rename to docs/namespaces.md index 3681b77ca..5f2fcdddf 100644 --- a/docs/content/docs/namespaces.md +++ b/docs/namespaces.md @@ -1,7 +1,4 @@ ---- -title: containerd Namespaces and Multi-Tenancy -draft: true ---- +# containerd Namespaces and Multi-Tenancy containerd offers a fully namespaced API so multiple consumers can all use a single containerd instance without conflicting with one another. Namespaces allow multi-tenancy within a single daemon. This removes the need for the common pattern of using nested containers to achieve this separation. diff --git a/docs/content/docs/ops.md b/docs/ops.md similarity index 99% rename from docs/content/docs/ops.md rename to docs/ops.md index 5b4c08982..2ac67b1de 100644 --- a/docs/content/docs/ops.md +++ b/docs/ops.md @@ -1,7 +1,4 @@ ---- -title: containerd for Ops and Admins -draft: true ---- +# containerd for Ops and Admins containerd is meant to be a simple daemon to run on any system. It provides a minimal config with knobs to configure the daemon and what plugins are used when necessary.