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..75e6d66ea --- /dev/null +++ b/content/docs/specs/index.md @@ -0,0 +1,5 @@ +--- +title: Specifications +sort_rank: 11 +nav_icon: file-text-o +--- 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 ---