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
64d9cd53
Commit
64d9cd53
authored
Nov 18, 2020
by
Marius Politze
Browse files
add docsify
parent
15b9d14d
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
64d9cd53
...
...
@@ -6,6 +6,7 @@ pages:
-
docsify init ./.public --local
-
cp -r * .public
-
mv .public public
-
mv public/docsify.html public/index.html
artifacts
:
expire_in
:
1 day
paths
:
...
...
docsify.html
0 → 100644
View file @
64d9cd53
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Document
</title>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
<meta
name=
"description"
content=
"Description"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, minimum-scale=1.0"
>
<link
rel=
"stylesheet"
href=
"vendor/themes/vue.css"
>
</head>
<body>
<div
id=
"app"
></div>
<script>
window
.
$docsify
=
{
name
:
''
,
repo
:
''
,
loadNavbar
:
'
nav.md
'
,
loadSidebar
:
'
sidebar.md
'
,
auto2top
:
true
,
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
'
}
}
</script>
<script
src=
"vendor/docsify.js"
></script>
</body>
</html>
img/logo.png
0 → 100644
View file @
64d9cd53
46.7 KB
img/logo2.png
0 → 100644
View file @
64d9cd53
47.5 KB
nav.md
0 → 100644
View file @
64d9cd53
sidebar.md
0 → 100644
View file @
64d9cd53
*
[
Startseite
](
README.md
)
*
[
Anmelden bei GitLab.com
](
gitlab-com-create-account.md
)
*
[
Meine Online Vorbereitung
](
../-/issues?search=Online+Vorbereitung
)
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