Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nfdi4ing
education
gitlab-workshop
Preparation
Commits
97882c50
Commit
97882c50
authored
Nov 18, 2020
by
Marius Politze
Browse files
add docsify
parent
f373879d
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
97882c50
image
:
node:latest
stages
:
-
pages
pages
:
stage
:
pages
script
:
-
npm i docsify-cli -g
-
docsify init ./.public --local
...
...
docsify.html
View file @
97882c50
...
...
@@ -20,7 +20,7 @@
logo
:
'
/img/logo.png
'
,
name
:
'
Einstieg ins Forschungsdatenmanagement mit git und GitLab
'
,
alias
:{
'
\
.
\
./-/issues(+*)
'
:
'
https://gitlab.com/gitlab-nrw-workshop-2020-12/preparation/-/issues$1
'
'
\
.
\
./
\
-/issues(+*)
'
:
'
https://gitlab.com/gitlab-nrw-workshop-2020-12/preparation/-/issues$1
'
}
}
</script>
...
...
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