diff --git a/Gemfile.lock b/Gemfile.lock index 51a403f1d4..efdd0998d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM ffi (1.9.18) forwardable-extended (2.6.0) gemoji (3.0.0) - github-pages (167) + github-pages (169) activesupport (= 4.2.9) github-pages-health-check (= 1.3.5) jekyll (= 3.6.2) @@ -201,7 +201,7 @@ GEM pathutil (0.16.0) forwardable-extended (~> 2.6) public_suffix (2.0.5) - rake (12.0.0) + rake (12.3.0) rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) diff --git a/_docs/reference/glossary.md b/_docs/reference/glossary.md deleted file mode 100644 index 5d0a7963ce..0000000000 --- a/_docs/reference/glossary.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Glossary -overview: A glossary of common Istio terms. - -order: 40 - -layout: docs -type: markdown ---- -{% include home.html %} - -Here is a glossary of common Istio words and phrases. - -{% assign words = site.glossary | sort: "title" %} -{% for w in words %} -- **{{w.title}}**. -{{w.content}} -{% endfor %} diff --git a/_glossary/istio-auth.md b/_glossary/istio-auth.md deleted file mode 100644 index 10e5f05a61..0000000000 --- a/_glossary/istio-auth.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Istio mutual TLS Authentication -type: markdown ---- -Provides strong service-to-service authentication using mutual TLS, with built-in identity and credential management. -Learn more about [Istio mutual TLS authentication](../concepts/security/mutual-tls.html). diff --git a/_glossary/mixer.md b/_glossary/mixer.md index f6fb32271f..7a78be7d65 100644 --- a/_glossary/mixer.md +++ b/_glossary/mixer.md @@ -2,4 +2,8 @@ title: Mixer type: markdown --- -The Istio component responsible for enforcing access control and usage policies across the **Service Mesh** and collecting telemetry data from **Envoy** and other services. [Learn more about Mixer](../concepts/policy-and-control/mixer.html). +{% include home.html %} + +The Istio component responsible for enforcing access control and usage policies across the **Service Mesh** and collecting telemetry data +from **Envoy** and other services. +[Learn more about Mixer]({{home}}/docs/concepts/policy-and-control/mixer.html). diff --git a/_glossary/mutual-tls.md b/_glossary/mutual-tls.md new file mode 100644 index 0000000000..81438b30b7 --- /dev/null +++ b/_glossary/mutual-tls.md @@ -0,0 +1,8 @@ +--- +title: Mutual TLS Authentication +type: markdown +--- +{% include home.html %} + +Mutual TLS provides strong service-to-service authentication with built-in identity and credential management. +Learn more about [mutual TLS authentication]({{home}}/docs/concepts/security/mutual-tls.html). diff --git a/_includes/footer.html b/_includes/footer.html index 32438d9a71..6ccfba41b2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -20,6 +20,7 @@
Resources