mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
docs: update vitepress (#11720)
This commit is contained in:
parent
544478172c
commit
c5b935acc6
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
*.local
|
||||
*.log
|
||||
/.vscode/
|
||||
/docs/.vitepress/cache
|
||||
/packages/vite/LICENSE
|
||||
dist
|
||||
dist-ssr
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
:root {
|
||||
--vp-button-brand-border: var(--vp-c-brand-light);
|
||||
--vp-button-brand-text: var(--vp-c-text-dark-1);
|
||||
--vp-button-brand-text: var(--vp-c-white);
|
||||
--vp-button-brand-bg: var(--vp-c-brand);
|
||||
--vp-button-brand-hover-border: var(--vp-c-brand-light);
|
||||
--vp-button-brand-hover-text: var(--vp-c-text-dark-1);
|
||||
--vp-button-brand-hover-text: var(--vp-c-white);
|
||||
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
|
||||
--vp-button-brand-active-border: var(--vp-c-brand-light);
|
||||
--vp-button-brand-active-text: var(--vp-c-text-dark-1);
|
||||
--vp-button-brand-active-text: var(--vp-c-white);
|
||||
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
|
||||
}
|
||||
|
||||
|
@ -6,12 +6,12 @@ overrides:
|
||||
packageExtensionsChecksum: 2a87e01b470616d3b7def19cc0830231
|
||||
|
||||
patchedDependencies:
|
||||
sirv@2.0.2:
|
||||
hash: w6q35pvk7bmykgqf2hieut43iq
|
||||
path: patches/sirv@2.0.2.patch
|
||||
dotenv-expand@9.0.0:
|
||||
hash: 6vdpvodnfhahap67xag6diqqtu
|
||||
path: patches/dotenv-expand@9.0.0.patch
|
||||
sirv@2.0.2:
|
||||
hash: w6q35pvk7bmykgqf2hieut43iq
|
||||
path: patches/sirv@2.0.2.patch
|
||||
|
||||
importers:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user