From fa6d23235bf429446250cd5212e209d5fbfdbac2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 01 Jun 2024 00:37:40 +0000 Subject: [PATCH] [docs] Remove gitbook directory (#23839) --- docs/__capabilities.md | 2 +- docs/feature_rgblight.md | 2 +- docs/public/color-wheel.svg | 0 docs/public/favicon.ico | 0 docs/public/favicon.png | 0 5 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/docs/__capabilities.md b/docs/__capabilities.md --- a/docs/__capabilities.md +++ b/docs/__capabilities.md @@ -41,7 +41,7 @@ ![QMK Light](./public/badge-community-light.svg) ![QMK Dark](./public/badge-community-dark.svg) -HSV Color Wheel +HSV Color Wheel ### Lists diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -49,7 +49,7 @@ ### Color Selection QMK uses [Hue, Saturation, and Value](https://en.wikipedia.org/wiki/HSL_and_HSV) to select colors rather than RGB. The color wheel below demonstrates how this works. -HSV Color Wheel +HSV Color Wheel Changing the **Hue** cycles around the circle.
Changing the **Saturation** moves between the inner and outer sections of the wheel, affecting the intensity of the color.
diff --git a/docs/gitbook/images/color-wheel.svg b/docs/public/color-wheel.svg rename from docs/gitbook/images/color-wheel.svg rename to docs/public/color-wheel.svg --- a/docs/gitbook/images/color-wheel.svg +++ b/docs/public/color-wheel.svg diff --git a/docs/gitbook/images/favicon.ico b/docs/public/favicon.ico rename from docs/gitbook/images/favicon.ico rename to docs/public/favicon.ico --- a/docs/gitbook/images/favicon.ico +++ b/docs/public/favicon.ico diff --git a/docs/gitbook/images/favicon.png b/docs/public/favicon.png rename from docs/gitbook/images/favicon.png rename to docs/public/favicon.png --- a/docs/gitbook/images/favicon.png +++ b/docs/public/favicon.png -- tangled.sh