diff --git a/dist/_theme/.gitignore b/dist/_theme/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/dist/_theme/404.html b/dist/_theme/404.html deleted file mode 100644 index bf6b1a3..0000000 --- a/dist/_theme/404.html +++ /dev/null @@ -1,6 +0,0 @@ -{% extends "main.html" %} - -{% block content %} -

4xx - Page does not exist or has restricted access or rights

-

This page does not exist or may have been deprecated or moved. Please use the search to find anything in the documentation.

-{% endblock %} diff --git a/dist/_theme/assets/images/CSA_dark.png b/dist/_theme/assets/images/CSA_dark.png deleted file mode 100644 index ef3fd82..0000000 Binary files a/dist/_theme/assets/images/CSA_dark.png and /dev/null differ diff --git a/dist/_theme/assets/images/CSA_light.png b/dist/_theme/assets/images/CSA_light.png deleted file mode 100644 index 9893cab..0000000 Binary files a/dist/_theme/assets/images/CSA_light.png and /dev/null differ diff --git a/dist/_theme/assets/images/HC_dark.png b/dist/_theme/assets/images/HC_dark.png deleted file mode 100644 index cf55812..0000000 Binary files a/dist/_theme/assets/images/HC_dark.png and /dev/null differ diff --git a/dist/_theme/assets/images/HC_light.png b/dist/_theme/assets/images/HC_light.png deleted file mode 100644 index ce82adb..0000000 Binary files a/dist/_theme/assets/images/HC_light.png and /dev/null differ diff --git a/dist/_theme/assets/images/footer-logo-dark.png b/dist/_theme/assets/images/footer-logo-dark.png deleted file mode 100644 index a138c75..0000000 Binary files a/dist/_theme/assets/images/footer-logo-dark.png and /dev/null differ diff --git a/dist/_theme/assets/images/footer-logo-light.png b/dist/_theme/assets/images/footer-logo-light.png deleted file mode 100644 index 97a083f..0000000 Binary files a/dist/_theme/assets/images/footer-logo-light.png and /dev/null differ diff --git a/dist/_theme/assets/images/stakater_favicon.png b/dist/_theme/assets/images/stakater_favicon.png deleted file mode 100644 index 26a75e2..0000000 Binary files a/dist/_theme/assets/images/stakater_favicon.png and /dev/null differ diff --git a/dist/_theme/assets/svg/down-arrow.svg b/dist/_theme/assets/svg/down-arrow.svg deleted file mode 100644 index 6e4849f..0000000 --- a/dist/_theme/assets/svg/down-arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/dist/_theme/assets/svg/social/facebook.svg b/dist/_theme/assets/svg/social/facebook.svg deleted file mode 100644 index 955ae05..0000000 --- a/dist/_theme/assets/svg/social/facebook.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/dist/_theme/assets/svg/social/github.svg b/dist/_theme/assets/svg/social/github.svg deleted file mode 100644 index 8f20dd1..0000000 --- a/dist/_theme/assets/svg/social/github.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/dist/_theme/assets/svg/social/instagram.svg b/dist/_theme/assets/svg/social/instagram.svg deleted file mode 100644 index 5bc4e0f..0000000 --- a/dist/_theme/assets/svg/social/instagram.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/dist/_theme/assets/svg/social/linkedin.svg b/dist/_theme/assets/svg/social/linkedin.svg deleted file mode 100644 index c528de7..0000000 --- a/dist/_theme/assets/svg/social/linkedin.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dist/_theme/assets/svg/social/reddit.svg b/dist/_theme/assets/svg/social/reddit.svg deleted file mode 100644 index fe51986..0000000 --- a/dist/_theme/assets/svg/social/reddit.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/dist/_theme/assets/svg/social/twitter.svg b/dist/_theme/assets/svg/social/twitter.svg deleted file mode 100644 index ee21ec0..0000000 --- a/dist/_theme/assets/svg/social/twitter.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/dist/_theme/assets/svg/social/x-twitter.svg b/dist/_theme/assets/svg/social/x-twitter.svg deleted file mode 100644 index 37602cf..0000000 --- a/dist/_theme/assets/svg/social/x-twitter.svg +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/dist/_theme/main.html b/dist/_theme/main.html deleted file mode 100644 index fd68d88..0000000 --- a/dist/_theme/main.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} - -{% block header %} -{% include "partials/header.html" %} -{% endblock %} - -{% block footer %} -{% include "partials/footer.html" %} -{% endblock %} - -{% block outdated %} -You're not viewing the latest version. - - Click here to go to latest. - -{% endblock %} \ No newline at end of file diff --git a/dist/_theme/partials/footer.html b/dist/_theme/partials/footer.html deleted file mode 100644 index 366335d..0000000 --- a/dist/_theme/partials/footer.html +++ /dev/null @@ -1,345 +0,0 @@ - - - \ No newline at end of file diff --git a/dist/_theme/partials/header.html b/dist/_theme/partials/header.html deleted file mode 100644 index df5b84f..0000000 --- a/dist/_theme/partials/header.html +++ /dev/null @@ -1,167 +0,0 @@ -{% set class = "md-header" %} -{% if "navigation.tabs.sticky" in features %} -{% set class = class ~ " md-header--shadow md-header--lifted" %} -{% elif "navigation.tabs" not in features %} -{% set class = class ~ " md-header--shadow" %} -{% endif %} - - - - -
- - - - {% if "navigation.tabs.sticky" in features %} - {% if "navigation.tabs" in features %} - - {% endif %} - {% endif %} -
- - - \ No newline at end of file diff --git a/dist/_theme/partials/javascripts/nav-links.html b/dist/_theme/partials/javascripts/nav-links.html deleted file mode 100644 index 174d153..0000000 --- a/dist/_theme/partials/javascripts/nav-links.html +++ /dev/null @@ -1,251 +0,0 @@ - \ No newline at end of file diff --git a/dist/_theme/partials/javascripts/palette.html b/dist/_theme/partials/javascripts/palette.html deleted file mode 100644 index 0fcb396..0000000 --- a/dist/_theme/partials/javascripts/palette.html +++ /dev/null @@ -1,24 +0,0 @@ - \ No newline at end of file diff --git a/dist/_theme/partials/nav-links.html b/dist/_theme/partials/nav-links.html deleted file mode 100644 index c7408bc..0000000 --- a/dist/_theme/partials/nav-links.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -{% include "partials/javascripts/nav-links.html" %} \ No newline at end of file diff --git a/dist/_theme/partials/palette.html b/dist/_theme/partials/palette.html deleted file mode 100644 index 67bd00d..0000000 --- a/dist/_theme/partials/palette.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - -
- {% for option in config.theme.palette %} - {% set scheme = option.scheme | d("default", true) %} - {% set primary = option.primary | d("indigo", true) %} - {% set accent = option.accent | d("indigo", true) %} - - {% if option.toggle %} - - {% endif %} - {% endfor %} -
\ No newline at end of file diff --git a/dist/_theme/stylesheets/extra.css b/dist/_theme/stylesheets/extra.css deleted file mode 100644 index c1e24fd..0000000 --- a/dist/_theme/stylesheets/extra.css +++ /dev/null @@ -1,326 +0,0 @@ -:root { - --md-primary-fg-color--light: #ECB7B7; - --md-primary-fg-color--dark: #893905; - --md-accent-fg-color: #FF7500; - --md-accent-fg-color--transparent: #ffd7bd64; - - /* colors for Note block */ - .md-typeset .admonition.note, .md-typeset details.note { - border-color: #EF7C30; - } - .md-typeset .note>.admonition-title:before, .md-typeset .note>summary:before{ - background-color: #EF7C30; - } - - .md-typeset .note>.admonition-title, .md-typeset .note>summary { - background-color: #ef7c3030; - } - - .md-typeset a:focus, .md-typeset a:hover { - color: #EF7C30; - } - .md-nav__link[for]:focus, .md-nav__link[for]:hover, .md-nav__link[href]:focus, .md-nav__link[href]:hover { - color: #EF7C30; - } - - /* search results 'see more' text */ - .md-search-result__more>summary>div { - color: #EF7C30; - } - .md-search { - width: auto; - } - .md-search__form { - background-color: transparent; - border-radius: 6px; - border: 1px solid rgba(23, 25, 28, 0.4); - } - .md-search__input { - width: 100%; - } - .md-search__inner { - width: 8rem; - } - - /* font weights for headings*/ - .md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 { - font-weight: 600; - } - - .md-nav__title { - font-size: 0.8rem; - } - .md-nav__link { - font-size: 0.8rem; - } - - .md-header__ellipsis{ - display: flex; - flex-direction: column; - justify-content: center; - } - - .md-header__topic { - height: inherit; - } - - .header-site-name { - margin-left: 10px; - } - - .hover-underline:hover { - text-decoration: underline; - } - - .offerings-dropdown { - height: initial; - } -} - - -[data-md-color-scheme="slate"] { - /* --md-primary-fg-color: black; */ - --md-primary-fg-color: #EF7C30; - --md-default-bg-color: #131414; - - --md-hue: 22; - - --md-code-hl-keyword-color: #EF7C30; - --md-code-hl-string-color: rgba(255, 255, 255, 0.834); - - /*sidebar first heading*/ - --md-default-fg-color--light: #FFFFFF; - /* change Note colors using below vars */ - /* --md-default-fg-color--lighter: #D2D8E1; */ - /* --md-default-fg-color--lightest: #ECB7B7; */ - - - .md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 { - color: #FFFFFF; - } - - - --md-typeset-color: rgba(255, 255, 255, 0.8); - --md-typeset-a-color: #FF7500; - - /* pre-defined classes */ - .md-search__input::placeholder { - color: rgba(255, 255, 255, 0.8); - } - .md-search__form { - border: 1px solid rgba(255, 255, 255, 0.8); - } - .search-magnify { - stroke: #fff; - stroke-width: 2; - } - .md-search__icon { - color: rgba(255, 255, 255, 0.8); - } - .md-search__input { - color: #fff; - } - - .md-header { - border-bottom: 1px solid rgba(255, 255, 255, 0.4); - } - .md-header__topic{ - display: flex; - justify-content: center; - align-items: center; - } - .header-site-name { - color: #fff; - } - .md-version { - border: 1px solid rgba(255, 255, 255, 0.8); - border-radius: 6px; - display: flex; - justify-content: center; - align-items: center; - margin: 0 3rem; - height: 32px; - width: 4rem; - } - .md-version__current { - color: #fff; - margin: 1rem; - } - - /* custom classes */ - .site-name-text { - color: #fff; - } - - .custom-anchor { - color: rgba(255, 255, 255, 0.8); - } - - .dropdown-menu { - height: initial; - background-color: #131414; - filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3)); - border-radius: 8px; - } - - .down-arrow { - fill: rgba(255, 255, 255, 0.8); - } - .down-arrow:hover { - fill: #EF7C30; - } - .dropdown-item-link-text { - color: white; - cursor: pointer; - font-size: 14px; - font-weight: 400; - } - - - .md-footer{ - background-color: #131414; - border-top: 2px solid rgba(255, 255, 255, 0.3); - margin-top: 2rem - } - .md-footer-col-title { - font-size: 14px; font-weight: 400; color: #fff; - } - .md-footer-col-link { - width: fit-content; font-size: 12px; color: #fff; cursor: pointer; - } - .md-footer-col-link:hover{ - text-decoration: underline; - } - .md-footer-org-details-md { - width: fit-content; font-size: 12px; color: #fff; - } - .md-footer-base-content { - width: fit-content; font-size: 11px; text-decoration: underline; cursor: pointer; color: #fff; - } - - .vertical-divider { - margin: 0 1rem; display: flex; align-items: center; cursor: none; color: #fff; - } -} - -[data-md-color-scheme="default"] { - /*change it to white for a white header bar*/ - --md-primary-fg-color: #EF7C30; - --md-default-bg-color: white; - - /*code block colors*/ - --md-code-hl-keyword-color: #EF7C30; - --md-code-hl-string-color: rgba(0, 0, 0, 0.7); - - /*sidebar heading title*/ - --md-default-fg-color--light: rgba(0, 0, 0, 0.837); - /*default heading color*/ - .md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 { - color: rgba(0, 0, 0, 0.837); - } - /*to change the header bar text to black*/ - /* .md-header { - color: black; - } */ - - --md-typeset-color: rgba(0, 0, 0, 0.8); - --md-typeset-a-color: #EF7C30; - - /* pre-defined classes */ - .md-search__input::placeholder { - color: rgba(23, 25, 28, 0.4); /* #17191C; */ - } - .md-search__form { - border: 1px solid rgba(23, 25, 28, 0.4); - } - .search-magnify { - stroke: #282523; - stroke-width: 2; - } - .md-search__icon{ - color: #282523; - } - .md-search__input { - color: #282523; - } - - .md-header { - border-bottom: 1px solid rgba(23, 25, 28, 0.2); - } - .md-header__topic{ - display: flex; - justify-content: center; - align-items: center; - } - .header-site-name { - color: black; - } - .md-version { - border: 1px solid rgba(23, 25, 28, 0.8); - border-radius: 6px; - display: flex; - justify-content: center; - align-items: center; - margin: 0 3rem; - height: 32px; - width: 4rem; - } - .md-version__current { - color: #282523; - margin: 1rem; - } - - /* custom classes */ - .site-name-text { - color: rgba(0, 0, 0, 0.837); - } - - .custom-anchor { - color: rgba(0, 0, 0, 0.837); - } - - .dropdown-menu { - height: initial; - background-color: white; - } - - .down-arrow { - fill: rgba(0, 0, 0, 0.837); - } - .down-arrow:hover { - fill: #EF7C30; - } - .dropdown-item-link-text { - color: black; - cursor: pointer; - font-size: 14px; - font-weight: 400; - } - - - - .md-footer{ - background-color: white; - border-top: 2px solid rgba(0, 0, 0, 0.2); - margin-top: 2rem - } - .md-footer-col-title { - font-size: 14px; font-weight: 400; color: black; - } - .md-footer-col-link { - width: fit-content; font-size: 12px; color: black; cursor: pointer; - } - .md-footer-col-link:hover{ - text-decoration: underline; - } - .md-footer-org-details-md { - width: fit-content; font-size: 12px; color: black - } - .md-footer-base-content { - width: fit-content; font-size: 11px; text-decoration: underline; cursor: pointer; color: black; - } - - .vertical-divider { - margin: 0 1rem; display: flex; align-items: center; cursor: none; color: black; - } -} \ No newline at end of file