Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
64098fafa6
5 changed files with 38 additions and 24 deletions
|
@ -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: "./" }],
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -6,19 +6,17 @@ QMK (*Quantum Mechanical Keyboard*) is an open source community centered around
|
|||
|
||||
## Get Started
|
||||
|
||||
<div class="flex-container">
|
||||
::: tip Basic
|
||||
[QMK Configurator](newbs_building_firmware_configurator)
|
||||
|
||||
::: tip
|
||||
**Basic** [QMK Configurator](newbs_building_firmware_configurator) <br>
|
||||
:::
|
||||
User friendly graphical interfaces, no programming knowledge required.
|
||||
|
||||
::: tip
|
||||
**Advanced** [Use The Source](newbs) <br>
|
||||
:::
|
||||
More powerful, but harder to use.
|
||||
|
||||
</div>
|
||||
::: warning Advanced
|
||||
[Use The Source](newbs)
|
||||
|
||||
More powerful, but harder to use.
|
||||
:::
|
||||
|
||||
## Make It Yours
|
||||
|
||||
|
|
14
docs/public/qmk-logo-dark.svg
Normal file
14
docs/public/qmk-logo-dark.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.8 KiB |
14
docs/public/qmk-logo-light.svg
Normal file
14
docs/public/qmk-logo-light.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.8 KiB |
Loading…
Reference in a new issue