Divyansh Singh
99c0cece62
docs: add notes for sitemap + base
...
closes #3863
9 months ago
Florian Sattler
f65053c1c6
docs: added nginx deployment documentation ( #3770 )
...
closes #3235
9 months ago
Ian Schmitz
229c168a36
docs: make vue as peer dependency section clearer ( #3687 )
9 months ago
Divyansh Singh
54c46e7ceb
docs: adjust install and init commands
9 months ago
Can Eldem
3113dad002
docs: add Stormkit as deployment platform ( #3751 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Jason Sims
a6a7645e94
docs: typo ( #3692 )
...
lunaria-ignore
10 months ago
Evan You
88a4284f3a
docs: tweak intro perf section
10 months ago
Divyansh Singh
86da996ddb
chore: update pnpm action to node 20
10 months ago
Pavel Horal
90eab25b70
docs: remove unnecessary nojekyll for GitHub Actions deployment ( #3630 )
11 months ago
Bairui Su
75bed4f836
docs: fix config path in guide/custom-theme.md ( #3618 )
11 months ago
etuardu
532389270b
docs: linked files not treated as assets ( #3615 )
...
close #3535
11 months ago
Divyansh Singh
30c665b29d
chore: bump deps
12 months ago
JD Solanki
28870e68fa
✨ feat: add hero slots that are inside container ( #3524 )
12 months ago
Liam Ederzeel
54042ef576
docs: update github workflow example ( #3510 )
12 months 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.
12 months ago
Anthony Fu
ac87d19ca1
feat: support GitHub-flavored alerts ( #3482 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
12 months ago
skirtle
a1fb363a8b
docs: GitHub Pages supports clean URLs ( #3468 )
1 year ago
Simon Haines
367c6035b7
docs: fix typo ( #3451 )
1 year ago
Divyansh Singh
f8fe3aec39
docs: fix typo
1 year ago
vanchKong
3052002b47
docs: add Chinese translations ( #2249 )
...
---------
Co-authored-by: Xavi Lee <awxiaoxian2020@163.com>
Co-authored-by: shellRaining <shellRaining@gmail.com>
Co-authored-by: Xavi Lee <xavilee2002@outlook.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
烽宁
55be3f14d7
feat: support custom image lazy loading ( #3346 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Divyansh Singh
2958b8b839
chore: bump deps ( #3345 )
1 year ago
Nyakku Shigure
6be80372ad
docs: replace CJS style config with ESM in docs ( #3282 )
1 year ago
烽宁
47a7203258
docs: show shikiji languages link instead of shiki ( #3265 )
1 year ago
Divyansh Singh
525c442976
docs: use installed vitepress version in init command
1 year ago
Anthony Fu
75f18e4733
feat: migrate to shikiji ( #3237 )
1 year ago
Divyansh Singh
46966ac14e
docs: use .default with dynamic imports
1 year ago
Divyansh Singh
00b5aea9eb
docs: consistent example with js/ts
1 year ago
Henry Zhang
b53cda0bc1
docs: wrong code example in data-loading.md ( #3221 )
1 year ago
Devon Rueckner
2d96200a21
docs: minor phrasing updates ( #3204 )
1 year ago
Maciek Palmowski
b781450ddf
docs: add kinsta to deploy guide ( #3188 )
1 year ago
Divyansh Singh
37e4ab9ec2
docs: fix typo
...
closes #3184
1 year ago
skirtle
2cc0acceef
docs: always use 'extends' to extend themes ( #3181 )
1 year ago
Divyansh Singh
432c5480b3
chore: update data loader example to avoid confusion
...
closes #3113
1 year ago
Joaquín Sánchez
5542f29569
docs: update types for theme config ( #3118 )
...
* docs: update types for theme config
1 year ago
Joaquín Sánchez
71bed58936
docs: add types for theme config ( #3117 )
...
* docs: add types for theme config
* chore: missing {}
1 year ago
Jason Dai
a13f5cb3a7
docs(md): global custom container titles ( #3112 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Ryan Luo
62f0e4f109
docs: modify the example usage of postcssIsolateStyles ( #3111 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago
Divyansh Singh
7271a95948
feat: mathjax support ( #2977 )
1 year ago
fan1312
c0ce7f723e
feat: support for customizing the starting line number in a code block ( #2917 )
1 year ago
Colin McDonnell
83270fe657
feat: detect bun package manager ( #2874 )
1 year ago
Divyansh Singh
40da45d038
chore: move init terminal output to separate file
1 year ago
0x009922
b0b3f5d46b
docs: use ANSI snippet instead of an `vitepress-init.png` ( #2875 )
1 year ago
Divyansh Singh
6be5a7e830
revert: "fix: createContentLoader generates invalid url when sets `base`" ( #2865 )
...
This reverts commit 0f38eb4404
.
1 year ago
Nicolas Hedger
dfb3cbef75
docs: fix typo ( #2859 )
1 year ago
Divyansh Singh
a5f2eacf22
feat(theme): allow providing custom `toggle-appearance` function ( #2844 )
...
Co-authored-by: Hooray Hu <304327508@qq.com>
1 year ago
烽宁
d98e2c547f
docs: fix node version typo ( #2825 )
1 year ago
Divyansh Singh
5836facc61
chore!: drop pathname protocol ( #2823 )
1 year ago
Divyansh Singh
908084fbe9
docs: emit .nojekyll in gh pages workflow
1 year ago
Kia King Ishii
e4f5c51bbe
feat(theme): improve color system ( #2797 )
...
close #2100
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 year ago