From 2d9ef7d4b5c7183ce98f3c3462f310b8f8e7a13d Mon Sep 17 00:00:00 2001 From: Kenta Kozuka Date: Mon, 31 Jul 2023 21:07:19 +0900 Subject: [PATCH] Move metric docs to under user guide Signed-off-by: Kenta Kozuka --- docs/content/en/docs-dev/user-guide/command-line-tool.md | 2 +- docs/content/en/docs-dev/user-guide/configuration-reference.md | 2 +- docs/content/en/docs-dev/user-guide/examples/_index.md | 2 +- .../docs-dev/user-guide/{managing-controlplane => }/metrics.md | 2 +- .../content/en/docs-dev/user-guide/terraform-provider-pipecd.md | 2 +- docs/content/en/docs-v0.44.x/user-guide/command-line-tool.md | 2 +- .../en/docs-v0.44.x/user-guide/configuration-reference.md | 2 +- docs/content/en/docs-v0.44.x/user-guide/examples/_index.md | 2 +- .../user-guide/{managing-controlplane => }/metrics.md | 2 +- .../en/docs-v0.44.x/user-guide/terraform-provider-pipecd.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) rename docs/content/en/docs-dev/user-guide/{managing-controlplane => }/metrics.md (99%) rename docs/content/en/docs-v0.44.x/user-guide/{managing-controlplane => }/metrics.md (99%) diff --git a/docs/content/en/docs-dev/user-guide/command-line-tool.md b/docs/content/en/docs-dev/user-guide/command-line-tool.md index 04d222392f..f2f2feca8e 100644 --- a/docs/content/en/docs-dev/user-guide/command-line-tool.md +++ b/docs/content/en/docs-dev/user-guide/command-line-tool.md @@ -1,7 +1,7 @@ --- title: "Command-line tool: pipectl" linkTitle: "Command-line tool: pipectl" -weight: 8 +weight: 9 description: > This page describes how to install and use pipectl to manage PipeCD's resources. --- diff --git a/docs/content/en/docs-dev/user-guide/configuration-reference.md b/docs/content/en/docs-dev/user-guide/configuration-reference.md index e239025f2f..32d011080f 100644 --- a/docs/content/en/docs-dev/user-guide/configuration-reference.md +++ b/docs/content/en/docs-dev/user-guide/configuration-reference.md @@ -1,7 +1,7 @@ --- title: "Configuration reference" linkTitle: "Configuration reference" -weight: 10 +weight: 11 description: > This page describes all configurable fields in the application configuration and analysis template. --- diff --git a/docs/content/en/docs-dev/user-guide/examples/_index.md b/docs/content/en/docs-dev/user-guide/examples/_index.md index 6a23bd430e..aa65fb850e 100755 --- a/docs/content/en/docs-dev/user-guide/examples/_index.md +++ b/docs/content/en/docs-dev/user-guide/examples/_index.md @@ -1,7 +1,7 @@ --- title: "Examples" linkTitle: "Examples" -weight: 11 +weight: 12 description: > Some examples of PipeCD in action! --- diff --git a/docs/content/en/docs-dev/user-guide/managing-controlplane/metrics.md b/docs/content/en/docs-dev/user-guide/metrics.md similarity index 99% rename from docs/content/en/docs-dev/user-guide/managing-controlplane/metrics.md rename to docs/content/en/docs-dev/user-guide/metrics.md index 23c0ce3df6..50485a4f57 100644 --- a/docs/content/en/docs-dev/user-guide/managing-controlplane/metrics.md +++ b/docs/content/en/docs-dev/user-guide/metrics.md @@ -1,7 +1,7 @@ --- title: "Metrics" linkTitle: "Metrics" -weight: 5 +weight: 8 description: > This page describes how to enable monitoring system for collecting PipeCD' metrics. --- diff --git a/docs/content/en/docs-dev/user-guide/terraform-provider-pipecd.md b/docs/content/en/docs-dev/user-guide/terraform-provider-pipecd.md index a0d0093eb2..8f1963e80a 100644 --- a/docs/content/en/docs-dev/user-guide/terraform-provider-pipecd.md +++ b/docs/content/en/docs-dev/user-guide/terraform-provider-pipecd.md @@ -1,7 +1,7 @@ --- title: "PipeCD Terraform provider" linkTitle: "PipeCD Terraform provider" -weight: 9 +weight: 10 description: > This page describes how to manage PipeCD resources with Terraform using terraform-provider-pipecd. --- diff --git a/docs/content/en/docs-v0.44.x/user-guide/command-line-tool.md b/docs/content/en/docs-v0.44.x/user-guide/command-line-tool.md index 04d222392f..f2f2feca8e 100644 --- a/docs/content/en/docs-v0.44.x/user-guide/command-line-tool.md +++ b/docs/content/en/docs-v0.44.x/user-guide/command-line-tool.md @@ -1,7 +1,7 @@ --- title: "Command-line tool: pipectl" linkTitle: "Command-line tool: pipectl" -weight: 8 +weight: 9 description: > This page describes how to install and use pipectl to manage PipeCD's resources. --- diff --git a/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md b/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md index 44e9a62f36..c5a38a421a 100644 --- a/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md +++ b/docs/content/en/docs-v0.44.x/user-guide/configuration-reference.md @@ -1,7 +1,7 @@ --- title: "Configuration reference" linkTitle: "Configuration reference" -weight: 10 +weight: 11 description: > This page describes all configurable fields in the application configuration and analysis template. --- diff --git a/docs/content/en/docs-v0.44.x/user-guide/examples/_index.md b/docs/content/en/docs-v0.44.x/user-guide/examples/_index.md index 6a23bd430e..aa65fb850e 100755 --- a/docs/content/en/docs-v0.44.x/user-guide/examples/_index.md +++ b/docs/content/en/docs-v0.44.x/user-guide/examples/_index.md @@ -1,7 +1,7 @@ --- title: "Examples" linkTitle: "Examples" -weight: 11 +weight: 12 description: > Some examples of PipeCD in action! --- diff --git a/docs/content/en/docs-v0.44.x/user-guide/managing-controlplane/metrics.md b/docs/content/en/docs-v0.44.x/user-guide/metrics.md similarity index 99% rename from docs/content/en/docs-v0.44.x/user-guide/managing-controlplane/metrics.md rename to docs/content/en/docs-v0.44.x/user-guide/metrics.md index 23c0ce3df6..50485a4f57 100644 --- a/docs/content/en/docs-v0.44.x/user-guide/managing-controlplane/metrics.md +++ b/docs/content/en/docs-v0.44.x/user-guide/metrics.md @@ -1,7 +1,7 @@ --- title: "Metrics" linkTitle: "Metrics" -weight: 5 +weight: 8 description: > This page describes how to enable monitoring system for collecting PipeCD' metrics. --- diff --git a/docs/content/en/docs-v0.44.x/user-guide/terraform-provider-pipecd.md b/docs/content/en/docs-v0.44.x/user-guide/terraform-provider-pipecd.md index a0d0093eb2..8f1963e80a 100644 --- a/docs/content/en/docs-v0.44.x/user-guide/terraform-provider-pipecd.md +++ b/docs/content/en/docs-v0.44.x/user-guide/terraform-provider-pipecd.md @@ -1,7 +1,7 @@ --- title: "PipeCD Terraform provider" linkTitle: "PipeCD Terraform provider" -weight: 9 +weight: 10 description: > This page describes how to manage PipeCD resources with Terraform using terraform-provider-pipecd. ---