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
Pierre-Emmanuel Lévesque
f8feee0294
docs: fix example for loading custom font ( #4696 )
...
fix: correct custom font preloading doc example
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
2803b7e330
chore: re-introduce 27c4151
( #4680 )
6 months ago
Divyansh Singh
910d6b4633
Revert "chore: bump deps, drop node 18 from ci"
...
This reverts commit 27c4151c72
.
6 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
Divyansh Singh
163c1f2477
docs: mark vp-raw element as code to avoid error when copy-pasting
...
closes #4539
8 months ago
Divyansh Singh
8b3e10cb99
docs: fix leaking styles
...
closes #4520
8 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>
8 months ago
Jabriel
856ecdec4f
docs: fix mislocated script tag ( #4478 ) [lunaria-ignore]
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
8 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>
9 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
9 months ago
Nicolas Bastien
452d6c77a6
docs: add missing imports in translations ( #4391 )
10 months ago
MC_XiaoHei
2397e08d6c
docs(zh): update comment ( #4379 )
10 months ago
Divyansh Singh
05f2f0d261
feat: on demand social icons ( #4339 )
11 months ago
dmnq
d870ba48ea
docs(zh): fix postcss configuration file path ( #4301 )
11 months ago
匆匆孑然
cfcc37d9aa
docs: fix use pnpm action-setup ( #4294 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Clément Vannicatte
7ec3be3c6f
chore: update DocSearch version ( #4237 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
12 months ago
ice
e99db8087a
docs(zh): fix typo ( #4195 )
1 year ago
Justin3go
6b4439a9e6
docs(zh): Chinese translation for the custom components in the navigation bar ( #4181 )
1 year ago
PhantomPower82
ff1d030af1
docs: correct filenames in `guide/extending-default-theme.md` ( #4177 )
1 year ago
LJY
315c220049
feat(client): add `onAfterPageLoad` hook in router ( #4126 )
1 year ago
betteroneday
b6a36bc1e2
docs(zh): fix typo ( #4101 ) [lunaria-ignore]
1 year ago
Niceplugin
f7479ecb16
docs(ko): add Korean docs to the official site ( #4052 )
1 year ago
Hazel
f3ee906437
docs(zh): fix punctuation in markdown file ( #4022 )
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
Divyansh Singh
1188951785
docs: update installation command for yarn pnp
...
closes #3919
1 year ago
槿泽
9447ceeb0e
docs(zh): sync and tweak translations ( #3883 )
...
Co-authored-by: Xavi Lee <xavilee2002@outlook.com>
1 year ago
hank
0048787206
docs: update ZH translation ( #3817 )
1 year ago
meteorlxy
27f8644b5f
docs: improve zh translation for mpa mode
1 year ago
Divyansh Singh
54c46e7ceb
docs: adjust install and init commands
1 year ago
reiOGxYNiOn
c8cffc5323
docs: fix a typo in Chinese version ( #3757 )
1 year ago
纾浚
de66bc1dc0
docs(zh): Fixed a translation that didn't match the English document ( #3749 )
1 year ago
Xavi Lee
1e8b3679c8
docs(zh): sync and tweak translations ( #3684 )
...
closes #3682
Co-authored-by: ZHANG PENG <onnttf@gmail.com>
2 years ago
Evan You
df8753bd92
docs: tweak hero action buttons
2 years ago
Divyansh Singh
86da996ddb
chore: update pnpm action to node 20
2 years ago
Rick Dubiel
5f6297cb3d
feat(theme): allow selectively disabling external link icon on navbar items ( #3607 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Pavel Horal
90eab25b70
docs: remove unnecessary nojekyll for GitHub Actions deployment ( #3630 )
2 years ago
Xavi Lee
489391cdbe
docs(zh): update a link and sync translations ( #3624 )
...
sync with 532389270b
2 years ago
Bairui Su
75bed4f836
docs: fix config path in guide/custom-theme.md ( #3618 )
2 years ago
Xavi Lee
60d5984f9a
docs(zh): tweak and sync translations ( #3581 )
...
sync with 09030272b4
2 years ago
Xavi Lee
c37bedea39
docs(zh): tweak and sync translations ( #3556 )
...
sync with ab39fd8592
2 years ago
Divyansh Singh
30c665b29d
chore: bump deps
2 years ago
Xavi Lee
00bd73c8b6
docs(zh): sync translations ( #3525 )
...
sync with 54042ef576
2 years ago
JD Solanki
28870e68fa
✨ feat: add hero slots that are inside container ( #3524 )
2 years ago
Anthony Fu
b8487d3a97
feat: rename shiki packages ( #3506 )
...
BREAKING CHANGE: vitepress now uses shiki instead of shikiji. If you’re on the latest version and using shikiji specific features, you just need to change imports. The shikijiSetup hook is renamed to shikiSetup.
2 years ago
huyikai
e060617528
docs(zh): update translate docs/zh/guide/markdown.md ( #3504 )
2 years ago