diff --git a/in/index.rst b/in/index.rst index 9d1e7f4..20844e1 100644 --- a/in/index.rst +++ b/in/index.rst @@ -5,6 +5,7 @@ RTFD :maxdepth: 2 public/debian/index + public/docker/index public/firefox/index public/git/index public/git-bash/index @@ -12,6 +13,7 @@ RTFD public/grub/index public/ifupdown2/index public/libnss3-tools/index + public/lxc/index public/nginx/index public/openssl/index public/windows/index @@ -22,7 +24,6 @@ RTFD public/archives/index public/code/index - public/containers/index public/data/index public/desktops/index public/documents/index diff --git a/in/public/containers/index.rst b/in/public/containers/index.rst deleted file mode 100644 index 29aa76a..0000000 --- a/in/public/containers/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -Containers -========== - -.. toctree:: - :maxdepth: 2 - - lxc/index - docker/index diff --git a/in/public/containers/docker/host.rst b/in/public/docker/host.rst similarity index 100% rename from in/public/containers/docker/host.rst rename to in/public/docker/host.rst diff --git a/in/public/containers/docker/index.rst b/in/public/docker/index.rst similarity index 81% rename from in/public/containers/docker/index.rst rename to in/public/docker/index.rst index 9af23e9..74b6bda 100644 --- a/in/public/containers/docker/index.rst +++ b/in/public/docker/index.rst @@ -1,4 +1,4 @@ -Docker +docker ====== .. toctree:: diff --git a/in/public/containers/lxc/container.rst b/in/public/lxc/container.rst similarity index 100% rename from in/public/containers/lxc/container.rst rename to in/public/lxc/container.rst diff --git a/in/public/containers/lxc/host.rst b/in/public/lxc/host.rst similarity index 100% rename from in/public/containers/lxc/host.rst rename to in/public/lxc/host.rst diff --git a/in/public/containers/lxc/index.rst b/in/public/lxc/index.rst similarity index 96% rename from in/public/containers/lxc/index.rst rename to in/public/lxc/index.rst index 6f1f141..6b0e553 100644 --- a/in/public/containers/lxc/index.rst +++ b/in/public/lxc/index.rst @@ -1,6 +1,5 @@ -### -LXC -### +lxc +=== .. toctree:: @@ -8,9 +7,8 @@ LXC container unprivileged -*** ESX -*** +--- .. warning:: diff --git a/in/public/containers/lxc/unprivileged.rst b/in/public/lxc/unprivileged.rst similarity index 100% rename from in/public/containers/lxc/unprivileged.rst rename to in/public/lxc/unprivileged.rst