userquin
bcd238eb98
feat: declare Content and ClientOnly components as GlobalComponents
1 month ago
Joaquín Sánchez
4fc1db83d7
docs: add `home-hero-actions-before-actions` slot to layout slots ( #5155 )
1 month ago
Divyansh Singh
fccc617102
feat(markdown): expose Shiki color replacements in markdown options ( #5153 )
1 month ago
Bugo
6dd3632960
docs(ru): update translations ( #5152 )
1 month ago
Divyansh Singh
e2430d1331
chore: adjust heading level
1 month ago
Divyansh Singh
6beafe9e04
release: v2.0.0-alpha.17
1 month ago
Joaquín Sánchez
74a73d869c
feat(client): add `home-hero-actions-before-actions` slot ( #5151 )
1 month ago
Divyansh Singh
17696c358b
fix(theme): close sidebar on resize ( closes #5145 )
1 month ago
Divyansh Singh
ca1e875129
fix: disable brotli compression in preview server
...
x-ref: https://github.com/faker-js/faker/pull/3755
Local tests suggest that `zlib.createBrotliCompress` is around 50x slower than `zlib.createGzip`. Although brotli produces 25% smaller for the test subject, such low speed is not desirable for `vitepress preview` as the command is meant for local servers.
This aligns the preview compression with vite.
1 month ago
Divyansh Singh
5ad39ab934
docs: add special thanks section
1 month ago
Sergio
44e2675889
feat: support text-fragments ( #5140 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 months ago
Divyansh Singh
d019acd3ca
chore: fix typo
2 months ago
Divyansh Singh
f811d581a1
fix(theme): enable `line-break: strict` for `<li>` too
2 months ago
Divyansh Singh
21a5fb6a96
fix(theme): disable text autospace in `<pre>` ( closes #5115 )
2 months ago
Tatsunori Uchino
8096eaca4f
fix(theme): strip system-ui from font-family-base ( #4988 )
2 months ago
Divyansh Singh
cd71695da5
docs: sync Node.js version with Vite
2 months ago
Divyansh Singh
fc0f203f0a
fix(build): deterministic local search indexing and non-blocking initial scan ( closes #4081 )
2 months ago
dependabot[bot]
cf9994d3c2
chore(deps-dev): bump rollup from 4.57.1 to 4.59.0 ( #5132 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.57.1 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.57.1...v4.59.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Divyansh Singh
896e49a777
fix(theme): add margin to images in vp-doc ( closes #5136 )
2 months ago
Rosano
f2d826caa8
docs: fix typo ( #5135 ) [lunaria-ignore]
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 months ago
Linbo-cyber
687ea42d4b
docs: add defineRoutes example to dynamic routes guide ( #5127 )
2 months ago
dependabot[bot]
642061db57
chore(deps-dev): bump markdown-it from 14.1.0 to 14.1.1 ( #5118 )
...
Bumps [markdown-it](https://github.com/markdown-it/markdown-it ) from 14.1.0 to 14.1.1.
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/markdown-it/markdown-it/compare/14.1.0...14.1.1 )
---
updated-dependencies:
- dependency-name: markdown-it
dependency-version: 14.1.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
Qingpeng Li
b544df802d
fix(client): await `clipboard.writeText` so that fallback works in non-secure contexts ( #5119 )
2 months ago
WizardsBowl
b28667b6b0
fix(theme): navbar menu group is incorrectly highlighted ( #5113 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 months ago
Divyansh Singh
2e36f5c312
docs: fix typo
3 months ago
Divyansh Singh
c0acfa104b
docs: sync deploy guides
3 months ago
agneliutkiene
d334e7a69c
docs: add Hostinger to deployment guide ( #5111 )
3 months ago
Divyansh Singh
fb21fdf675
fix: `processIncludes` no longer swallows errors
...
**BREAKING CHANGE:**
The previous `<!-- @include: ./path/to/file -->` syntax silently ignored errors when files did not exist. This behavior was originally intended as an escape hatch while documenting includes, but better solutions now exist using Shiki transformers.
For most users, no code changes are required. If you now see errors, it means your includes are broken and were previously not being reported.
Users who intentionally reference non-existent files or want to document includes without resolving them can configure `markdown.codeTransformers` with a `postprocess` hook. See `docs/.vitepress/config.ts` in this repo for an example.
3 months ago
Divyansh Singh
5e12ef7f13
docs: format
3 months ago
Divyansh Singh
5b7ccbccdd
chore: bump deps, remove rimraf
3 months ago
Divyansh Singh
f1bef95eee
fix(theme): keep pnum,tnum features in Inter
...
closes #5096
3 months ago
Tatsunori Uchino
f09593b073
fix(theme): add `rel="alternate"` and `hreflang` to links in language menu ( #5108 )
3 months ago
Tatsunori Uchino
a01bba0cad
feat(theme): add Japanese translation for "copied" label ( #5106 )
3 months ago
Divyansh Singh
d7effffdbb
feat(theme): enable text-autospace and text-spacing-trim ( closes #4996 )
3 months ago
Divyansh Singh
3146ce48ed
feat(theme): support specifying list of details in home page features ( closes #5101 )
3 months ago
Divyansh Singh
436024124a
chore: adjust heading level
3 months ago
Divyansh Singh
949e9b1df8
release: v2.0.0-alpha.16
3 months ago
Dylan Tientcheu
0d646a66cd
feat(theme): upgrade DocSearch to 4.5 with sidepanel ( #5092 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
3 months ago
Hayden Hung Hoang
d4796a0373
docs: add vitepress-plugin-typesense npm link ( #5100 )
3 months ago
Divyansh Singh
a28e171604
fix(theme): remove margin between code groups and blocks in markdown containers
...
closes #5099
3 months ago
hotdogc1017
f8d8c0d712
feat(theme): use `@layer __vitepress_base` to wrap the styles in base.css ( #4905 )
3 months ago
seeksky
923aa90252
fix(theme): highlight active link in mobile nav menu ( #5086 ) ( closes #5068 , closes #5074 )
3 months ago
seeksky
b2008654ff
fix(theme): align badges in h1 and h2 ( #5087 ) ( closes #5063 )
3 months ago
Michael Cozzolino
f119b18e39
fix(theme): add fallback for `heroImageSlotExists` ( #5076 )
...
for users who are importing VPHero in custom theme
3 months ago
Evan You
66cf64e6d1
fix: always log error when failed to fetch page
4 months ago
Divyansh Singh
8ed6ea048c
fix(theme): overflow clip is buggy on safari
...
closes #5050
x-ref: 06f0e1a (#5039 ), 0ee7158 (#5027 )
5 months ago
rockyxwall
bd748dfa73
docs: fix mathjax plugin install command
5 months ago
sugar
6d3ffef12e
docs: explicitly recommended v4 of markdown-it-mathjax3 ( #5043 )
5 months ago
Divyansh Singh
3f888218fc
chore: adjust heading level
5 months ago
Divyansh Singh
d954dc86f1
release: v2.0.0-alpha.15
5 months ago