Divyansh Singh
1ccb1c377e
ci: bump actions and node versions
3 weeks ago
Divyansh Singh
d07bcca959
docs: make links in home page relative
2 months ago
Miroma
34cfa91b6f
feat(theme): allow passing functions for nav links ( #4963 )
2 months ago
Divyansh Singh
fae8c3b89d
docs: add link to v1 docs
...
closes #4945
2 months ago
Bugo
850c429f14
docs(ru): update `ru/guide/what-is-vitepress.md` ( #4941 )
3 months ago
Divyansh Singh
f0b29d7ef3
fix(theme): add lang and dir attributes to language picker
3 months ago
Divyansh Singh
2e4978e3ad
docs: format custom containers [lunaria-ignore]
3 months 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.
4 months ago
Divyansh Singh
991c780a07
docs: recommend v2 for new users
4 months ago
Horu
8280000998
docs: remove vue telescope link ( #4742 )
4 months ago
Divyansh Singh
4765682c64
docs: update docs for #4870
4 months ago
Divyansh Singh
51f7fda0bd
docs: fix typo [lunaria-ignore]
...
closes #4862
4 months ago
Bugo
bda7f32865
docs(ru): update some translations ( #4861 )
...
* Update ru/config.ts
* Update ru/reference/default-theme-search.md
4 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>
4 months ago
Divyansh Singh
e2a8ba04c5
docs: add `fill: 'forwards'` to view transition example
...
fixes #4834
5 months ago
Bugo
f8260a4007
docs(ru): update `ru/guide/markdown.md` ( #4817 )
5 months ago
Bugo
875aa8b798
docs(ru): update `ru/reference/default-theme-last-updated.md` ( #4785 )
6 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>
6 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
7 months ago
Pierre-Emmanuel Lévesque
f8feee0294
docs: fix example for loading custom font ( #4696 )
...
fix: correct custom font preloading doc example
8 months ago
Yuxuan Zhang
c5e2e4db81
feat: support distributed config files ( #4660 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
8 months ago
Divyansh Singh
2803b7e330
chore: re-introduce 27c4151 ( #4680 )
8 months ago
Divyansh Singh
910d6b4633
Revert "chore: bump deps, drop node 18 from ci"
...
This reverts commit 27c4151c72 .
8 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
8 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>
8 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>
9 months ago
Bugo
e06b83ec09
docs(ru): update translations ( #4610 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Divyansh Singh
809bb523b6
docs: adjust preloaded shiki languages [lunaria-ignore]
10 months ago
Divyansh Singh
163c1f2477
docs: mark vp-raw element as code to avoid error when copy-pasting
...
closes #4539
10 months ago
Bugo
64b33e656d
docs(ru): update translations ( #4536 )
10 months ago
Divyansh Singh
8b3e10cb99
docs: fix leaking styles
...
closes #4520
10 months ago
Anthony Fu
80622356f1
feat: use `markdown-it-async`, remove `synckit` ( #4507 )
...
BREAKING CHANGES: markdown-it-async is used instead of markdown-it
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Jabriel
856ecdec4f
docs: fix mislocated script tag ( #4478 ) [lunaria-ignore]
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Leo
63c1ed06a2
docs: add vitepress-plugin-group-icons ( #4437 ) [lunaria-ignore]
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Divyansh Singh
8ea776addc
fix: respect vite.clearScreen in build
...
- rename router.onAfterRouteChanged to router.onAfterRouteChange to align with naming conventions
- always pass normalized href to router.onAfterRouteChanged
closes #4468
11 months ago
Bugo
08ce34d9a2
docs(ru): update translations ( #4422 )
12 months ago
Nicolas Bastien
452d6c77a6
docs: add missing imports in translations ( #4391 )
1 year ago
chiri
0380a60657
docs(ru): update translations ( #4377 )
1 year ago
Divyansh Singh
05f2f0d261
feat: on demand social icons ( #4339 )
1 year ago
yanrudykh
08a88440ba
Translation fix ( #4328 )
1 year ago
Bugo
c61775a54f
docs(ru): update translations ( #4323 )
...
* Update ru/reference/site-config.md
* Update ru/guide/using-vue.md
1 year ago
匆匆孑然
cfcc37d9aa
docs: fix use pnpm action-setup ( #4294 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Bugo
6a59da5162
docs(ru): update `ru/guide/markdown.md` ( #4278 )
1 year ago
Bugo
6ea60f5d0c
docs(ru): update translations ( #4257 )
1 year ago
Clément Vannicatte
7ec3be3c6f
chore: update DocSearch version ( #4237 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
PhantomPower82
ff1d030af1
docs: correct filenames in `guide/extending-default-theme.md` ( #4177 )
1 year ago
Bugo
1b679d4528
docs(ru): update translations ( #4104 )
1 year ago
Bugo
9b1bb4ffc6
docs(ru): update translations ( #4024 )
1 year ago
Divyansh Singh
13f54463ac
docs: capitalize vitepress ( #3989 )
...
Co-authored-by: Ryan Feigenbaum <48868107+royalfig@users.noreply.github.com>
1 year ago
Divyansh Singh
6598231fa8
docs: remove invisible characters and whitespaces [lunaria-ignore]
1 year ago