mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update documentation
This commit is contained in:
@@ -181,17 +181,17 @@ html[data-theme="light"] .hero .button.button--primary{
|
||||
|
||||
/* header social icons */
|
||||
.header-ico--github {
|
||||
background-image: url(/img/ico-github.svg);
|
||||
background-image: url(docs/latest/img/ico-github.svg);
|
||||
margin-right: calc(var(--ifm-navbar-item-padding-horizontal) * 2);
|
||||
}
|
||||
.header-ico--twitter {
|
||||
background-image: url(/img/ico-twitter.svg);
|
||||
background-image: url(docs/latest/img/ico-twitter.svg);
|
||||
}
|
||||
.header-ico--youtube {
|
||||
background-image: url(/img/ico-youtube.svg);
|
||||
background-image: url(docs/latest/img/ico-youtube.svg);
|
||||
}
|
||||
.header-ico--slack {
|
||||
background-image: url(/img/ico-slack.svg);
|
||||
background-image: url(docs/latest/img/ico-slack.svg);
|
||||
}
|
||||
.header-ico {
|
||||
width:24px;
|
||||
@@ -255,7 +255,7 @@ html[data-theme="light"] .hero .button.button--primary{
|
||||
|
||||
|
||||
html[data-theme="light"] [class^="sidebarLogo"] {
|
||||
background: url(/img/logo--on-light.svg) 1rem center no-repeat;
|
||||
background: url(docs/latest/img/logo--on-light.svg) 1rem center no-repeat;
|
||||
background-size: 6rem;
|
||||
}
|
||||
html[data-theme="light"] [class^="sidebarLogo"] > img {
|
||||
@@ -283,7 +283,7 @@ html[data-theme="dark"] .navbar-sidebar {
|
||||
background-color: #141722;
|
||||
}
|
||||
html[data-theme="light"] .navbar-sidebar .navbar__brand {
|
||||
background: url(/img/logo--on-light.svg) 0 center no-repeat;
|
||||
background: url(docs/latest/img/logo--on-light.svg) 0 center no-repeat;
|
||||
background-size: 5.5rem;
|
||||
}
|
||||
html[data-theme="light"] .navbar-sidebar .navbar__logo {
|
||||
@@ -315,16 +315,16 @@ html[data-theme="dark"] .navbar-sidebar .menu__link.header-ico--slack:before {
|
||||
|
||||
|
||||
.navbar-sidebar .menu__link.header-ico--slack:hover {
|
||||
background: url(/img/ico-slack.svg) no-repeat center;
|
||||
background: url(docs/latest/img/ico-slack.svg) no-repeat center;
|
||||
}
|
||||
.navbar-sidebar .menu__link.header-ico--twitter:hover {
|
||||
background: url(/img/ico-twitter.svg) no-repeat center;
|
||||
background: url(docs/latest/img/ico-twitter.svg) no-repeat center;
|
||||
}
|
||||
.navbar-sidebar .menu__link.header-ico--github:hover {
|
||||
background: url(/img/ico-github.svg) no-repeat center;
|
||||
background: url(docs/latest/img/ico-github.svg) no-repeat center;
|
||||
}
|
||||
.navbar-sidebar .menu__link.header-ico--youtube:hover {
|
||||
background: url(/img/ico-youtube.svg) no-repeat center;
|
||||
background: url(docs/latest/img/ico-youtube.svg) no-repeat center;
|
||||
}
|
||||
|
||||
.menu__link.header-ico {
|
||||
@@ -414,22 +414,22 @@ html[data-theme="dark"] .footer__copyright {
|
||||
/* social links icons */
|
||||
.footer__link-item[href*="slack"] {
|
||||
padding-left: 1.4rem;
|
||||
background: url(/img/ico-slack.svg) no-repeat left center;
|
||||
background: url(docs/latest/img/ico-slack.svg) no-repeat left center;
|
||||
background-size: 1rem;
|
||||
}
|
||||
.footer__link-item[href*="youtube"] {
|
||||
padding-left: 1.4rem;
|
||||
background: url(/img/ico-youtube.svg) no-repeat left center;
|
||||
background: url(docs/latest/img/ico-youtube.svg) no-repeat left center;
|
||||
background-size: 1rem;
|
||||
}
|
||||
.footer__link-item[href*="twitter"] {
|
||||
padding-left: 1.4rem;
|
||||
background: url(/img/ico-twitter.svg) no-repeat left center;
|
||||
background: url(docs/latest/img/ico-twitter.svg) no-repeat left center;
|
||||
background-size: 1rem;
|
||||
}
|
||||
.footer__link-item[href*="stackoverflow"] {
|
||||
padding-left: 1.4rem;
|
||||
background: url(/img/ico-stackoverflow.svg) no-repeat left center;
|
||||
background: url(docs/latest/img/ico-stackoverflow.svg) no-repeat left center;
|
||||
background-size: 1rem;
|
||||
}
|
||||
|
||||
@@ -442,8 +442,8 @@ html[data-theme="light"] .footer__link-item[href*="stackoverflow"] {
|
||||
|
||||
|
||||
/* ===MARKDOWN=== */
|
||||
.markdown img[src*="png"],
|
||||
.markdown img[src*="gif"] {
|
||||
.markdown img.medium-zoom-image[src*="png"],
|
||||
.markdown img.medium-zoom-image[src*="gif"] {
|
||||
border:1px solid #2c3246;
|
||||
}
|
||||
.getting-started-buttons > .col {
|
||||
@@ -582,7 +582,7 @@ html[data-theme="light"] .icon {
|
||||
height: 24px;
|
||||
transform: rotate(0);
|
||||
transition: 0.25s;
|
||||
background: url(/icons/ico-chevron-down.svg) no-repeat center;
|
||||
background: url(docs/latest/icons/ico-chevron-down.svg) no-repeat center;
|
||||
}
|
||||
|
||||
/* expansion content */
|
||||
@@ -594,23 +594,23 @@ html[data-theme="light"] .icon {
|
||||
/* icon types */
|
||||
/* -> info */
|
||||
.cml-expansion-panel.info .cml-expansion-panel-summary:before {
|
||||
background-image: url(/icons/ico-info-circle.svg);
|
||||
background-image: url(docs/latest/icons/ico-info-circle.svg);
|
||||
}
|
||||
/* -> tips */
|
||||
.cml-expansion-panel.tips .cml-expansion-panel-summary:before {
|
||||
background-image: url(/icons/ico-tips.svg);
|
||||
background-image: url(docs/latest/icons/ico-tips.svg);
|
||||
}
|
||||
/* -> alert */
|
||||
.cml-expansion-panel.alert .cml-expansion-panel-summary:before {
|
||||
background-image: url(/icons/ico-alert.svg);
|
||||
background-image: url(docs/latest/icons/ico-alert.svg);
|
||||
}
|
||||
/* -> screenshot */
|
||||
.cml-expansion-panel.screenshot .cml-expansion-panel-summary:before {
|
||||
background-image: url(/icons/ico-image.svg);
|
||||
background-image: url(docs/latest/icons/ico-image.svg);
|
||||
}
|
||||
/* -> configuration */
|
||||
.cml-expansion-panel.configuration .cml-expansion-panel-summary:before {
|
||||
background-image: url(/icons/ico-config.svg);
|
||||
background-image: url(docs/latest/icons/ico-config.svg);
|
||||
}
|
||||
|
||||
/* light mode */
|
||||
@@ -701,48 +701,12 @@ html[data-theme="dark"] .alert--info {
|
||||
|
||||
/* show visual identification for external links */
|
||||
.markdown a[href^="https://"] {
|
||||
background: url(/icons/ico-open-in-new.svg) center right no-repeat;
|
||||
background: url(docs/latest/icons/ico-open-in-new.svg) center right no-repeat;
|
||||
background-size: 0.9rem;
|
||||
margin-right: 0.4rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
|
||||
/* supported storages */
|
||||
|
||||
.supported-storages {
|
||||
margin: 1rem auto;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
.markdown .img-swt {
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
.supported-storages > div {
|
||||
padding: 1.6rem 1rem 0;
|
||||
width: 8rem;
|
||||
min-height: 8rem;
|
||||
text-align: center;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
line-height: 1.2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: var(--ifm-toc-background-color);
|
||||
border-radius: 1rem;
|
||||
}
|
||||
html[data-theme="light"] .supported-storages > div {
|
||||
background-color: var(--ifm-color-secondary);
|
||||
}
|
||||
.supported-storages img {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
@media only screen and (min-width: 767px) {
|
||||
.supported-storages {
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user