-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 40c25e0 to 1.10.X with MkDocs 1.6.1 and mike 2.2.0.dev0
- Loading branch information
1 parent
18c82bd
commit 2d9b333
Showing
207 changed files
with
40,531 additions
and
3,088 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified
0
1.10.X/administration/assets/agent_installation_flow_diagram.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
706 changes: 661 additions & 45 deletions
706
1.10.X/administration/enterprise/index.html
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
668 changes: 629 additions & 39 deletions
668
1.10.X/administration/introduction/index.html
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
685 changes: 646 additions & 39 deletions
685
1.10.X/administration/parameters/index.html
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
754 changes: 699 additions & 55 deletions
754
1.10.X/administration/policies/index.html
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
694 changes: 659 additions & 35 deletions
694
1.10.X/administration/users/index.html
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,148 +1,148 @@ | ||
/* Color scheme */ | ||
|
||
[data-md-color-scheme="filigran"] { | ||
/* Primary color shades */ | ||
--md-primary-fg-color: #; | ||
--md-primary-fg-color--light: #; | ||
--md-primary-fg-color--dark: #; | ||
--md-primary-bg-color: #; | ||
--md-primary-bg-color--light: #; | ||
|
||
/* Accent color shades */ | ||
--md-accent-fg-color: #1bb6ff; | ||
--md-accent-fg-color--transparent: #; | ||
--md-accent-bg-color: #; | ||
--md-accent-bg-color--light: #; | ||
|
||
/* Default color shades */ | ||
--md-default-fg-color: #00b1ff; | ||
--md-default-fg-color--light: #697a94; | ||
--md-default-fg-color--lighter: #3d4e66; | ||
--md-default-fg-color--lightest: #03305d; | ||
--md-default-bg-color: #070d19; | ||
--md-default-bg-color--light: #0f1e38; | ||
--md-default-bg-color--lighter: #152849; | ||
--md-default-bg-color--lightest: #09101e; | ||
|
||
/* Code color shades */ | ||
--md-code-fg-color: #ffffff; | ||
--md-code-fg-color--light: #1bb6ff; | ||
--md-code-bg-color: #001e3c; | ||
--md-code-bg-color--light: #001e3c; | ||
--md-code-bg-color--lighter: #001e3c; | ||
|
||
/* Code highlighting color shades */ | ||
--md-code-hl-operator-color: #9ccc65; | ||
--md-code-hl-punctuation-color: #cddc39; | ||
--md-code-hl-comment-color: #3d4e66; | ||
--md-code-hl-variable-color: #9ccc65; | ||
--md-code-hl-name-color: #ffb300; | ||
|
||
/* Typeset color shades */ | ||
--md-typeset-color: #ffffff; | ||
|
||
/* Typeset `a` color shades */ | ||
--md-typeset-a-color: #0fbcff; | ||
|
||
/* Typeset `mark` color shades */ | ||
--md-typeset-mark-color: #; | ||
|
||
/* Typeset `del` and `ins` color shades */ | ||
--md-typeset-del-color: #; | ||
--md-typeset-ins-color: #; | ||
|
||
/* Typeset `kbd` color shades */ | ||
--md-typeset-kbd-color: #; | ||
--md-typeset-kbd-accent-color: #; | ||
--md-typeset-kbd-border-color: #; | ||
|
||
/* Typeset `table` color shades */ | ||
--md-typeset-table-color: #0082d1; | ||
--md-typeset-table-color--light: #051629; | ||
|
||
/* Admonition color shades */ | ||
--md-admonition-fg-color: #ffffff; | ||
--md-admonition-bg-color: var(--md-default-bg-color); | ||
|
||
/* Warning color shades */ | ||
--md-warning-fg-color: #; | ||
--md-warning-bg-color: #; | ||
|
||
/* Footer color shades */ | ||
--md-footer-fg-color: #; | ||
--md-footer-fg-color--light: #; | ||
--md-footer-fg-color--lighter: #; | ||
--md-footer-bg-color: #011222; | ||
--md-footer-bg-color--dark: #09101e; | ||
} | ||
|
||
/* Header */ | ||
.md-header, .md-tabs { | ||
background-color: #09101e !important; | ||
} | ||
|
||
/* Cards */ | ||
.md-typeset .grid.cards>ol>li,.md-typeset .grid.cards>ul>li,.md-typeset .grid>.card { | ||
border: none !important; | ||
background-color: #001e3c !important; | ||
border-radius: 10px; | ||
} | ||
|
||
.md-typeset .grid.cards>ol>li:focus-within,.md-typeset .grid.cards>ol>li:hover,.md-typeset .grid.cards>ul>li:focus-within,.md-typeset .grid.cards>ul>li:hover,.md-typeset .grid>.card:focus-within,.md-typeset .grid>.card:hover { | ||
border: none !important; | ||
background-color: #001e3c !important; | ||
border-radius: 10px; | ||
} | ||
|
||
html .md-footer-meta.md-typeset a:focus,html .md-footer-meta.md-typeset a:hover { | ||
color: #0fbcff !important; | ||
} | ||
|
||
.middle { | ||
margin: -5px 5px 0 0 !important; | ||
} | ||
|
||
.md-header__button.md-logo img,.md-header__button.md-logo svg { | ||
height: 1.5rem; | ||
} | ||
|
||
.grid { | ||
column-gap: 0.8rem !important; | ||
} | ||
|
||
.md-typeset__table { | ||
min-width: 100%; | ||
} | ||
|
||
.md-typeset table:not([class]) { | ||
display: table; | ||
} | ||
|
||
.md-typeset__table td, th { | ||
max-width: 21vw; | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
} | ||
|
||
|
||
/* Works on Chrome, Edge, and Safari */ | ||
html, body { | ||
scrollbar-color: #070d19 #0f1e38; | ||
scrollbarWidth: thin; | ||
WebkitFontSmoothing: auto; | ||
} | ||
|
||
.glightbox img { | ||
border: 1px solid #273d5f; | ||
border-radius: 4.8px; | ||
} | ||
|
||
.md-grid { | ||
max-width: 100%; /* or 100%, if you want to stretch to full-width */ | ||
} | ||
|
||
.md-content { | ||
max-width: 71vw; /* or 100%, if you want to stretch to full-width */ | ||
margin-left: auto; | ||
margin-right: auto; | ||
/* Color scheme */ | ||
|
||
[data-md-color-scheme="filigran"] { | ||
/* Primary color shades */ | ||
--md-primary-fg-color: #; | ||
--md-primary-fg-color--light: #; | ||
--md-primary-fg-color--dark: #; | ||
--md-primary-bg-color: #; | ||
--md-primary-bg-color--light: #; | ||
|
||
/* Accent color shades */ | ||
--md-accent-fg-color: #1bb6ff; | ||
--md-accent-fg-color--transparent: #; | ||
--md-accent-bg-color: #; | ||
--md-accent-bg-color--light: #; | ||
|
||
/* Default color shades */ | ||
--md-default-fg-color: #00b1ff; | ||
--md-default-fg-color--light: #697a94; | ||
--md-default-fg-color--lighter: #3d4e66; | ||
--md-default-fg-color--lightest: #03305d; | ||
--md-default-bg-color: #070d19; | ||
--md-default-bg-color--light: #0f1e38; | ||
--md-default-bg-color--lighter: #152849; | ||
--md-default-bg-color--lightest: #09101e; | ||
|
||
/* Code color shades */ | ||
--md-code-fg-color: #ffffff; | ||
--md-code-fg-color--light: #1bb6ff; | ||
--md-code-bg-color: #001e3c; | ||
--md-code-bg-color--light: #001e3c; | ||
--md-code-bg-color--lighter: #001e3c; | ||
|
||
/* Code highlighting color shades */ | ||
--md-code-hl-operator-color: #9ccc65; | ||
--md-code-hl-punctuation-color: #cddc39; | ||
--md-code-hl-comment-color: #3d4e66; | ||
--md-code-hl-variable-color: #9ccc65; | ||
--md-code-hl-name-color: #ffb300; | ||
|
||
/* Typeset color shades */ | ||
--md-typeset-color: #ffffff; | ||
|
||
/* Typeset `a` color shades */ | ||
--md-typeset-a-color: #0fbcff; | ||
|
||
/* Typeset `mark` color shades */ | ||
--md-typeset-mark-color: #; | ||
|
||
/* Typeset `del` and `ins` color shades */ | ||
--md-typeset-del-color: #; | ||
--md-typeset-ins-color: #; | ||
|
||
/* Typeset `kbd` color shades */ | ||
--md-typeset-kbd-color: #; | ||
--md-typeset-kbd-accent-color: #; | ||
--md-typeset-kbd-border-color: #; | ||
|
||
/* Typeset `table` color shades */ | ||
--md-typeset-table-color: #0082d1; | ||
--md-typeset-table-color--light: #051629; | ||
|
||
/* Admonition color shades */ | ||
--md-admonition-fg-color: #ffffff; | ||
--md-admonition-bg-color: var(--md-default-bg-color); | ||
|
||
/* Warning color shades */ | ||
--md-warning-fg-color: #; | ||
--md-warning-bg-color: #; | ||
|
||
/* Footer color shades */ | ||
--md-footer-fg-color: #; | ||
--md-footer-fg-color--light: #; | ||
--md-footer-fg-color--lighter: #; | ||
--md-footer-bg-color: #011222; | ||
--md-footer-bg-color--dark: #09101e; | ||
} | ||
|
||
/* Header */ | ||
.md-header, .md-tabs { | ||
background-color: #09101e !important; | ||
} | ||
|
||
/* Cards */ | ||
.md-typeset .grid.cards>ol>li,.md-typeset .grid.cards>ul>li,.md-typeset .grid>.card { | ||
border: none !important; | ||
background-color: #001e3c !important; | ||
border-radius: 10px; | ||
} | ||
|
||
.md-typeset .grid.cards>ol>li:focus-within,.md-typeset .grid.cards>ol>li:hover,.md-typeset .grid.cards>ul>li:focus-within,.md-typeset .grid.cards>ul>li:hover,.md-typeset .grid>.card:focus-within,.md-typeset .grid>.card:hover { | ||
border: none !important; | ||
background-color: #001e3c !important; | ||
border-radius: 10px; | ||
} | ||
|
||
html .md-footer-meta.md-typeset a:focus,html .md-footer-meta.md-typeset a:hover { | ||
color: #0fbcff !important; | ||
} | ||
|
||
.middle { | ||
margin: -5px 5px 0 0 !important; | ||
} | ||
|
||
.md-header__button.md-logo img,.md-header__button.md-logo svg { | ||
height: 1.5rem; | ||
} | ||
|
||
.grid { | ||
column-gap: 0.8rem !important; | ||
} | ||
|
||
.md-typeset__table { | ||
min-width: 100%; | ||
} | ||
|
||
.md-typeset table:not([class]) { | ||
display: table; | ||
} | ||
|
||
.md-typeset__table td, th { | ||
max-width: 21vw; | ||
overflow-wrap: break-word; | ||
word-wrap: break-word; | ||
} | ||
|
||
|
||
/* Works on Chrome, Edge, and Safari */ | ||
html, body { | ||
scrollbar-color: #070d19 #0f1e38; | ||
scrollbarWidth: thin; | ||
WebkitFontSmoothing: auto; | ||
} | ||
|
||
.glightbox img { | ||
border: 1px solid #273d5f; | ||
border-radius: 4.8px; | ||
} | ||
|
||
.md-grid { | ||
max-width: 100%; /* or 100%, if you want to stretch to full-width */ | ||
} | ||
|
||
.md-content { | ||
max-width: 71vw; /* or 100%, if you want to stretch to full-width */ | ||
margin-left: auto; | ||
margin-right: auto; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.