Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
d471ad78
Commit
d471ad78
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add link test
parent
2db39170
No related branches found
No related tags found
2 merge requests
!206
Add testing of links in docs
,
!164
Add Theodolite docs
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+17
-0
17 additions, 0 deletions
.gitlab-ci.yml
docs/Gemfile
+2
-0
2 additions, 0 deletions
docs/Gemfile
docs/Gemfile.lock
+14
-0
14 additions, 0 deletions
docs/Gemfile.lock
with
33 additions
and
0 deletions
.gitlab-ci.yml
+
17
−
0
View file @
d471ad78
...
@@ -36,6 +36,23 @@ build-docs:
...
@@ -36,6 +36,23 @@ build-docs:
paths
:
paths
:
-
docs/_site
-
docs/_site
test-docs-links
:
stage
:
test
needs
:
-
build-docs
image
:
ruby:2.7
tags
:
-
exec-docker
cache
:
paths
:
-
docs/vendor
before_script
:
-
cd docs
-
gem install bundler
-
bundle config set --local path 'vendor'
-
bundle install
script
:
bundle exec htmlproofer --assume-extension ./_site
# Theodolite Helm Chart
# Theodolite Helm Chart
...
...
This diff is collapsed.
Click to expand it.
docs/Gemfile
+
2
−
0
View file @
d471ad78
...
@@ -19,6 +19,8 @@ gem "github-pages", "~> 215", group: :jekyll_plugins
...
@@ -19,6 +19,8 @@ gem "github-pages", "~> 215", group: :jekyll_plugins
#gem "jekyll-feed", "~> 0.12"
#gem "jekyll-feed", "~> 0.12"
#end
#end
gem
'html-proofer'
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
# and associated library.
platforms
:mingw
,
:x64_mingw
,
:mswin
,
:jruby
do
platforms
:mingw
,
:x64_mingw
,
:mswin
,
:jruby
do
...
...
This diff is collapsed.
Click to expand it.
docs/Gemfile.lock
+
14
−
0
View file @
d471ad78
...
@@ -95,6 +95,14 @@ GEM
...
@@ -95,6 +95,14 @@ GEM
html-pipeline (2.14.0)
html-pipeline (2.14.0)
activesupport (>= 2)
activesupport (>= 2)
nokogiri (>= 1.4)
nokogiri (>= 1.4)
html-proofer (3.19.2)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
parallel (~> 1.3)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
concurrent-ruby (~> 1.0)
...
@@ -221,13 +229,17 @@ GEM
...
@@ -221,13 +229,17 @@ GEM
multipart-post (2.1.1)
multipart-post (2.1.1)
nokogiri (1.11.7-x86_64-linux)
nokogiri (1.11.7-x86_64-linux)
racc (~> 1.4)
racc (~> 1.4)
nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4)
octokit (4.21.0)
octokit (4.21.0)
faraday (>= 0.9)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.21.0)
pathutil (0.16.2)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
public_suffix (4.0.6)
racc (1.5.2)
racc (1.5.2)
rainbow (3.0.0)
rb-fsevent (0.11.0)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
ffi (~> 1.0)
...
@@ -259,6 +271,7 @@ GEM
...
@@ -259,6 +271,7 @@ GEM
unf_ext
unf_ext
unf_ext (0.0.7.7)
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicode-display_width (1.7.0)
yell (2.2.2)
zeitwerk (2.4.2)
zeitwerk (2.4.2)
PLATFORMS
PLATFORMS
...
@@ -267,6 +280,7 @@ PLATFORMS
...
@@ -267,6 +280,7 @@ PLATFORMS
DEPENDENCIES
DEPENDENCIES
github-pages (~> 215)
github-pages (~> 215)
html-proofer
minima (~> 2.5)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo (~> 1.2)
tzinfo-data
tzinfo-data
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment