aboutsummaryrefslogtreecommitdiff
path: root/builddefs
diff options
context:
space:
mode:
Diffstat (limited to 'builddefs')
-rw-r--r--builddefs/docsgen/.vitepress/config.mts6
-rw-r--r--builddefs/docsgen/.vitepress/theme/custom.css12
2 files changed, 3 insertions, 15 deletions
diff --git a/builddefs/docsgen/.vitepress/config.mts b/builddefs/docsgen/.vitepress/config.mts
index f2111eeb7c..289e08ef91 100644
--- a/builddefs/docsgen/.vitepress/config.mts
+++ b/builddefs/docsgen/.vitepress/config.mts
@@ -28,10 +28,10 @@ export default defineConfig(({ mode }) => {
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: {
- light: "/badge-community-light.svg",
- dark: "/badge-community-dark.svg",
+ light: "/qmk-logo-light.svg",
+ dark: "/qmk-logo-dark.svg",
},
- siteTitle: false,
+ title: 'QMK Firmware',
nav: [{ text: "Home", link: "./" }],
diff --git a/builddefs/docsgen/.vitepress/theme/custom.css b/builddefs/docsgen/.vitepress/theme/custom.css
index 646d215c1f..77726adede 100644
--- a/builddefs/docsgen/.vitepress/theme/custom.css
+++ b/builddefs/docsgen/.vitepress/theme/custom.css
@@ -5,15 +5,3 @@ kbd {
margin: 0.2em;
padding: 0.2em;
}
-
-:root {
- --vp-nav-logo-height: 100%;
-}
-
-.logo {
- padding-bottom: 0.2em;
-}
-
-.VPNavBarTitle.has-sidebar .title {
- border-bottom: 0;
-}