diff --git a/_config.yml b/_config.yml index ce85c27434..ade773e76e 100644 --- a/_config.yml +++ b/_config.yml @@ -12,16 +12,12 @@ safe: false lsi: false defaults: - - - scope: - path: "" - values: - layout: "docwithnav" - scope: path: "v1.1" values: version: "v1.1" versionfilesafe: "v1_1" + layout: docwithnav showedit: true permalink: pretty \ No newline at end of file diff --git a/_layouts/marketing.html b/_layouts/marketing.html new file mode 100644 index 0000000000..5c15e198ef --- /dev/null +++ b/_layouts/marketing.html @@ -0,0 +1,24 @@ +--- +layout: headerfooter +--- + +
+

Marketing Header

+
Marketing abstract
+
+ CASE STUDY BAR +
+
+ +
+
+
+ DELETE ME TOC +
+
+
+

{{ page.title }}

+ {{ content }} +

Analytics +

+
diff --git a/index.html b/index.html index 333cbbe1be..81c37ea528 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ --- title: Index test abstract: Cool content goes here +layout: marketing --- -{% raw %}View the Docs{% endraw %} \ No newline at end of file +View the Docs \ No newline at end of file diff --git a/update-imported-docs.sh b/update-imported-docs.sh new file mode 100644 index 0000000000..e3cdd00e92 --- /dev/null +++ b/update-imported-docs.sh @@ -0,0 +1,7 @@ +git clone https://github.com/kubernetes/kubernetes.git +cd kubernetes +git checkout gh-pages +cd .. +rm -rf v1.1/examples +mv kubernetes/_v1.1/examples v1.1/ +rm -rf kubernetes \ No newline at end of file diff --git a/v1.1/index.md b/v1.1/index.md index 76f23e8f0f..ba2080acfd 100644 --- a/v1.1/index.md +++ b/v1.1/index.md @@ -2,4 +2,4 @@ title: "Documentation" --- -Test documentation here. \ No newline at end of file +Landing page for docs \ No newline at end of file