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
852fea64
Verified
Commit
852fea64
authored
Jan 18, 2024
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Added correct links
parent
6e90842a
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docs/index.md
+2
-2
2 additions, 2 deletions
.docs/index.md
.docs/overrides/main.html
+1
-0
1 addition, 0 deletions
.docs/overrides/main.html
with
3 additions
and
2 deletions
.docs/index.md
+
2
−
2
View file @
852fea64
...
@@ -14,8 +14,8 @@ collection. Challenges revolve around organizing, searching and retrieving conte
...
@@ -14,8 +14,8 @@ collection. Challenges revolve around organizing, searching and retrieving conte
constitute a major technical burden as their internal representation greatly differs from static documents most digital
constitute a major technical burden as their internal representation greatly differs from static documents most digital
repositories are designed for.
repositories are designed for.
[
System Description
](
/system
)
{ .action-button .md-button .md-button--secondary }
[
System Description
](
..
/system
)
{ .action-button .md-button .md-button--secondary }
[
How to use
](
/usage-overview
)
{ .action-button .md-button .md-button--primary }
[
How to use
](
..
/usage-overview
)
{ .action-button .md-button .md-button--primary }
## Application Areas
## Application Areas
...
...
This diff is collapsed.
Click to expand it.
.docs/overrides/main.html
+
1
−
0
View file @
852fea64
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<script>
<script>
function
getVersion
()
{
function
getVersion
()
{
const
segments
=
location
.
pathname
.
split
(
'
/
'
)
const
segments
=
location
.
pathname
.
split
(
'
/
'
)
console
.
debug
(
'
segments
'
,
segments
)
if
(
segments
.
length
>=
4
)
{
if
(
segments
.
length
>=
4
)
{
return
segments
[
3
]
return
segments
[
3
]
}
else
{
}
else
{
...
...
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