From 83ba8e76abb9fbf286b464e2e0cf28a7bda298f0 Mon Sep 17 00:00:00 2001 From: Shriram Rajagopalan Date: Thu, 6 Apr 2017 10:19:45 -0400 Subject: [PATCH] samples -> demos --- _includes/doc-nav.html | 2 +- _includes/doc-side-demos-nav.html | 4 ++++ _includes/doc-side-samples-nav.html | 4 ---- _includes/footer.html | 2 +- _includes/nav.html | 2 +- _includes/sticky-nav.html | 2 +- docs/demos/index.md | 8 ++++++++ docs/index.html | 2 +- docs/samples/index.md | 8 -------- 9 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 _includes/doc-side-demos-nav.html delete mode 100644 _includes/doc-side-samples-nav.html create mode 100644 docs/demos/index.md delete mode 100644 docs/samples/index.md diff --git a/_includes/doc-nav.html b/_includes/doc-nav.html index 2c3196c4d5..ea0b547165 100644 --- a/_includes/doc-nav.html +++ b/_includes/doc-nav.html @@ -10,7 +10,7 @@
  • Concepts
  • Guides
  • Reference
  • -
  • Samples
  • +
  • Demos
  • {% include contribute-links.html %} diff --git a/_includes/doc-side-demos-nav.html b/_includes/doc-side-demos-nav.html new file mode 100644 index 0000000000..0a8cd8226a --- /dev/null +++ b/_includes/doc-side-demos-nav.html @@ -0,0 +1,4 @@ + diff --git a/_includes/doc-side-samples-nav.html b/_includes/doc-side-samples-nav.html deleted file mode 100644 index 57136c1eff..0000000000 --- a/_includes/doc-side-samples-nav.html +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/_includes/footer.html b/_includes/footer.html index 742e73a411..bfd8cae38c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -13,7 +13,7 @@
  • Concepts

  • Guides

  • Reference

  • -
  • Samples

  • +
  • Demos

  • diff --git a/_includes/nav.html b/_includes/nav.html index 16586cfaa5..7e2624e240 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -42,7 +42,7 @@ - +
    diff --git a/_includes/sticky-nav.html b/_includes/sticky-nav.html index 4cc938d5cb..3315fe706f 100644 --- a/_includes/sticky-nav.html +++ b/_includes/sticky-nav.html @@ -42,7 +42,7 @@ - +
    diff --git a/docs/demos/index.md b/docs/demos/index.md new file mode 100644 index 0000000000..7a65631074 --- /dev/null +++ b/docs/demos/index.md @@ -0,0 +1,8 @@ +--- +bodyclass: docs +headline: 'Demos' +layout: docs +title: Demos +type: markdown +sidenav: doc-side-demos-nav.html +--- diff --git a/docs/index.html b/docs/index.html index e2748d9288..675951adce 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ sidenav: doc-side-home-nav.html

    Welcome to the developer documentation for Istio. Here you can learn about key istio concepts, find quick starts, reference - material, and guides for on how to use various Istio features, and more. If you’re new to Istio we recommend that you read Istio concepts to find out more about our system and how it works. Or, if you want to see Istio in action first, visit the Samples.

    + material, and guides for on how to use various Istio features, and more. If you’re new to Istio we recommend that you read Istio concepts to find out more about our system and how it works. Or, if you want to see Istio in action first, visit the Demos.

    diff --git a/docs/samples/index.md b/docs/samples/index.md deleted file mode 100644 index a134967b1f..0000000000 --- a/docs/samples/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -bodyclass: docs -headline: 'Istio Samples' -layout: docs -title: Samples -type: markdown -sidenav: doc-side-samples-nav.html ----