diff --git a/content/help/ops/_index.md b/content/help/ops/_index.md new file mode 100644 index 0000000000..c6baabe7c1 --- /dev/null +++ b/content/help/ops/_index.md @@ -0,0 +1,10 @@ +--- +title: Operations Guide +description: Hints, tips, tricks about running an Istio mesh. +weight: 5 +type: section-index +aliases: + - /troubleshooting.html + - /troubleshooting/index.html + - /help/troubleshooting/index.html +--- diff --git a/content/help/ops/networking/_index.md b/content/help/ops/networking/_index.md new file mode 100644 index 0000000000..430e388d32 --- /dev/null +++ b/content/help/ops/networking/_index.md @@ -0,0 +1,6 @@ +--- +title: Networking +description: Helps you manage the networking aspects of a running mesh. +weight: 10 +type: section-index +--- diff --git a/content/help/ops/security/_index.md b/content/help/ops/security/_index.md new file mode 100644 index 0000000000..d592b45262 --- /dev/null +++ b/content/help/ops/security/_index.md @@ -0,0 +1,6 @@ +--- +title: Security +description: Helps you manage the security aspects of a running mesh. +weight: 20 +type: section-index +--- diff --git a/content/help/ops/telemetry/_index.md b/content/help/ops/telemetry/_index.md new file mode 100644 index 0000000000..cf78c98ac3 --- /dev/null +++ b/content/help/ops/telemetry/_index.md @@ -0,0 +1,6 @@ +--- +title: Telemetry +description: Helps you manage telemetry collection and visualization in a running mesh. +weight: 30 +type: section-index +--- diff --git a/content/help/troubleshooting/index.md b/content/help/troubleshooting/index.md index 92016814ea..5822e69127 100644 --- a/content/help/troubleshooting/index.md +++ b/content/help/troubleshooting/index.md @@ -2,10 +2,8 @@ title: Troubleshooting Guide description: Practical advice on practical problems with Istio weight: 40 -aliases: - - /troubleshooting.html - - /troubleshooting/index.html force_inline_toc: true +draft: true --- Oh no! You're having trouble? Below is a list of solutions to common problems. diff --git a/layouts/opslanding/list.html b/layouts/opslanding/list.html new file mode 100644 index 0000000000..0b546109fe --- /dev/null +++ b/layouts/opslanding/list.html @@ -0,0 +1,32 @@ +{{ define "main" }} + +{{ partial "primary-top.html" . }} + +{{ .Content }} + +