Danny Lin
399117088b
docs: add custom anchor example ( #2130 )
2 years ago
阿良仔
ae3041142e
docs: add `Rollup` to showcase ( #2128 )
2 years ago
Divyansh Singh
8370abc258
docs: fix install command in gh workflow
2 years ago
Evan You
9b85e435fe
docs: add dedicated section on SSR compatibility
2 years ago
Evan You
07a296f6c8
docs: highlight vite, vue & markdown config
2 years ago
Evan You
736f6c643f
docs: fix font preload example
2 years ago
Evan You
323fe30c9d
docs: add note about importing optional components when using no fonts default theme
2 years ago
Evan You
da1691d77e
feat(theme): support extending default theme without importing fonts
2 years ago
Evan You
5dd2a233b1
docs: preload home page images
2 years ago
Evan You
7182c4231f
feat(theme): page outline for mobile
2 years ago
Evan You
03423f13aa
docs: add example for vite / vue options
2 years ago
Evan You
31b548c718
docs: fix location description of the public dir
...
Should be relative to srcDir instead of project root
2 years ago
Evan You
2d22d02917
docs: clarify clean urls
2 years ago
Evan You
d2838e3755
feat: createContentLoader
2 years ago
Evan You
aa5b0b4cd7
docs: frontmatter updates
2 years ago
Evan You
e5cfe96ece
docs: tweak mpa mode
2 years ago
Guillaume Chau
192708de67
feat(theme): editLink can accept function ( #2058 )
2 years ago
Evan You
e4abb76454
docs: more details on where to place header config
2 years ago
Evan You
8ab36d05fa
fix: properly serialize header in outline
...
BREAKING CHANGE: default theme config option `outlineBadge` has been
removed. Badges in headers are now always excluded when generating
outline text.
2 years ago
Evan You
8e55c819dc
docs: add notes about headers
2 years ago
Divyansh Singh
2d28bd6da0
docs: use relative links
2 years ago
Divyansh Singh
56f5031514
docs: overriding internal components
...
closes #235
2 years ago
Evan You
aa8b03ceac
docs: add analytics
2 years ago
Evan You
868a9ff81e
feat: allow disabling markdown.headers
2 years ago
Billy Schonenberg
1ed5322d8b
docs: fix style module example ( #2065 )
2 years ago
Evan You
185e756b2d
docs: avoid carbonads id collision
...
close #2057
2 years ago
Evan You
657a7d38df
fix(theme): re-support dynamic headers
2 years ago
Divyansh Singh
41987b6a88
feat(theme): add not-found layout slot ( #2054 )
2 years ago
Evan You
8fa87df1a8
fix redirect
2 years ago
Evan You
3690714a32
update domain + redirect
2 years ago
Alija
322c633fd0
perf(a11y): add aria-label to language button ( #2025 )
...
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
2 years ago
Divyansh Singh
bc30c57db0
docs: typo
...
https://github.com/vuejs/vitepress/pull/2047#issuecomment-1459421947
2 years ago
秃头灯笼鱼
0900c0085a
docs: fix broken link ( #2047 )
2 years ago
Evan You
fe07329bf9
docs: revise frontmatter docs
2 years ago
Evan You
7b58df3af3
docs: cms, mpa, using vue edits
2 years ago
Evan You
294f47c0ce
docs: build time data loading
2 years ago
Evan You
de84c01b72
docs: revise custom theme and default theme extending
2 years ago
Evan You
74caccda43
feat: expose isNotFound on PageData, deperecate Theme.NotFound
2 years ago
Evan You
631e471e89
docs: mpa
2 years ago
Evan You
00ef777168
docs: adjust intro
2 years ago
Evan You
54d982f2dc
docs: more tweaks
2 years ago
Evan You
2af6731524
docs: restructure site config page
2 years ago
Evan You
6c4dea4b63
docs: revise writing section
2 years ago
Evan You
b9aed5695a
docs: document globals
2 years ago
Evan You
257d67c3f8
docs: dynamic routes
2 years ago
Evan You
66f94fd7a0
feat: expose params at top level in useData()
2 years ago
Evan You
e21a06ce81
docs: move default theme content to reference
2 years ago
Evan You
70b199be16
docs: adjust routing guide
2 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.
2 years ago
Evan You
a7e3102e9d
docs: cli reference
2 years ago