Evorp
d005c9df76
Merge 21457a2875
into c2eaccd0d2
2 weeks ago
Divyansh Singh
f0b29d7ef3
fix(theme): add lang and dir attributes to language picker
2 weeks ago
Divyansh Singh
2e4978e3ad
docs: format custom containers [lunaria-ignore]
2 weeks ago
Xinyu Liu
648db6b3d2
docs: update description of vuepress ( #4922 )
3 weeks ago
Divyansh Singh
0944777893
feat: make postcssIsolateStyles idempotent
...
BREAKING CHANGE: `includeFiles` option in `postcssIsolateStyles` now defaults to `[/vp-doc\.css/, /base\.css/]` You can remove explicit `includeFiles` if you were using it just to run it on `vp-doc.css`. To revert back to older behavior pass `includeFiles: [/base\.css/]`. The underlying implementation is changed and `transform` and `exclude` options are no longer supported. Use `postcss-prefix-selector` directly if you've advanced use cases.
1 month ago
Divyansh Singh
991c780a07
docs: recommend v2 for new users
1 month ago
Divyansh Singh
fc267ae6b7
fix: module graph causing unnecessary route regeneration on every update
...
fix: preserve externally added dynamic routes and pages
chore: bump deps, lock vitest as its latest beta is broken
1 month ago
Evorp
ca5ac6f4bd
docs: fix grammar in `reference/`
1 month ago
sarganar
300dea4aad
docs(es): enhance what-is-vitepress section in Spanish ( #4872 )
...
---------
Co-authored-by: metris-soporte <metris.soporte@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
Horu
8280000998
docs: remove vue telescope link ( #4742 )
2 months ago
Mike Pearson
7c0c604585
docs: fix typo in default-theme-search.md ( #4835 ) [lunaria-ignore]
2 months ago
Divyansh Singh
4765682c64
docs: update docs for #4870
2 months ago
sarganar
45e0d0f62a
docs(es): enhance SSR Compatibility section in Spanish ( #4868 )
2 months ago
Divyansh Singh
51f7fda0bd
docs: fix typo [lunaria-ignore]
...
closes #4862
2 months ago
Bugo
bda7f32865
docs(ru): update some translations ( #4861 )
...
* Update ru/config.ts
* Update ru/reference/default-theme-search.md
2 months ago
Dylan Tientcheu
ac61abe7d7
feat(search): upgrade search to DocSearch v4-beta ( #4843 )
...
BREAKING CHANGE: Uses DocSearch v4 beta. No change is required if you're not customizing the styles of navbar search button or modal. DocSearch AI features are in private beta, you can apply for them at https://forms.gle/iyfb5pC2CiiwszUKA
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 months ago
Darrin DeYoung
cc8d28df39
docs(zh): add missing translation in extending-default-theme.md ( #4852 )
2 months ago
Divyansh Singh
e2a8ba04c5
docs: add `fill: 'forwards'` to view transition example
...
fixes #4834
2 months ago
Divyansh Singh
536968c174
chore: bump deps
2 months ago
Bugo
f8260a4007
docs(ru): update `ru/guide/markdown.md` ( #4817 )
3 months ago
Rägnar O'ock
f1b1ffbdfc
docs: incorrect path for Overriding Internal Components example ( #4815 )
3 months ago
Divyansh Singh
7619521259
feat!: consistent glob options across content, data, and path loaders ( #4808 )
...
BREAKING CHANGES: Only `cwd`, `ignore`, `dot` and `debug` are supported in `globOptions` of `createContentLoader`. If you want to pass other options, you still can but you might need to suppress type errors.
3 months ago
Mike Pearson
a28b3489ac
docs: adjust wording ( #4805 )
3 months ago
Bugo
875aa8b798
docs(ru): update `ru/reference/default-theme-last-updated.md` ( #4785 )
3 months ago
Divyansh Singh
adfa5c7e99
chore: bump deps
3 months ago
lll
90f585ab3a
docs: add more detailed note in Last Updated reference ( #4780 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
3 months ago
Artea
16a0ff895c
chore: use rolldown-vite ( #4769 )
...
---------
Signed-off-by: Artea <sepush@outlook.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
4 months ago
Divyansh Singh
ab0e0cb598
chore: bump deps
4 months ago
Divyansh Singh
a7d9b56477
docs: avoid loading fa web fonts when not needed
5 months ago
Bugo
3fb3f3633c
docs(ru): update translations ( #4708 )
...
* Update ru/reference/default-theme-config.md
* Update ru/reference/frontmatter-config.md
* Update ru/reference/site-config.md
5 months ago
Divyansh Singh
33e397ea73
chore: bump deps
5 months ago
Pierre-Emmanuel Lévesque
f8feee0294
docs: fix example for loading custom font ( #4696 )
...
fix: correct custom font preloading doc example
5 months ago
Mingu Kang
61ca096772
docs(ko): fix typo [lunaria-ignore]
5 months ago
Yuxuan Zhang
c5e2e4db81
feat: support distributed config files ( #4660 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
5 months ago
Divyansh Singh
1ec84c1504
chore: bump deps
5 months ago
Okinea Dev
ca0a2511ac
docs: add a plugin to generate llms.txt ( #4635 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
5 months ago
Divyansh Singh
e5ab0676a9
perf: hoist expensive operations in useLayout
5 months ago
Divyansh Singh
2803b7e330
chore: re-introduce 27c4151
( #4680 )
5 months ago
Divyansh Singh
910d6b4633
Revert "chore: bump deps, drop node 18 from ci"
...
This reverts commit 27c4151c72
.
5 months ago
Divyansh Singh
27c4151c72
chore: bump deps, drop node 18 from ci
...
vitepress will most likely keep supporting node 18 at least till rest of the month, but it'll be better if you upgrade sooner than later
6 months ago
Yuxuan Zhang
544cd81259
feat(theme)!: add `isHome` frontmatter option ( #4673 )
...
BREAKING CHANGE: `useLocalNav` and `useSidebar` are removed in favor of `useLayout`. To migrate, just do find and replace. Sidebar controls are no longer exported, but I didn't find any usage on GitHub. If there is demand, we can export respective composables later. `DefaultTheme.DocSidebar` and `DefaultTheme.DocLocalNav` types are also removed.
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: userquin <userquin@gmail.com>
6 months ago
GabrielxD
9d0145d32d
chore(docs): use SVG logo on zh index page ( #4638 )
6 months ago
btea
d07298120b
docs: markdown file inclusion example config line-numbers ( #4633 )
6 months ago
Okinea Dev
a97ae461d4
chore: use SVG logo on main website page ( #4623 )
...
---------
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
6 months ago
Bugo
e06b83ec09
docs(ru): update translations ( #4610 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
6 months ago
Divyansh Singh
b99d5123c9
feat: support using header anchors in markdown file inclusion ( #4608 )
...
closes #4375
closes #4382
Co-authored-by: btea <2356281422@qq.com>
6 months ago
Divyansh Singh
d4b01f6e2d
chore: bump deps
7 months ago
Divyansh Singh
4f3f5eac15
chore: resolve srcDir relative to cwd when initializing
7 months ago
Anthony Fu
1969cf4f3b
fix: upgrade shiki, remove embedded languages workaround ( #4566 )
7 months ago
Divyansh Singh
809bb523b6
docs: adjust preloaded shiki languages [lunaria-ignore]
7 months ago