Skip to content
Snippets Groups Projects
Verified Commit 746d53b8 authored by Adrián Rošinec's avatar Adrián Rošinec
Browse files

New style

parent 83be567e
Branches
No related tags found
1 merge request!39New style
Pipeline #256379 waiting for manual action
{% if page %} {% if page %}
<ul>
{% for parent in page.ancestors|reverse %} {% for parent in page.ancestors|reverse %}
<span class="md-header-nav__parent"> <!-- <span class="md-header-nav__parent">
{{parent.title}} / <a href="{{ parent.url|url }}">{{ parent.title }}</a>
</span> </span>
<span>></span> -->
{%- if parent.link %}
<li><a href="{{ parent.link|e }}">{{ parent.title }}</a></li>
{%- else %}
<li>{{ parent.title }}</li>
{% endif %}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{{ page.title | default(config.site_name, true) }} <li>{{ page.title | default(config.site_name, true) }}</li>
\ No newline at end of file </ul>
\ No newline at end of file
...@@ -10,14 +10,14 @@ ...@@ -10,14 +10,14 @@
<a target="_blank" href="https://www.e-infra.cz/en/personal-data-processing" >Processing of personal data</a> <a target="_blank" href="https://www.e-infra.cz/en/personal-data-processing" >Processing of personal data</a>
</div> </div>
</div> </div>
<div class="md-footer__column">
</div>
<div class="md-footer__column"> <div class="md-footer__column">
<div class="md-footer__heading">e-INFRA CZ Support</div> <div class="md-footer__heading">e-INFRA CZ Support</div>
<span>Available from Monday-Friday 9AM-5PM<br /> <span>Available non-stop<br />
TEL: +420 234 680 222 | GSM: +420 602 252 531 <br /> TEL: +420 234 680 222 | GSM: +420 602 252 531 <br />
EMAIL: support@e-infra.cz</span> EMAIL: support@e-infra.cz</span>
</div> </div>
<div class="md-footer__column">
</div>
</div> </div>
<div class="md-footer__organizations"> <div class="md-footer__organizations">
<img src="/assets/images/cesnet.png" alt=""> <img src="/assets/images/cesnet.png" alt="">
......
...@@ -79,230 +79,149 @@ html .md-nav__link[for=__toc]~.md-nav { ...@@ -79,230 +79,149 @@ html .md-nav__link[for=__toc]~.md-nav {
} }
.md-nav__icon.md-icon svg { .md-nav__icon.md-icon svg {
display: inline-block; display: inline-block;
width: 0.9rem; width: 0.9rem;
height: 0.9rem; height: 0.9rem;
vertical-align: -0.1rem;} vertical-align: -0.1rem;
/*
.md-nav__icon.md-icon {
float: left;
padding-right: .2rem;
}
*/
.md-nav__it4i_link {
display: block;
transition: color 0.125s;
text-overflow: ellipsis;
cursor: pointer;
overflow: hidden
} }
a:not([href*="//"]) { a:not([href*="//"]) {
/* CSS for internal links */ /* CSS for internal links */
} }
a[href*="//"]:not( [href*='127.0.0.1'] ):not( [href*='docs.it4i.cz'] ):not( [href*='gitlab.it4i.cz'] ):not( [href*='code.it4i.cz'] ):not( [href*='https://www.it4i.cz'] ):not( [href*='https://e-infra.cz'] ):not( [href*='https://support.it4i.cz'] ):not( [href*='docs.e-infra.cz'] ):not( [href*='gitlab.ics.muni.cz'] ):not( .md-button ):not( a[data-bi-name="contributorprofile"]) { a[href*="//"]
:not( [href*='127.0.0.1'] )
:not( [href*='docs.it4i.cz'] )
:not( [href*='gitlab.it4i.cz'] )
:not( [href*='code.it4i.cz'] )
:not( [href*='https://www.it4i.cz'] )
:not( [href*='https://e-infra.cz'] )
:not( [href*='https://support.it4i.cz'] )
:not( [href*='docs.e-infra.cz'] )
:not( [href*='gitlab.ics.muni.cz'] )
:not( .md-button )
:not( .md-source )
:not( a[data-bi-name="contributorprofile"]) {
background: transparent no-repeat right 0px top 1px; background: transparent no-repeat right 0px top 1px;
background-size: 12px; background-size: 12px;
padding: 0px 16px 1px 0px; padding: 0px 16px 1px 0px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z'/%3E%3C/svg%3E"); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z'/%3E%3C/svg%3E");
} }
.md-header__button.md-logo {
margin: .2rem .2rem;
padding: .4rem .4rem;
}
.md-nav__it4i_link:after { .md-logo > img {
font-family: Material Icons; height: 1.5rem !important;
font-style: normal; width: auto !important;
font-variant: normal;
font-weight: 400;
line-height: 1;
text-transform: none;
white-space: nowrap;
speak: none;
word-wrap: normal;
direction: ltr
}
/*
.md-nav__item--nested>.md-nav__it4i_link:after {
content: "keyboard_arrow_down"
}*/
html .md-nav__it4i_link[for=toc],html .md-nav__it4i_link[for=toc]+.md-nav__it4i_link:after,html .md-nav__it4i_link[for=toc]~.md-nav {
display: none;
}
/*
.md-nav__it4i_link[data-md-state=blur] {
color: rgba(0,0,0,.54)
}
*/
.md-nav__it4i_link--active,.md-nav__it4i_link:active {
color: #3f51b5
}
.md-nav__it4i_link:focus,.md-nav__it4i_link:hover {
color: #536dfe
}
@media only screen and (max-width: 59.9375em) {
html .md-nav__it4i_link[for=toc] {
display: block;
padding-right: 4.8rem
}
html .md-nav__it4i_link[for=toc]:after {
color: inherit;
content: "toc"
}
html .md-nav__it4i_link[for=toc]+.md-nav__it4i_link {
display: none
}
html .md-nav__it4i_link[for=toc]~.md-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
/*
.md-nav--primary .md-nav__item--nested>.md-nav__it4i_link {
padding-right: 4.8rem
}
.md-nav--primary .md-nav__item--nested>.md-nav__it4i_link:after {
display: none;
}*/
.md-nav--primary .md-nav__it4i_link {
position: relative;
padding: 1.6rem
}
.md-nav--primary .md-nav__it4i_link:after {
position: absolute;
top: 50%;
right: 1.2rem;
margin-top: -1.2rem;
color: rgba(0,0,0,.54);
font-size: 2.4rem
}
.md-nav--primary .md-nav__it4i_link:focus:after,.md-nav--primary .md-nav__it4i_link:hover:after {
color: inherit
}
.md-nav--primary .md-nav--secondary .md-nav .md-nav__it4i_link {
padding-left: 2.8rem
}
.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav__it4i_link {
padding-left: 4rem
}
.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav__it4i_link {
padding-left: 5.2rem
}
.md-nav--primary .md-nav--secondary .md-nav .md-nav .md-nav .md-nav .md-nav__it4i_link {
padding-left: 6.4rem
}
}
@media only screen and (min-width: 76.25em) {
.md-nav__item--nested>.md-nav__it4i_link:after {
display: inline-block;
-webkit-transform-origin: .45em .45em;
transform-origin: .45em .45em;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
vertical-align: -.125em
}
.js .md-nav__item--nested>.md-nav__it4i_link:after {
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
transition: transform .4s;
transition: transform .4s,-webkit-transform .4s
}
.md-nav__item--nested .md-nav__toggle:checked~.md-nav__it4i_link:after {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg)
}
} }
.md-header__button.md-logo { .md-footer {
margin: .2rem .2rem; background-color: var(--md-primary-fg-color);
padding: .4rem .4rem; }
}
.md-logo > img {
height: 1.5rem !important;
width: auto !important;
}
.md-footer { .md-footer a {
background-color: var(--md-primary-fg-color); color: var(--md-primary-fg-color--dark) !important;
} }
.md-footer a { .md-footer a:active, .md-footer a:focus, .md-footer a:hover {
color: var(--md-primary-fg-color--dark) !important; color: var(--md-accent-bg-color--light) !important;
} }
.md-footer a:active, .md-footer a:focus, .md-footer a:hover { .md-footer__grid {
color: var(--md-accent-bg-color--light) !important; display: flex
} }
.md-footer__grid { .md-footer__grid {
display: flex padding: 20px 0;
} font-size: 0.7rem;
flex-flow: column
.md-footer__grid { }
padding: 20px 0;
font-size: 0.7rem;
}
.md-footer__heading {
font-size: 1.2rem;
font-weight: bold;
}
.md-footer__organizations { .md-footer__column {
display: flex; flex: 1 1 0px;
justify-content: center; margin: 10px auto;
padding: 10px; }
}
.md-footer__organizations > img { .md-footer__heading {
display: flex; font-size: 1.2rem;
margin: 0 22px; font-weight: bold;
width: 150px; }
}
.md-footer__terms > a { .md-footer__organizations {
display: block; display: flex;
} justify-content: center;
padding: 10px;
background-color: var(--md-default-bg-color--lightest);
padding: 20px 10px;
flex-flow: column;
align-items: center;
}
.md-footer .md-copyright { .md-footer__organizations > img {
width: 100% display: flex;
} margin: 0 22px;
width: 150px;
/* .md-nav--lifted > ul > .md-nav__item--nested > label { }
font-size: 1rem
} */ .md-footer__terms > a {
display: block;
.md-breadcrumbs__inner { }
font-size: 0.55rem;
} .md-footer .md-copyright {
width: 100%
}
.md-breadcrumbs__inner {
font-size: 0.60rem;
color: var(--md-default-fg-color--lighter);
}
.md-breadcrumbs__inner ul {
display: flex !important;
list-style-type: none;
margin: 0 !important;
padding-left: 0;
}
.md-breadcrumbs__inner ul>li:first-of-type {
margin-left: 0;
}
.md-tabs { .md-breadcrumbs__inner ul li+li:before {
background: var(--md-default-bg-color); background-color: var(--md-default-fg-color--lighter);
color: var(--md-primary-fg-color); background-repeat: no-repeat right 0px top 0px;
background-size: contain;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
content: "";
margin: 0 4px 0 -12px;
width: 0.4rem;
height: 0.4rem;
display: inline-block;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
} }
.md-tabs__link { .md-tabs__link {
padding: 0.5rem; font-weight: 700;
margin-top: 0.6rem; }
font-weight: 700;
@media only screen and (min-width: 59rem) {
/* For desktop: */
.md-footer__column {
margin: 0
}
.md-footer__grid {
flex-flow: row
}
.md-footer__organizations {
padding: 10px;
flex-flow: row;
align-items: center;
}
} }
/* Support for MD-TYPESET */ /* Support for MD-TYPESET */
...@@ -446,15 +365,14 @@ html .md-nav__it4i_link[for=toc],html .md-nav__it4i_link[for=toc]+.md-nav__it4i_ ...@@ -446,15 +365,14 @@ html .md-nav__it4i_link[for=toc],html .md-nav__it4i_link[for=toc]+.md-nav__it4i_
color: var(--md-primary-fg-color--light) !important; color: var(--md-primary-fg-color--light) !important;
} }
/* .md-tabs { .md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 {
background: #000000c2; font-weight: 700;
color: white; color: var(--md-primary-fg-color);
padding-bottom: 1em; margin-bottom: 0;
} */ }
.md-typeset h1, .md-typeset h2 { .md-content__button {
font-weight: 500; display: none;
color: var(--md-primary-fg-color)
} }
/* .md-header { /* .md-header {
......
...@@ -10,11 +10,7 @@ hide: ...@@ -10,11 +10,7 @@ hide:
The home for documentation of all e-INFRA CZ services that are provided to scientific community in the Czech Republic. The home for documentation of all e-INFRA CZ services that are provided to scientific community in the Czech Republic.
!!! attention "Documentation is getting ready" <!-- # e-INFRA CZ Data Services -->
Please note, that the documentation portal is in the early stages of development. Do not use any information from the portal to run mission critical solutions, yet. :-)
# e-INFRA CZ Data Services
<div class="grid cards" markdown> <div class="grid cards" markdown>
...@@ -26,19 +22,19 @@ The home for documentation of all e-INFRA CZ services that are provided to scien ...@@ -26,19 +22,19 @@ The home for documentation of all e-INFRA CZ services that are provided to scien
[:octicons-arrow-right-24: Account creation](./account/creation) [:octicons-arrow-right-24: Account creation](./account/creation)
[:octicons-arrow-right-24: Accessing your account and services](./account/access) [:octicons-arrow-right-24: Accessing your account and services](./account/access)
[:octicons-arrow-right-24: Account management](./account/management/) [:octicons-arrow-right-24: Account settings](./account/management/)
[:octicons-arrow-right-24: Multi-Factor Authentication](./account/mfa/setup) [:octicons-arrow-right-24: Multi-Factor Authentication](./account/mfa/setup)
<!--- [:octicons-arrow-right-24: Account properties and lifecycle](/account/properties) <!--- [:octicons-arrow-right-24: Account properties and lifecycle](/account/properties)
---> --->
- :fontawesome-solid-microchip:{ .lg .middle } __Data processing__ - :fontawesome-solid-microchip:{ .lg .middle } __Data Processing__
--- ---
Focus on what's important, your research can be accelerated with our **big** servers. Focus on what's important, your research can be accelerated with our **big** servers.
[:octicons-arrow-right-24: Overview](/compute/) [:octicons-arrow-right-24: Overview](./compute/)
[:octicons-arrow-right-24: Batch computing (Metacentrum Grid)](./compute/grid) [:octicons-arrow-right-24: Batch computing (Metacentrum Grid)](./compute/grid)
[:octicons-arrow-right-24: Compute Cloud (Virtualization)](./compute/openstack/) [:octicons-arrow-right-24: Compute Cloud (Virtualization)](./compute/openstack/)
[:octicons-arrow-right-24: Containers Cloud](./compute/containers/) [:octicons-arrow-right-24: Containers Cloud](./compute/containers/)
...@@ -59,24 +55,6 @@ The home for documentation of all e-INFRA CZ services that are provided to scien ...@@ -59,24 +55,6 @@ The home for documentation of all e-INFRA CZ services that are provided to scien
[:octicons-arrow-right-24: More (data repositories, ...)](./storage/) [:octicons-arrow-right-24: More (data repositories, ...)](./storage/)
</div>
## Other e-INFRA Services
<div class="grid grid-sm" markdown>
Research and Education Networking
{ .card }
Multimedia and collaboration
{ .card }
Digital identity solution
{ .card }
Data Security
{ .card }
</div> </div>
[a]: https://www.cesnet.cz/?lang=en [a]: https://www.cesnet.cz/?lang=en
......
...@@ -10,12 +10,12 @@ extra_javascript: ...@@ -10,12 +10,12 @@ extra_javascript:
- assets/js/hotjar.js - assets/js/hotjar.js
# Repository # Repository
repo_name: einfra-docs/documentation repo_name: Docs on GitHub
repo_url: https://gitlab.ics.muni.cz/einfra-docs/documentation/ repo_url: https://github.com/CESNET/eInfra-docs/
edit_uri: edit/master/ edit_uri: edit/master/
# Copyright # Copyright
copyright: Copyright (c) 2021-2023 e-INFRA CZ Documentation Portal copyright: Copyright &copy; 2021-2023 e-INFRA CZ
extra: extra:
generator: false generator: false
...@@ -30,21 +30,19 @@ theme: ...@@ -30,21 +30,19 @@ theme:
custom_dir: e-infra_theme custom_dir: e-infra_theme
language: 'en' language: 'en'
# 404 page
static_templates: static_templates:
- 404.html - 404.html
features: features:
- navigation.tabs - navigation.tabs
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
- navigation.indexes - navigation.indexes
- navigation.instant
- navigation.tracking
- toc.follow - toc.follow
- navigation.prune - navigation.prune
- content.tooltips - content.tooltips
#- tabs
#- instant
icon: icon:
logo: fontawesome/solid/book-open logo: fontawesome/solid/book-open
repo: fontawesome/brands/gitlab repo: fontawesome/brands/github
# Don't include MkDocs' JavaScript # Don't include MkDocs' JavaScript
include_search_page: false include_search_page: false
search_index_only: true search_index_only: true
...@@ -59,26 +57,18 @@ nav: ...@@ -59,26 +57,18 @@ nav:
- compute/index.md - compute/index.md
- Concepts: '!include ./topics/compute/concepts/mkdocs.yml' - Concepts: '!include ./topics/compute/concepts/mkdocs.yml'
- MetaCentrum Grid: '!include ./topics/compute/grid/mkdocs.yml' - MetaCentrum Grid: '!include ./topics/compute/grid/mkdocs.yml'
- Supercomputer: '!include ./topics/compute/supercomputing/mkdocs.yml' # - Supercomputer: '!include ./topics/compute/supercomputing/mkdocs.yml'
- Kubernetes: '!include ./topics/compute/kubernetes/mkdocs.yml' # - Kubernetes: '!include ./topics/compute/kubernetes/mkdocs.yml'
- OpenStack: '!include ./topics/compute/openstack/mkdocs.yml' - OpenStack: '!include ./topics/compute/openstack/mkdocs.yml'
- SensitiveCloud: '!include ./topics/compute/sensitive/mkdocs.yml' - SensitiveCloud: '!include ./topics/compute/sensitive/mkdocs.yml'
- Data Storage: '!include ./topics/storage/mkdocs.yml' - Data Storage: '!include ./topics/storage/mkdocs.yml'
- Managed Data Services: '!include ./topics/managed/mkdocs.yml' - Managed Data Services: '!include ./topics/managed/mkdocs.yml'
- General Information: '!include ./topics/about-us/mkdocs.yml' - General Information: '!include ./topics/about-us/mkdocs.yml'
#extra:
# disqus: 'test-3whnesz3gq'
# social:
# - icon: 'fontawesome/brands/gitlab'
# link: 'https://code.it4i.cz/sccs/docs.it4i.cz'
# - icon: fontawesome/solid/globe-europe
# link: https://www.it4i.cz
plugins: plugins:
- monorepo - monorepo
- search: - search:
separator: '[\s\.]+' separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)'
lang: lang:
- en - en
# - git-committers # - git-committers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment