Divyansh Singh
|
9a4ee07260
|
fix(theme): fix sidebar collapsing and restore base property (#2753)
|
1 year ago |
Divyansh Singh
|
2fe8f60681
|
revert(theme): revert 'allow setting base path in sidebar items'
closes #2752
|
1 year 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>
|
1 year ago |
Divyansh Singh
|
b2f671ab3b
|
chore(build)!: drop node 16 support (#2744)
|
1 year ago |
Divyansh Singh
|
9df8adb53e
|
chore(build)!: drop cjs api (#2737)
|
1 year ago |
Divyansh Singh
|
f4a5c43cb0
|
feat(theme): allow adding custom layouts
closes #2547
|
1 year ago |
Divyansh Singh
|
f8126fe39f
|
chore: simplify config
|
1 year ago |
Divyansh Singh
|
52884d9d4b
|
feat(theme): allow setting base path in sidebar items (#2734)
|
1 year ago |
Divyansh Singh
|
7141b82ccc
|
docs: add head examples
closes #1500, closes #1131
|
1 year ago |
Divyansh Singh
|
900906583b
|
docs: fix link
|
1 year ago |
Divyansh Singh
|
17378c064f
|
fix(build): make outDir from cli work properly
closes #2716
|
1 year ago |
Divyansh Singh
|
7778187f2d
|
feat: i18n with sitemap (#2708)
|
1 year ago |
Mike Bostock
|
5d18fd8978
|
feat: rel for feature links (#2704)
|
1 year ago |
烽宁
|
2ae90a2343
|
feat(theme): support custom page class (#2696)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
烽宁
|
13f94a6663
|
feat(build): custom excerpt for `createContentLoader` (#2698)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Divyansh Singh
|
5563695b15
|
feat: sitemap generation (#2691)
|
1 year ago |
烽宁
|
74d9ba27b5
|
fix(build): `createContentLoader` generates invalid url when `srcDir` is set (#2578)
BREAKING CHANGE: `createContentLoader` will now resolve globs relative to `srcDir` instead of `root`
|
1 year ago |
camera-2018
|
40c60ecae5
|
docs: sidebar and navbar frontmatter config (#2667)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Divyansh Singh
|
b180a9e809
|
docs: update pnpm install command to match new behavior
x-ref: #2670, https://github.com/pnpm/pnpm/issues/6463
|
1 year ago |
bqy_fe
|
e79a13eb42
|
feat(theme): support footer frontmatter config (#2574)
|
1 year ago |
Jérémy Riverain
|
37d5b273fb
|
feat(search): allow excluding content from search results (#2602)
closes #2344
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Divyansh Singh
|
30b323d6e7
|
docs: rewrite github/gitlab deploying guide (closes #2205)
|
1 year ago |
Divyansh Singh
|
29b8f76b23
|
chore: format
|
1 year ago |
Divyansh Singh
|
cfe7e9f525
|
docs: add info about need to commit for lastUpdated to work (closes #2090)
|
1 year ago |
Divyansh Singh
|
5a340bf1e5
|
docs: add algolia crawler config (closes #2592)
|
1 year ago |
Divyansh Singh
|
5cdb9c8fa3
|
docs: cleanup use cases section
|
1 year ago |
Divyansh Singh
|
d0e7374441
|
fix(theme): invalid html -- article inside span
|
1 year ago |
烽宁
|
64d7c3ba54
|
feat(build): support custom `assetsDir` (#2497)
|
1 year ago |
Divyansh Singh
|
e02adfe3ea
|
fix(build): remove `=""` from boolean attributes in head (#2620)
x-ref: https://github.com/vuejs/vitepress/issues/1131#issuecomment-1574092184, #2607
Co-authored-by: CaptainTeemo <alittlebarney@gmail.com>
|
1 year ago |
Joaquín Sánchez
|
789dc16bb1
|
docs: add Vitest, UnoCSS, VitePWA and Iconify to use cases (#2601)
* chore: add link to vue telescope in many more entry
* chore: change get started home action link
|
1 year ago |
烽宁
|
66189c3f43
|
docs: add `d3` to the use cases (#2589)
|
1 year ago |
烽宁
|
9fee5542cb
|
feat(search): support `minisearch` customization (#2576)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
烽宁
|
a99dcf9443
|
fix(types): export duplicate type `Sidebar` (#2573)
|
1 year ago |
bqy_fe
|
665f3b02f8
|
feat(client): add onBeforePageLoad hook for router (#2564)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
cayter
|
a6de3ef548
|
docs: fix github actions permissions (#2568)
|
1 year ago |
Mateu Llull
|
24abc7c6bd
|
feat(theme): allow customizing last updated date time format options (#2332)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Divyansh Singh
|
e95015f598
|
fix(client): bypass client router for links explicitly specifying target (#2563)
BREAKING CHANGE: specifying `target="_self"` for internal links will now perform full reload.
|
1 year ago |
bqy_fe
|
03855dd0cf
|
docs: add ComponentInHeader import (#2562)
|
1 year ago |
烽宁
|
52cfbc3236
|
feat(theme): option to show icon for external links (#2501)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
烽宁
|
1ef33fe1c4
|
feat: support selecting line range when importing md file (#2502)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Vamshi krishna
|
47c06bda38
|
docs: update setup command to use pnpm dlx (#2558)
|
1 year ago |
Jeff Tian
|
0c4210bb5e
|
feat(build): support nested markdown includes (#2545)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Divyansh Singh
|
b2a129f49b
|
fix(build): add `@vue/devtools-api` to `optimizeDeps.include` (#2543)
|
1 year ago |
烽宁
|
c4909e4298
|
feat(theme): expose `useSidebar` (#2496)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Pavel Horal
|
5013835f51
|
docs: fix typo in dynamic routing example (#2515)
|
1 year ago |
Divyansh Singh
|
aac149c69b
|
docs: ignore `search-insights` warning
|
1 year ago |
donggua
|
29a9647ee9
|
feat(theme): allow prev/next links to be disabled globally (#2317)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
CHOYSEN
|
90478b36cd
|
feat(build): support relative path for code snippet (#1894)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
Agustin Banchio
|
c995b9f61d
|
feat(theme): add custom label for social links (#2466)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
|
1 year ago |
William Sedlacek
|
a336fb3130
|
docs: fix typo (#2359)
|
2 years ago |