Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
4a06a1d7
Verified
Commit
4a06a1d7
authored
5 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Redirect
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
7d1dd805
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docs/index.html.tpl
+3
-3
3 additions, 3 deletions
.docs/index.html.tpl
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.docs/index.html.tpl
+
3
−
3
View file @
4a06a1d7
...
@@ -3,16 +3,16 @@
...
@@ -3,16 +3,16 @@
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
Redirect Notice
</title>
<title>
Redirect Notice
</title>
<meta
http-equiv=
"Refresh"
content=
"0; url='/infrastructures/dbrepo/
$
{
DOC_VERSION
}
/'"
/>
<meta
http-equiv=
"Refresh"
content=
"0; url='/infrastructures/dbrepo/DOC_VERSION/'"
/>
</head>
</head>
<body>
<body>
<h1>
Redirect Notice
</h1>
<h1>
Redirect Notice
</h1>
<p>
<p>
This page should automatically open the documentation for version
<code>
$
{
DOC_VERSION
}
</code>
. In case this page does not load the site is
This page should automatically open the documentation for version
<code>
DOC_VERSION
</code>
. In case this page does not load the site is
available at:
available at:
</p>
</p>
<p>
<p>
<a
href=
"/infrastructures/dbrepo/
$
{
DOC_VERSION
}
/"
>
/infrastructures/dbrepo/
$
{
DOC_VERSION
}
/
</a>
<a
href=
"/infrastructures/dbrepo/DOC_VERSION/"
>
/infrastructures/dbrepo/DOC_VERSION/
</a>
</p>
</p>
</body>
</body>
</html>
</html>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
2
View file @
4a06a1d7
...
@@ -476,8 +476,8 @@ release-docs:
...
@@ -476,8 +476,8 @@ release-docs:
-
"
cp
.docs/.swagger/custom.css
./final/${DOC_VERSION}/rest/custom.css"
# swagger
-
"
cp
.docs/.swagger/custom.css
./final/${DOC_VERSION}/rest/custom.css"
# swagger
-
"
cp
-r
./site/*
./final/${DOC_VERSION}"
# mkdocs
-
"
cp
-r
./site/*
./final/${DOC_VERSION}"
# mkdocs
-
"
cp
.docker/dist.tar.gz
./final/${APP_VERSION}/dist.tar.gz"
# dist
-
"
cp
.docker/dist.tar.gz
./final/${APP_VERSION}/dist.tar.gz"
# dist
-
"
cp
.docs/index.html.tpl
./final/
${APP_VERSION}/
index.html"
# redirect patch docs
-
"
cp
.docs/index.html.tpl
./final/index.html"
# redirect patch docs
-
sed -i "s/
\${
DOC_VERSION
}
/$
{
DOC_VERSION
}
/g" ./final/
${APP_VERSION}/
index.html
-
sed -i "s/DOC_VERSION/$DOC_VERSION/g" ./final/index.html
-
"
bash
./.gitlab/gen-badge.sh"
-
"
bash
./.gitlab/gen-badge.sh"
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
-
"
mkdir
-p
/root/.ssh"
-
"
mkdir
-p
/root/.ssh"
...
...
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