Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Strakos
docs.it4i.cz
Commits
85414cf4
Commit
85414cf4
authored
8 years ago
by
David Hrbáč
Browse files
Options
Downloads
Plain Diff
Merge branch 'hot_fix' into 'master'
Hot fix See merge request !135
parents
025d0904
56c84420
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs.it4i/src/css.css
+5
-1
5 additions, 1 deletion
docs.it4i/src/css.css
mkdocs.yml
+6
-3
6 additions, 3 deletions
mkdocs.yml
with
11 additions
and
4 deletions
docs.it4i/src/css.css
+
5
−
1
View file @
85414cf4
...
...
@@ -2,7 +2,11 @@ a:not([href*="//"]) {
/* CSS for internal links */
}
a
[
href
*=
"//"
]
:not
(
[
href
*=
'gitlab.it4i.cz'
]
)
:not
(
[
href
*=
'code.it4i.cz'
]
)
{
a
.md-footer-social__link.fa.fa-globe
{
!
background
:
none
;
}
a
[
href
*=
"//"
]
:not
(
[
href
*=
'gitlab.it4i.cz'
]
)
:not
(
[
href
*=
'code.it4i.cz'
]
)
:not
(
[
href
*=
'https://www.it4i.cz'
]
)
{
/*CSS for external links */
background
:
transparent
url("/img/external.png")
no-repeat
right
0px
top
1px
;
background-size
:
12px
;
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
6
−
3
View file @
85414cf4
...
...
@@ -7,8 +7,8 @@ extra_css:
-
src/css.css
# Repository
#
repo_name:
it4i-admin
s/docs.it4i
#
repo_url: https://
gitlab
.it4i.cz/
it4i-admin
s/docs.it4i
repo_name
:
scc
s/docs.it4i
.cz
repo_url
:
https://
code
.it4i.cz/
scc
s/docs.it4i
.cz
# Copyright
copyright
:
Copyright (c) 2017 IT4Innovations__VERSION__
...
...
@@ -195,6 +195,7 @@ pages:
extra
:
#logo: img/logo2.png
repo_icon
:
gitlab
palette
:
primary
:
'
grey'
accent
:
'
yellow'
...
...
@@ -206,7 +207,9 @@ extra:
next
:
'
Next'
social
:
-
type
:
'
gitlab'
link
:
'
https://code.it4i.cz'
link
:
'
https://code.it4i.cz/sccs/docs.it4i.cz'
-
type
:
globe
link
:
https://www.it4i.cz
markdown_extensions
:
-
codehilite
...
...
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