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
18889d5c
Commit
18889d5c
authored
May 18, 2015
by
Björn Rabenstein
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #83 from prometheus/fabxc/title
Set HTML title to current page's title
parents
96f634e1
d842afb4
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
13 additions
and
9 deletions
+13
-9
2015-04-24-prometheus-monitring-spreads-through-the-internet.md
...4-24-prometheus-monitring-spreads-through-the-internet.md
+1
-1
index.html
content/blog/index.html
+1
-1
community.html
content/community.html
+3
-0
index.md
content/docs/index.md
+1
-1
basics.md
content/docs/querying/basics.md
+1
-1
examples.md
content/docs/querying/examples.md
+1
-1
functions.md
content/docs/querying/functions.md
+1
-1
index.html
content/index.html
+0
-3
header.html
layouts/header.html
+4
-0
No files found.
content/blog/2015-04-24-prometheus-monitring-spreads-through-the-internet.md
View file @
18889d5c
---
title
:
"
Prometheus
Monitoring
Spreads
through
the
Internet"
title
:
Prometheus Monitoring Spreads through the Internet
created_at
:
2015-04-24
kind
:
article
author
:
Brian Brazil
...
...
content/blog/index.html
View file @
18889d5c
---
title:
Prometheus
Blog
title: Blog
---
<div
class=
"col-md-9"
>
<
%
sorted_articles
.
each
do
|
post
|
%
>
...
...
content/community.html
View file @
18889d5c
---
title: Community
---
<div
class=
"col-md-8 col-md-offset-2 doc-content"
>
<h1>
Community
</h1>
<p>
...
...
content/docs/index.md
View file @
18889d5c
---
title
:
Prometheus
Documentation
title
:
Documentation
is_hidden
:
true
---
content/docs/querying/basics.md
View file @
18889d5c
---
title
:
B
asics
title
:
Querying b
asics
sort_rank
:
1
---
...
...
content/docs/querying/examples.md
View file @
18889d5c
---
title
:
E
xamples
title
:
Querying e
xamples
sort_rank
:
4
---
...
...
content/docs/querying/functions.md
View file @
18889d5c
---
title
:
F
unctions
title
:
Query f
unctions
sort_rank
:
3
---
...
...
content/index.html
View file @
18889d5c
---
title: Home
---
<div
class=
"main"
>
<div
class=
"row"
>
<div
class=
"col-md-3"
>
...
...
layouts/header.html
View file @
18889d5c
...
...
@@ -27,7 +27,11 @@
<meta
name=
"msapplication-TileImage"
content=
"/assets/favicons/mstile-144x144.png"
>
<meta
name=
"theme-color"
content=
"#ffffff"
>
<
%
if
@
item
[
:title
]
%
>
<title><
%=
@
item
[
:title
]
%
>
| Prometheus
</title>
<
%
else
%
>
<title>
Prometheus
</title>
<
%
end
%
>
<!-- Bootstrap core CSS -->
<link
href=
"/assets/bootstrap-3.3.1/css/bootstrap.min.css"
rel=
"stylesheet"
>
...
...
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