Divyansh Singh
2bd55eca2e
fix(theme): properly show divider between navs ( #2481 )
...
and hide return to top when already at top
1 year ago
btea
89b96ffa38
chore: remove invalid style ( #2479 )
1 year ago
烽宁
f9cfd16167
Merge pull request #2461 from zonemeen/refactor/simplify-import
...
refactor: simplify the import path
1 year ago
zonemeen
199f392b58
refactor: simplify the import path
1 year ago
Azat S
62d1110848
fix(theme): use brand color in skip link in dark theme ( #2431 )
1 year ago
Alex
64b06db3ec
feat(cli): add shortcut for restarting server ( #2403 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Divyansh Singh
93f8a05ad2
chore: use graceful-fs and bump deps ( #2429 )
1 year ago
烽宁
6d7d195adc
perf: parallelize mpa chunks copy ( #2389 )
1 year ago
Divyansh Singh
0e962178ac
chore: minor tweaks
1 year ago
烽宁
e7be720ede
perf(theme/search): prevent repeated rendering of same page ( #2398 )
1 year ago
烽宁
86a3c24d2a
chore: use createRequire instead of directly importing json ( #2418 )
1 year ago
烽宁
daa6fd8620
chore: remove unused devDependencies ( #2414 )
1 year ago
Joaquín Sánchez
8e87c14fba
fix(types): theme-without-fonts types for node ( #2416 )
1 year ago
Divyansh Singh
c869ea64ae
fix(theme): use document !== undefined check for browser ( #2417 )
...
localStorage is defined on server in Deno
1 year ago
Divyansh Singh
06c0fc5d5c
fix(theme): adjust z-index for active code group marker ( #2413 )
1 year ago
Kia King Ishii
b26ce48edc
release: v1.0.0-beta.1
1 year ago
Kia King Ishii
cb848fafaf
chore: update README status to `beta`
1 year ago
翠 / green
f364a5d1d3
fix(theme): support custom target and rel in navbar links for mobile ( #2400 )
1 year ago
烽宁
489681117f
fix(theme): missing global properties in localSearch ( #2396 )
1 year ago
烽宁
8153f23c90
fix(config): set scrollOffset to 0 is not effect ( #2395 )
1 year ago
烽宁
26f21d95df
fix(theme): make features section layout consistent ( #2382 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Divyansh Singh
7fe199b0b9
release: v1.0.0-alpha.76
1 year ago
William Sedlacek
a336fb3130
docs: fix typo ( #2359 )
1 year ago
Jellyfish
e14d35c382
docs: fix typo ( #2360 )
1 year ago
Divyansh Singh
08a5dec8d0
chore: bump deps
...
closes #2369
closes #2383
1 year ago
烽宁
9a5735dd0e
refactor(theme): simplify the import ( #2374 )
1 year ago
烽宁
484ff5dd4b
fix: hmr when `base` is set ( #2375 )
1 year ago
Evan You
0561c8fc41
upgrade to Vue 3.3
2 years ago
Joaquín Sánchez
d6c0985002
fix(a11y): mobile and theme switcher ( #2354 )
2 years ago
三咲智子 Kevin Deng
97065cefc2
feat(cli): add shortcuts ( #2353 )
2 years ago
烽宁
af4bb52947
refactor: simplify `hasAside` computed property ( #2356 )
2 years ago
烽宁
b31933fbdd
fix(build): uniform handling of windows slash in localSearchPlugin ( #2358 )
2 years ago
Joaquín Sánchez
2f482afaab
feat(theme): add focus trap to local search dialog ( #2324 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
JD Solanki
35f8b89637
fix(theme): don't update opacity on hover ( #2326 )
2 years ago
Vinicius Teixeira Dias
c20bd28331
feat(theme): open search box on pressing slash too ( #2328 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
engvuchen
58795d2f93
docs: add warning about using block elements in footer config ( #2341 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
烽宁
f4cd0aeb69
refactor: resolve duplicate function definitions ( #2350 )
2 years ago
Divyansh Singh
2afb1477be
style: don't wrap social links
2 years ago
Divyansh Singh
521f62f306
chore: fix typo
2 years ago
Divyansh Singh
1e7d72972e
release: v1.0.0-alpha.75
2 years ago
Divyansh Singh
f07587af8a
fix(theme): hide local nav on home page
...
fixes #2312
Co-authored-by: zonemeen <994718917@qq.com>
2 years ago
Christian Georgi
b24acc6991
feat: add `filePath` to `PageData` ( #2140 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
d0f0012aea
feat(theme): support light shiki themes ( #2319 )
...
BREAKING CHANGE: Styling for code blocks might break, especially if you were earlier overriding it for light theme. Those workarounds are no longer required. VitePress will now show code blocks and groups in light mode too if a light shiki theme is specified.
2 years ago
李鹏坤-执手对影成双
3b3bfea94c
docs: add head `<script>` example ( #2264 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
64ecedc73f
fix(cli/init): remove trailing slash from npm scripts
2 years ago
Joaquín Sánchez
a3b38d1882
feat(build): allow using `@` prefix with `@include:` ( #2292 )
2 years ago
Divyansh Singh
67443cebb7
ci: add node 20 to matrix
2 years ago
Divyansh Singh
ae041448aa
refactor: improve error message on encountering dead links
...
fixes #2281
closes #2307
closes #2314
Co-authored-by: jd-solanki <jdsolanki0001@gmail.com>
Co-authored-by: Christian Georgi <christian.georgi@sap.com>
2 years ago
Divyansh Singh
e36101c9ec
chore: bump deps
2 years ago
Divyansh Singh
188893c2c1
fix(build): reset regex lastIndex before testing
2 years ago