Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
e15b6142
Commit
e15b6142
authored
Nov 07, 2017
by
Tobias Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Redirects
parent
1a01e67e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
Rules
Rules
+7
-0
_redirects
content/_redirects
+27
-0
No files found.
Rules
View file @
e15b6142
...
@@ -13,6 +13,13 @@
...
@@ -13,6 +13,13 @@
# item, use the pattern “/about/*/”; “/about/*” will also select the parent,
# item, use the pattern “/about/*/”; “/about/*” will also select the parent,
# because “*” matches zero or more characters.
# because “*” matches zero or more characters.
compile
'/_redirects/'
do
end
route
'/_redirects/'
do
'/_redirects'
end
compile
'/assets/*'
do
compile
'/assets/*'
do
end
end
...
...
content/_redirects
0 → 100644
View file @
e15b6142
# Redirects for old site structure.
/docs/introduction/getting_started/ /docs/prometheus/latest/getting_started/
/docs/introduction/install/ /docs/prometheus/latest/installation/
/docs/operating/configuration/ /docs/prometheus/latest/configuration/configuration/
/docs/operating/federation/ /docs/prometheus/latest/federation/
/docs/operating/storage/ /docs/prometheus/1.8/storage/
/docs/querying/api/ /docs/prometheus/latest/querying/api/
/docs/querying/basics/ /docs/prometheus/latest/querying/basics/
/docs/querying/examples/ /docs/prometheus/latest/querying/examples/
/docs/querying/functions/ /docs/prometheus/latest/querying/functions/
/docs/querying/operators/ /docs/prometheus/latest/querying/operators/
/docs/querying/rules/ /docs/prometheus/latest/configuration/recording_rules/
/docs/visualization/template_examples/ /docs/prometheus/latest/configuration/template_examples/
/docs/visualization/template_reference/ /docs/prometheus/latest/configuration/template_reference/
# Redirects for sections.
# TODO(ts): Auto-generate from menu.
/docs/introduction/ /docs/introduction/overview/ 302
/docs/concepts/ /docs/concepts/data_model/ 302
/docs/prometheus/ /docs/prometheus/latest/getting_started/ 302
/docs/visualization/ /docs/visualization/browser/ 302
/docs/instrumenting/ /docs/instrumenting/clientlibs/ 302
/docs/operating/ /docs/operating/security/ 302
/docs/alerting/ /docs/alerting/overview/ 302
/docs/practices/ /docs/practices/naming/ 302
/:path/index.html /:path/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment