Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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!
Expand Down
5 changes: 5 additions & 0 deletions content/docs/specs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Specifications
sort_rank: 11
nav_icon: file-text-o
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Prometheus Remote-Write Specification
title: Prometheus Remote-Write
sort_rank: 4
---

Expand Down