-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/6.2.4 with fixes in docs/6.2.2 (#472)
* Docs housekeeping post-6.2.0 (#394) * remove leftover css Signed-off-by: Peter Jun Park <peter.park@amd.com> * fix link to panel_config_template.yaml Signed-off-by: Peter Jun Park <peter.park@amd.com> * add note in archived docs pointing to latest Signed-off-by: Peter Jun Park <peter.park@amd.com> rm repetition --------- Signed-off-by: Peter Jun Park <peter.park@amd.com> Signed-off-by: Peter Park <peter.park@amd.com> * Documented Docker container OpenSSL abilities being affected by Host network proxy services (#440) * Documented Docker container OpenSSL abilities being affected by host network proxy services, causing network certificates verification problem during Docker container build stage of Grafana server setup. Signed-off-by: Vladimir Stempen <vladimir.stempen@amd.com> * Update docs/install/grafana-setup.rst Co-authored-by: Peter Park <peter.park@amd.com> Signed-off-by: vstempen <147086176+vstempen@users.noreply.github.com> --------- Signed-off-by: Vladimir Stempen <vladimir.stempen@amd.com> Signed-off-by: vstempen <147086176+vstempen@users.noreply.github.com> Co-authored-by: Peter Park <peter.park@amd.com> Signed-off-by: Peter Park <peter.park@amd.com> * update package manager install docs to include omniperf in PATH (#420) Signed-off-by: Peter Jun Park <peter.park@amd.com> Signed-off-by: Peter Park <peter.park@amd.com> * Add omniperf suffix to MOD_INSTALL_PATH in docs (#414) If we don't add the suffix omniperf to the install path then the subsequent instruction of module load omniperf will not work Signed-off-by: coleramos425 <colramos@amd.com> Signed-off-by: Peter Park <peter.park@amd.com> --------- Signed-off-by: Peter Jun Park <peter.park@amd.com> Signed-off-by: Peter Park <peter.park@amd.com> Signed-off-by: Vladimir Stempen <vladimir.stempen@amd.com> Signed-off-by: vstempen <147086176+vstempen@users.noreply.github.com> Signed-off-by: coleramos425 <colramos@amd.com> Co-authored-by: vstempen <147086176+vstempen@users.noreply.github.com> Co-authored-by: Cole Ramos <colramos@amd.com>
1 parent
afcf6ef
commit 7f54719
Showing
6 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
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
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
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
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
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
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,30 +1,8 @@ | ||
:root { | ||
--amd-teal-500: #00C2DE; | ||
--amd-teal-750: #00788E; | ||
} | ||
|
||
/* Override PyData Sphinx Theme default colors */ | ||
html[data-theme='light'] { | ||
--pst-color-primary: var(--amd-teal-750); | ||
--pst-color-primary-bg: var(--amd-teal-500); | ||
--pst-color-table-row-hover-bg: #E2E8F0; | ||
} | ||
|
||
html[data-theme='dark'] { | ||
--pst-color-primary: var(--amd-teal-500); | ||
--pst-color-primary-bg: var(--amd-teal-750); | ||
--pst-color-table-row-hover-bg: #1E293B; | ||
} | ||
|
||
html[data-theme='light'], | ||
html[data-theme='dark'] { | ||
--pst-color-link: var(--pst-color-primary); | ||
} | ||
|
||
a svg { | ||
color: var(--pst-color-text-base); | ||
} | ||
|
||
a svg:hover { | ||
color: var(--pst-color-link-hover); | ||
} |