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
4565a55e
Commit
4565a55e
authored
Nov 08, 2017
by
Tobias Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old github pages README.md
parent
5d01c36c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
Rules
Rules
+1
-9
README.md
content/README.md
+0
-6
No files found.
Rules
View file @
4565a55e
...
...
@@ -41,10 +41,6 @@ route '*/images/*' do
item
.
identifier
.
chop
+
'.'
+
item
[
:extension
]
end
route
'/README/'
do
'/README.md'
end
# RSS Feed
compile
'/blog/feed/'
do
filter
:erb
...
...
@@ -57,9 +53,7 @@ end
compile
'*'
do
filter
:erb
if
item
[
:title
]
==
'README.md'
# Don't filter; this should propagate verbatim to the output GitHub repository.
elsif
item
[
:extension
]
==
'md'
if
item
[
:extension
]
==
'md'
filter
:redcarpet
,
options:
{
filter_html:
true
,
autolink:
true
,
no_intraemphasis:
true
,
fenced_code_blocks:
true
,
gh_blockcode:
true
,
tables:
true
},
renderer_options:
{
with_toc_data:
true
}
filter
:normalize_links
,
item
[
:repo_docs
]
if
item
[
:repo_docs
]
filter
:outdated_content
,
item
[
:repo_docs
]
if
item
[
:repo_docs
]
&&
item
[
:repo_docs
][
:outdated
]
...
...
@@ -112,6 +106,4 @@ route '*' do
end
end
#passthrough '/assets/*'
layout
'*'
,
:erb
content/README.md
deleted
100644 → 0
View file @
5d01c36c
---
title
:
"
README.md"
---
This repository is automatically generated from
https://github.com/prometheus/docs.
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