From 99ff9468163cf225ff5e62c0d4495b99df9115e5 Mon Sep 17 00:00:00 2001 From: bwplotka Date: Mon, 10 Jun 2024 08:02:59 +0100 Subject: [PATCH 1/2] Added "specification" section for specs as agreed in -team discussion. Signed-off-by: bwplotka --- content/_redirects | 4 ++++ content/docs/specs/index.md | 5 +++++ content/docs/{concepts => specs}/remote_write_spec.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 content/docs/specs/index.md rename content/docs/{concepts => specs}/remote_write_spec.md (99%) diff --git a/content/_redirects b/content/_redirects index 7d9a6dcc2..1206862ac 100644 --- a/content/_redirects +++ b/content/_redirects @@ -20,6 +20,9 @@ /docs/alerting/notification_examples/ /docs/alerting/latest/notification_examples/ /docs/alerting/management_api/ /docs/alerting/latest/management_api/ +# Moved RW spec from Concepts to a new section. +/docs/concepts/remote_write_spec /docs/specs/remote_write_spec + # Redirect for HTTP SD docs, which briefly lived in the wrong category / repo. /docs/instrumenting/http_sd/ /docs/prometheus/latest/http_sd/ @@ -31,6 +34,7 @@ /docs/ /docs/introduction/overview/ 302! /docs/introduction/ /docs/introduction/overview/ 302! /docs/concepts/ /docs/concepts/data_model/ 302! +/docs/specs/ /docs/specs/remote_write_spec/ 302! /docs/prometheus/ /docs/prometheus/latest/getting_started/ 302! /docs/alerting/ /docs/alerting/latest/overview/ 302! /docs/visualization/ /docs/visualization/browser/ 302! diff --git a/content/docs/specs/index.md b/content/docs/specs/index.md new file mode 100644 index 000000000..d20fa6150 --- /dev/null +++ b/content/docs/specs/index.md @@ -0,0 +1,5 @@ +--- +title: Specifications +sort_rank: 2 +nav_icon: unlock +--- diff --git a/content/docs/concepts/remote_write_spec.md b/content/docs/specs/remote_write_spec.md similarity index 99% rename from content/docs/concepts/remote_write_spec.md rename to content/docs/specs/remote_write_spec.md index 09d5cdf44..796fea4d2 100644 --- a/content/docs/concepts/remote_write_spec.md +++ b/content/docs/specs/remote_write_spec.md @@ -1,5 +1,5 @@ --- -title: Prometheus Remote-Write Specification +title: Prometheus Remote-Write sort_rank: 4 --- From bbc2699caa4614decb87c0dfce88179b071322fc Mon Sep 17 00:00:00 2001 From: bwplotka Date: Mon, 10 Jun 2024 11:41:47 +0100 Subject: [PATCH 2/2] Addressed Julius' feedback. Signed-off-by: bwplotka --- content/docs/specs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/specs/index.md b/content/docs/specs/index.md index d20fa6150..75e6d66ea 100644 --- a/content/docs/specs/index.md +++ b/content/docs/specs/index.md @@ -1,5 +1,5 @@ --- title: Specifications -sort_rank: 2 -nav_icon: unlock +sort_rank: 11 +nav_icon: file-text-o ---