From 9796ad42f00c18aa3997f834a0329c16482d1e93 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 21 Jan 2024 23:18:49 +0000 Subject: [PATCH] deploy: 020399c287afa853136b8089c315e238bf4b161d --- options.xhtml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/options.xhtml b/options.xhtml index dae47fdb5..11c4c2a7d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -25744,7 +25744,7 @@ package

-

Aliases written to $XDG_CONFIG_HOME/k9s/aliases.yml. See +

Aliases written to $XDG_CONFIG_HOME/k9s/aliases.yaml. See https://k9scli.io/topics/aliases/ for supported values.

Type: @@ -25776,7 +25776,7 @@ YAML value

-

Hotkeys written to $XDG_CONFIG_HOME/k9s/hotkey.yml. See +

Hotkeys written to $XDG_CONFIG_HOME/k9s/hotkey.yaml. See https://k9scli.io/topics/hotkeys/ for supported values.

Type: @@ -25814,7 +25814,7 @@ YAML value

-

Plugins written to $XDG_CONFIG_HOME/k9s/plugin.yml. See +

Plugins written to $XDG_CONFIG_HOME/k9s/plugin.yaml. See https://k9scli.io/topics/plugins/ for supported values.

Type: @@ -25862,7 +25862,7 @@ YAML value

-

Configuration written to $XDG_CONFIG_HOME/k9s/config.yml. See +

Configuration written to $XDG_CONFIG_HOME/k9s/config.yaml. See https://k9scli.io/topics/config/ for supported values.

Type: @@ -25888,23 +25888,25 @@ YAML value

- programs.k9s.skin + programs.k9s.skins
-

Skin written to $XDG_CONFIG_HOME/k9s/skin.yml. See +

Skin files written to $XDG_CONFIG_HOME/k9s/skins/. See https://k9scli.io/topics/skins/ for supported values.

Type: -YAML value

+attribute set of (YAML value)

Default: { }

-

Example:

k9s = {
-  body = {
-    fgColor = "dodgerblue";
+

Example:

my_blue_skin = {
+  k9s = {
+    body = {
+      fgColor = "dodgerblue";
+    };
   };
 };
 
@@ -25926,7 +25928,7 @@ YAML value

-

Resource column views written to $XDG_CONFIG_HOME/k9s/views.yml. +

Resource column views written to $XDG_CONFIG_HOME/k9s/views.yaml. See https://k9scli.io/topics/columns/ for supported values.

Type: