From 2a8ea02ceb98a5f7f75b1113b8b30b63adc0a3b1 Mon Sep 17 00:00:00 2001 From: Liam Beckman Date: Wed, 6 Nov 2024 10:38:54 -0800 Subject: [PATCH] Update Helm docs --- docs/css/funnel.css | 20 ++++++++++++ docs/css/monokai-sublime.css | 2 +- docs/download/index.html | 12 ++++--- .../default-config.yaml | 2 +- docs/index.html | 6 +++- docs/index.xml | 28 ++++++++-------- server/server.go | 6 ++++ website/content/docs/compute/kubernetes.md | 32 +++++++++---------- .../default-config.yaml | 2 +- 9 files changed, 71 insertions(+), 39 deletions(-) diff --git a/docs/css/funnel.css b/docs/css/funnel.css index 825d6af70..b6b5c10dd 100644 --- a/docs/css/funnel.css +++ b/docs/css/funnel.css @@ -243,3 +243,23 @@ pre { color: #aaa; font-style: normal; } + +.code-block-header { + background-color: #404040; + display: flex; + justify-content: space-between; + align-items: center; + font-size: smaller; + color: darkgray; + padding: 0.2em 1em 0.2em 1em; +} +.copy-code-button { + background: none; + border: none; + color: inherit; + cursor: pointer; + font-size: 1em; +} +.copy-code-button:focus { + outline: none; +} diff --git a/docs/css/monokai-sublime.css b/docs/css/monokai-sublime.css index 2864170da..d195e4f1c 100644 --- a/docs/css/monokai-sublime.css +++ b/docs/css/monokai-sublime.css @@ -50,7 +50,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic .hljs-selector-tag, .hljs-name, .hljs-attr { - color: #f92672; + color: #bababa; } .hljs-symbol, diff --git a/docs/download/index.html b/docs/download/index.html index efb7df968..6ab57a58a 100644 --- a/docs/download/index.html +++ b/docs/download/index.html @@ -13,7 +13,8 @@ - + + @@ -27,6 +28,9 @@ + + + + + +