Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
docs.it4i.cz
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Petr Strakos
docs.it4i.cz
Commits
6c85c8c1
Commit
6c85c8c1
authored
Oct 16, 2017
by
David Hrbáč
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Page actions refactor
parent
adf98a01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
2 deletions
+37
-2
docs.it4i/src/css.css
docs.it4i/src/css.css
+13
-1
material/partials/language.html
material/partials/language.html
+1
-1
material/partials/toc.html
material/partials/toc.html
+23
-0
No files found.
docs.it4i/src/css.css
View file @
6c85c8c1
.md-icon--edit
:before
{
content
:
"edit"
;
}
.md-icon--check
:before
{
content
:
"check"
;
}
.md-icon--help
:before
{
content
:
"help"
;
}
a
:not
([
href
*=
"//"
])
{
/* CSS for internal links */
}
...
...
@@ -6,7 +18,7 @@ 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'
]
)
{
a
[
href
*=
"//"
]
:not
(
[
href
*=
'gitlab.it4i.cz'
]
)
:not
(
[
href
*=
'code.it4i.cz'
]
)
:not
(
[
href
*=
'https://www.it4i.cz'
]
)
:not
(
[
href
*=
'https://support.it4i.cz'
]
)
{
/*CSS for external links */
background
:
transparent
url("/img/external.png")
no-repeat
right
0px
top
1px
;
background-size
:
12px
;
...
...
material/partials/language.html
View file @
6c85c8c1
...
...
@@ -4,5 +4,5 @@
"footer.next": "Next",
"search.placeholder": "Search",
"source.link.title": "Go to repository",
"toc.title": "
Table of contents
"
"toc.title": "
On this page
"
}[key] }}{% endmacro %}
material/partials/toc.html
View file @
6c85c8c1
...
...
@@ -5,6 +5,29 @@
{% set toc_ = (toc_ | first).children %}
{% endif %}
{% if toc_ | first is defined %}
<ul
class=
"md-nav__list"
data-md-scrollfix
>
<li
class=
"md-nav__item"
>
<a
href=
"https://code.it4i.cz/"
title=
"Edit This Page"
class=
"md-nav__link"
>
<i
class=
"md-icon md-icon--edit"
>
</i>
Edit This Page
</a>
</li>
<li
class=
"md-nav__item"
>
<a
href=
"https://code.it4i.cz/sccs/docs.it4i.cz/issues/new?issue%5Bdescription%5D=Change page"
title=
"Request Change"
class=
"md-nav__link"
>
<i
class=
"md-icon md-icon--check"
>
</i>
Request Change
</a>
</li>
<li
class=
"md-nav__item"
>
<a
href=
"https://support.it4i.cz/rt"
title=
"Get Support"
class=
"md-nav__link"
>
<i
class=
"md-icon md-icon--help"
>
</i>
Get Support
</a>
</li>
</ul>
<label
class=
"md-nav__title"
for=
"toc"
>
{{ lang.t('toc.title') }}
</label>
<ul
class=
"md-nav__list"
data-md-scrollfix
>
{% for toc_item in toc_ %}
...
...
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