Divyansh Singh
62e1a4c49f
docs: add og tags
5 months ago
Divyansh Singh
09af6c73a8
docs: fix og tags
5 months ago
Divyansh Singh
2e36f5c312
docs: fix typo
6 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.
6 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>
7 months ago
Kenzo Wada
e0d739ab48
docs(ja): add Japanese translations ( #4969 )
10 months ago
Joaquín Sánchez
7ed8fd3e95
docs: use `es` instead `es-CO` and update copyright notices ( #4936 )
11 months ago
Divyansh Singh
f0b29d7ef3
fix(theme): add lang and dir attributes to language picker
12 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>
1 year ago
Divyansh Singh
adfa5c7e99
chore: bump deps
1 year 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>
1 year ago
Yuxuan Zhang
c5e2e4db81
feat: support distributed config files ( #4660 )
...
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
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>
3 years ago
Anthony Fu
75f18e4733
feat: migrate to shikiji ( #3237 )
3 years ago
Divyansh Singh
2bf0d0b954
docs: fix safari favicon
3 years ago
Divyansh Singh
7271a95948
feat: mathjax support ( #2977 )
3 years ago
Divyansh Singh
9a4ee07260
fix(theme): fix sidebar collapsing and restore base property ( #2753 )
3 years ago
Divyansh Singh
2fe8f60681
revert(theme): revert 'allow setting base path in sidebar items'
...
closes #2752
3 years ago
Kia King Ishii
c0d838bda0
feat(theme)!: final re-brand ( #2727 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
Co-authored-by: Lehoczky Zoltán <ifjlehoczkyzoltan@gmail.com>
3 years ago
Divyansh Singh
f8126fe39f
chore: simplify config
3 years ago
Divyansh Singh
52884d9d4b
feat(theme): allow setting base path in sidebar items ( #2734 )
3 years ago
Divyansh Singh
7778187f2d
feat: i18n with sitemap ( #2708 )
3 years ago
Divyansh Singh
5563695b15
feat: sitemap generation ( #2691 )
3 years ago
Divyansh Singh
713a35cbd0
feat!: organized search config ( #2218 )
3 years ago
Divyansh Singh
8059ec390a
chore: rename offline search to local search
3 years ago
Divyansh Singh
0a387dda82
chore: enable algolia on main site
3 years ago
Guillaume Chau
6c92675e33
feat: offline search ( #2110 )
...
Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com>
3 years ago
Divyansh Singh
2791bf0887
docs: directly use svg in features section ( #2161 )
3 years ago
Evan You
9b85e435fe
docs: add dedicated section on SSR compatibility
3 years ago
Evan You
5dd2a233b1
docs: preload home page images
3 years ago
Evan You
aa8b03ceac
docs: add analytics
3 years ago
Evan You
868a9ff81e
feat: allow disabling markdown.headers
3 years ago
Evan You
657a7d38df
fix(theme): re-support dynamic headers
3 years ago
Evan You
de84c01b72
docs: revise custom theme and default theme extending
3 years ago
Evan You
631e471e89
docs: mpa
3 years ago
Evan You
e21a06ce81
docs: move default theme content to reference
3 years ago
Evan You
1457681484
fix: ensure HMR works properly for page outline
...
The client-side based implementation in #1281 makes HMR update for the
outlines flaky and unreliable.
The headers payload for each page chunk is relatively cheap in return
for the correctness, since they are inlined as a JSON string.
3 years ago
Evan You
49bcc254dc
docs: rewrite getting started + init tips
3 years ago
Evan You
5ebee75a52
docs: restructure
3 years ago
Divyansh Singh
9c8f54c9f4
docs: hide 404 entries from sidebar for now
4 years ago
Evan You
ddb9020545
wip: docs
4 years ago
gittig11
fd995906f6
fix(compat): remove use of array.at
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
4 years ago
Evan You
191ac86a85
docs: adjust the use of configs -> config
4 years ago
Divyansh Singh
dea6cfa9cb
fix(theme): infer collapsible from collapsed ( #1865 )
...
BREAKING CHANGE: `collapsible` is dropped from sidebar, use `collapsed` instead
4 years ago
Divyansh Singh
5ae4fbde38
feat: stable `cleanUrls` ( #1852 )
4 years ago
Divyansh Singh
00abac6116
feat(build): support rewrites ( #1798 )
...
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
4 years ago
Divyansh Singh
8de2f4499d
feat: add i18n feature ( #1339 )
...
fix #291
fix #628
fix #631
fix #902
fix #955
fix #1253
fix #1381
Co-authored-by: Hiroki Okada <hirokio@tutanota.com>
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
4 years ago
Divyansh Singh
3f692dc587
chore: import from dist in docs ( #1747 )
4 years ago
Sascha
ac8619f841
feat(theme): add built-in global component `Badge` ( #1239 )
...
Co-authored-by: richardo2016 <richardo2016@gmail.com>
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
4 years ago
Sanjaiyan Parthipan
a9a3b4fd7f
chore: add meta theme-color to the docs ( #1358 )
...
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
4 years ago