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>
8 months ago
Jacob Hummer
09030272b4
feat(theme): auto style markdown content in home page ( #3561 )
...
BREAKING CHANGES: styles are now applied by default to markdown content when `layout: home` is set in frontmatter. If they conflict with the styles of your custom component, please set `markdownStyles: false` in frontmatter.
---------
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
9 months ago
Liana
ab39fd8592
feat(home): add target and rel attribute to home actions ( #3528 )
9 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.
9 months ago
Divyansh Singh
420efec4d7
chore: remove extra space
9 months ago
skirtle
c68f23d31a
docs: fix async config example ( #3500 )
10 months ago
Divyansh Singh
ba3c6441be
docs: update recommendation for canonical urls to use transformPageData instead
10 months ago
김관식
c882fa1469
feat(theme): add npm icon ( #3483 )
10 months ago
szchixy
b1d01dbe8a
docs: add x SocialLinkIcon ( #3475 )
10 months ago
skirtle
9510cd70c1
docs: add a canonical URL `<link>` example ( #3473 )
10 months ago
Cesar Gomez
50c9758d3f
fix(theme/i18n): support customizing dark mode switch titles ( #3311 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
oliv37
bb64ecba3d
docs: dynamic site config ( #3266 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Дмитрий Бондарев
9c20e3b5f8
feat(theme/i18n): allow customizing sponsor link's text ( #3276 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
10 months ago
Sefa UN
08948968a6
docs: fix typos ( #3336 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
11 months ago
Anthony Fu
75f18e4733
feat: migrate to shikiji ( #3237 )
12 months ago
Divyansh Singh
02161d0f79
fix(build): support nested assetsDir
12 months ago
Orca
b08a313cfb
docs(search): update the link to MiniSearch's docs ( #3176 )
1 year ago
Abiria
f188da0d53
docs: update reference documentation to reflect type definition correctly ( #3167 )
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
Divyansh Singh
b16fb46e39
docs: remove example markdown config
1 year ago
Divyansh Singh
7271a95948
feat: mathjax support ( #2977 )
1 year ago
Divyansh Singh
1fb5d228a2
feat(theme): allow forcing dark mode ( #2974 )
1 year ago
Divyansh Singh
a18e5e48a4
feat(theme): allow forcing site locale in last updated format ( #2973 )
1 year ago
Divyansh Singh
3992202404
docs: add themeConfig.outline, drop themeConfig.outlineTitle
...
Co-authored-by: =?UTF-8?q?=E7=A7=83=E5=A4=B4=E7=81=AF=E7=AC=BC=E9=B1=BC?=
<ttdlyu@163.com>
1 year ago
Divyansh Singh
fb93460cad
docs: update docs on transform page data
1 year ago
Divyansh Singh
9a062a6dd6
feat(theme): allow overriding last updated time in doc footer from frontmatter ( #2848 )
1 year ago
Damien Guard
00dc1e6742
feat: allow customizing markdown renderer used for local search indexing ( #2770 )
...
BREAKING CHANGES: `search.options.exclude` for local search is removed in favor of more flexible `search.options._render`
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
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
Divyansh Singh
9499953386
refactor: drop custom logic in favor of vueuse useDark ( #2818 )
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
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
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
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
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
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
烽宁
64d7c3ba54
feat(build): support custom `assetsDir` ( #2497 )
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
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
烽宁
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
烽宁
c4909e4298
feat(theme): expose `useSidebar` ( #2496 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
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