From daed5878412bc643231c72b9ffe72a258875c608 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 17 Mar 2017 12:54:39 +0000 Subject: [PATCH] merge changes from rancher docs repo Signed-off-by: Sven Dowideit --- docs/_config.yml | 6 +- docs/_includes/footer-archive.html | 34 + docs/_includes/footer.html | 32 + docs/_includes/os-header.html | 50 + docs/_includes/os-sidebar.html | 231 +- .../rancher-api-v1-sidebar-v1.0.html | 605 +++++ .../rancher-api-v1-sidebar-v1.1.html | 512 ++++ .../rancher-api-v1-sidebar-v1.2.html | 368 +++ .../rancher-api-v1-sidebar-v1.3.html | 368 +++ .../rancher-api-v1-sidebar-v1.4.html | 368 +++ .../rancher-api-v1-sidebar-v1.5.html | 368 +++ .../rancher-api-v2-beta-sidebar-v1.2.html | 908 ++++--- .../rancher-api-v2-beta-sidebar-v1.3.html | 499 ++++ .../rancher-api-v2-beta-sidebar-v1.4.html | 501 ++++ .../rancher-api-v2-beta-sidebar-v1.5.html | 514 ++++ docs/_includes/rancher-header.html | 50 + docs/_includes/rancher-sidebar-v1.0.html | 315 +-- docs/_includes/rancher-sidebar-v1.1.html | 303 +-- docs/_includes/rancher-sidebar-v1.2.html | 324 +-- docs/_includes/rancher-sidebar-v1.3.html | 195 ++ docs/_includes/rancher-sidebar-v1.4.html | 262 ++ docs/_includes/rancher-sidebar-v1.5.html | 278 ++ docs/_includes/rancher-sidebar-v1.6.html | 279 ++ docs/_layouts/os-default.html | 47 +- .../_layouts/rancher-api-v1-default-v1.0.html | 3 + .../_layouts/rancher-api-v1-default-v1.1.html | 3 + .../_layouts/rancher-api-v1-default-v1.2.html | 3 + .../_layouts/rancher-api-v1-default-v1.3.html | 3 + .../_layouts/rancher-api-v1-default-v1.4.html | 3 + .../_layouts/rancher-api-v1-default-v1.5.html | 3 + .../rancher-api-v2-beta-default-v1.2.html | 47 - .../rancher-api-v2-beta-default-v1.3.html | 3 + .../rancher-api-v2-beta-default-v1.4.html | 3 + .../rancher-api-v2-beta-default-v1.5.html | 3 + docs/_layouts/rancher-default-v1.0.html | 47 - docs/_layouts/rancher-default-v1.1.html | 47 - docs/_layouts/rancher-default-v1.2.html | 47 - docs/_layouts/rancher-default-v1.3.html | 3 + docs/_layouts/rancher-default-v1.4.html | 3 + docs/_layouts/rancher-default-v1.5.html | 3 + docs/_layouts/rancher-default-v1.6.html | 3 + docs/css/bootstrap.css | 110 +- docs/css/lacsso.css | 2392 +++++++++++++++++ docs/css/rancher-docs.css | 529 ++++ docs/css/slicknav.css | 147 + docs/img/bg.png | Bin 0 -> 10332 bytes docs/img/header-bg.png | Bin 0 -> 36703 bytes docs/img/rancher/kubernetes_stack_1.png | Bin 0 -> 55509 bytes docs/js/jquery.slicknav.min.js | 6 + docs/js/rancher-docs.js | 54 + docs/os/configuration/custom-kernels/index.md | 100 + .../custom-rancheros-iso/index.md | 92 + .../prepacking-docker-images/index.md | 22 + .../configuration/switching-consoles/index.md | 141 + docs/os/security/index.md.bak | 34 + .../built-in-system-services/index.md | 110 + 56 files changed, 9952 insertions(+), 1429 deletions(-) create mode 100644 docs/_includes/footer-archive.html create mode 100644 docs/_includes/footer.html create mode 100644 docs/_includes/os-header.html create mode 100644 docs/_includes/rancher-api-v1-sidebar-v1.0.html create mode 100644 docs/_includes/rancher-api-v1-sidebar-v1.1.html create mode 100644 docs/_includes/rancher-api-v1-sidebar-v1.2.html create mode 100644 docs/_includes/rancher-api-v1-sidebar-v1.3.html create mode 100644 docs/_includes/rancher-api-v1-sidebar-v1.4.html create mode 100644 docs/_includes/rancher-api-v1-sidebar-v1.5.html create mode 100644 docs/_includes/rancher-api-v2-beta-sidebar-v1.3.html create mode 100644 docs/_includes/rancher-api-v2-beta-sidebar-v1.4.html create mode 100644 docs/_includes/rancher-api-v2-beta-sidebar-v1.5.html create mode 100644 docs/_includes/rancher-header.html create mode 100644 docs/_includes/rancher-sidebar-v1.3.html create mode 100644 docs/_includes/rancher-sidebar-v1.4.html create mode 100644 docs/_includes/rancher-sidebar-v1.5.html create mode 100644 docs/_includes/rancher-sidebar-v1.6.html create mode 100644 docs/_layouts/rancher-api-v1-default-v1.0.html create mode 100644 docs/_layouts/rancher-api-v1-default-v1.1.html create mode 100644 docs/_layouts/rancher-api-v1-default-v1.2.html create mode 100644 docs/_layouts/rancher-api-v1-default-v1.3.html create mode 100644 docs/_layouts/rancher-api-v1-default-v1.4.html create mode 100644 docs/_layouts/rancher-api-v1-default-v1.5.html delete mode 100644 docs/_layouts/rancher-api-v2-beta-default-v1.2.html create mode 100644 docs/_layouts/rancher-api-v2-beta-default-v1.3.html create mode 100644 docs/_layouts/rancher-api-v2-beta-default-v1.4.html create mode 100644 docs/_layouts/rancher-api-v2-beta-default-v1.5.html delete mode 100644 docs/_layouts/rancher-default-v1.0.html delete mode 100644 docs/_layouts/rancher-default-v1.1.html delete mode 100644 docs/_layouts/rancher-default-v1.2.html create mode 100644 docs/_layouts/rancher-default-v1.3.html create mode 100644 docs/_layouts/rancher-default-v1.4.html create mode 100644 docs/_layouts/rancher-default-v1.5.html create mode 100644 docs/_layouts/rancher-default-v1.6.html create mode 100644 docs/css/lacsso.css create mode 100644 docs/css/rancher-docs.css create mode 100755 docs/css/slicknav.css create mode 100644 docs/img/bg.png create mode 100644 docs/img/header-bg.png create mode 100644 docs/img/rancher/kubernetes_stack_1.png create mode 100755 docs/js/jquery.slicknav.min.js create mode 100644 docs/js/rancher-docs.js create mode 100644 docs/os/configuration/custom-kernels/index.md create mode 100644 docs/os/configuration/custom-rancheros-iso/index.md create mode 100644 docs/os/configuration/prepacking-docker-images/index.md create mode 100644 docs/os/configuration/switching-consoles/index.md create mode 100644 docs/os/security/index.md.bak create mode 100644 docs/os/system-services/built-in-system-services/index.md diff --git a/docs/_config.yml b/docs/_config.yml index 6c883437..8f4a584e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -2,9 +2,11 @@ name: Rancher Documentation description: Documentation for Rancher -#URL: http://rancher.github.io +URL: http://rancher.github.io baseurl: "" +exclude: [] + markdown: kramdown highlighter: rouge kramdown: @@ -12,5 +14,5 @@ kramdown: syntax_highlighter: rouge permalink: pretty -gems: +gems: - jekyll-redirect-from diff --git a/docs/_includes/footer-archive.html b/docs/_includes/footer-archive.html new file mode 100644 index 00000000..2ad5765c --- /dev/null +++ b/docs/_includes/footer-archive.html @@ -0,0 +1,34 @@ + + +
+
+ + {{ content }} + +
+ +
+ + + + + + + + + + + + diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 00000000..6cf06295 --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,32 @@ + + +
+
+ + {{ content }} + +
+ +
+ + + + + + + + + + + + diff --git a/docs/_includes/os-header.html b/docs/_includes/os-header.html new file mode 100644 index 00000000..52ba10c2 --- /dev/null +++ b/docs/_includes/os-header.html @@ -0,0 +1,50 @@ + + + + + {{ page.title }} + + + + + + + + + + + +
+ + + +