Divyansh Singh
2a9fc2a26b
fix: hashchange should only be triggered for same page navigations ( #3768 )
...
Co-authored-by: zonemeen <994718917@qq.com>
1 year ago
李小控
c4ae9d3cde
docs: update default-theme sidebar type ( #3715 )
1 year ago
Evan You
0b68382121
docs: document metaChunk
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
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>
2 years ago
Liana
ab39fd8592
feat(home): add target and rel attribute to home actions ( #3528 )
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
Divyansh Singh
420efec4d7
chore: remove extra space
2 years ago
skirtle
c68f23d31a
docs: fix async config example ( #3500 )
2 years ago
Divyansh Singh
ba3c6441be
docs: update recommendation for canonical urls to use transformPageData instead
2 years ago
김관식
c882fa1469
feat(theme): add npm icon ( #3483 )
2 years ago
szchixy
b1d01dbe8a
docs: add x SocialLinkIcon ( #3475 )
2 years ago
skirtle
9510cd70c1
docs: add a canonical URL `<link>` example ( #3473 )
2 years 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>
2 years ago
oliv37
bb64ecba3d
docs: dynamic site config ( #3266 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Дмитрий Бондарев
9c20e3b5f8
feat(theme/i18n): allow customizing sponsor link's text ( #3276 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Sefa UN
08948968a6
docs: fix typos ( #3336 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Anthony Fu
75f18e4733
feat: migrate to shikiji ( #3237 )
2 years ago
Divyansh Singh
02161d0f79
fix(build): support nested assetsDir
2 years ago
Orca
b08a313cfb
docs(search): update the link to MiniSearch's docs ( #3176 )
2 years ago
Abiria
f188da0d53
docs: update reference documentation to reflect type definition correctly ( #3167 )
2 years ago
Jason Dai
a13f5cb3a7
docs(md): global custom container titles ( #3112 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
b16fb46e39
docs: remove example markdown config
2 years ago
Divyansh Singh
7271a95948
feat: mathjax support ( #2977 )
2 years ago
Divyansh Singh
1fb5d228a2
feat(theme): allow forcing dark mode ( #2974 )
2 years ago
Divyansh Singh
a18e5e48a4
feat(theme): allow forcing site locale in last updated format ( #2973 )
2 years 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>
2 years ago
Divyansh Singh
fb93460cad
docs: update docs on transform page data
2 years ago
Divyansh Singh
9a062a6dd6
feat(theme): allow overriding last updated time in doc footer from frontmatter ( #2848 )
2 years 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>
2 years 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>
2 years ago
Divyansh Singh
9499953386
refactor: drop custom logic in favor of vueuse useDark ( #2818 )
2 years ago
Divyansh Singh
9df8adb53e
chore(build)!: drop cjs api ( #2737 )
2 years ago
Divyansh Singh
f4a5c43cb0
feat(theme): allow adding custom layouts
...
closes #2547
2 years ago
Divyansh Singh
7141b82ccc
docs: add head examples
...
closes #1500 , closes #1131
2 years ago
Divyansh Singh
900906583b
docs: fix link
2 years ago
Divyansh Singh
17378c064f
fix(build): make outDir from cli work properly
...
closes #2716
2 years ago
Mike Bostock
5d18fd8978
feat: rel for feature links ( #2704 )
2 years ago
烽宁
2ae90a2343
feat(theme): support custom page class ( #2696 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
烽宁
13f94a6663
feat(build): custom excerpt for `createContentLoader` ( #2698 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
camera-2018
40c60ecae5
docs: sidebar and navbar frontmatter config ( #2667 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
bqy_fe
e79a13eb42
feat(theme): support footer frontmatter config ( #2574 )
2 years 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>
2 years ago
Divyansh Singh
cfe7e9f525
docs: add info about need to commit for lastUpdated to work ( closes #2090 )
2 years ago
Divyansh Singh
5a340bf1e5
docs: add algolia crawler config ( closes #2592 )
2 years ago
烽宁
64d7c3ba54
feat(build): support custom `assetsDir` ( #2497 )
2 years ago
烽宁
9fee5542cb
feat(search): support `minisearch` customization ( #2576 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
烽宁
a99dcf9443
fix(types): export duplicate type `Sidebar` ( #2573 )
2 years ago
bqy_fe
665f3b02f8
feat(client): add onBeforePageLoad hook for router ( #2564 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years 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>
2 years ago