Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b49734d0
Commit
b49734d0
authored
Nov 23, 2018
by
Evan Read
Committed by
Achilleas Pipinellis
Nov 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor landing page CE
parent
63ee3b22
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
410 additions
and
171 deletions
+410
-171
doc/README.md
doc/README.md
+409
-170
doc/img/devops-stages.png
doc/img/devops-stages.png
+0
-0
doc/img/devops_lifecycle.png
doc/img/devops_lifecycle.png
+0
-0
spec/features/help_pages_spec.rb
spec/features/help_pages_spec.rb
+1
-1
No files found.
doc/README.md
View file @
b49734d0
This diff is collapsed.
Click to expand it.
doc/img/devops-stages.png
0 → 100644
View file @
b49734d0
34.7 KB
doc/img/devops_lifecycle.png
deleted
100644 → 0
View file @
63ee3b22
18.2 KB
spec/features/help_pages_spec.rb
View file @
b49734d0
...
@@ -4,7 +4,7 @@ describe 'Help Pages' do
...
@@ -4,7 +4,7 @@ describe 'Help Pages' do
describe
'Get the main help page'
do
describe
'Get the main help page'
do
shared_examples_for
'help page'
do
|
prefix:
''
|
shared_examples_for
'help page'
do
|
prefix:
''
|
it
'prefixes links correctly'
do
it
'prefixes links correctly'
do
expect
(
page
).
to
have_selector
(
%(div.documentation-index >
ul
a[href="#{prefix}/help/api/README.md"])
)
expect
(
page
).
to
have_selector
(
%(div.documentation-index >
table tbody tr td
a[href="#{prefix}/help/api/README.md"])
)
end
end
end
end
...
...
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