Commit Graph

80 Commits (609d447ab50b2b8fb78a174e7d5aa0ff52411b0e)

Author SHA1 Message Date
Guillaume Chau 6c92675e33
feat: offline search (#2110)
3 years ago
Divyansh Singh a681fd11e3
fix(build): remove extra line at end of code blocks (#2191)
3 years ago
Anthony Fu 3235c23313
feat: more flexible `ignoreDeadLinks` (#2135)
3 years ago
Divyansh Singh 7678a89358
revert: 456099a
3 years ago
Divyansh Singh 456099a527
test: restore tests for init command
3 years ago
Evan You 470ce3d3f3 fix: gracefully handle config update with syntax error
3 years ago
Evan You 22ace7b075 perf: inline site data on page
3 years ago
Evan You 905f58b2a8 fix: avoid circular dependency between siteData virtual module and useData()
3 years ago
Guillaume Chau 192708de67
feat(theme): editLink can accept function (#2058)
3 years ago
Evan You 9bd940f22c fix: remove @vue/devtools from force include
3 years ago
Evan You 63f33d2895 fix: respect user vue alias
3 years ago
Evan You 38bbdaddb7
feat: vitepress init command (#2020)
3 years ago
Evan You bccce98c62 fix: update route configs on file add / delete
3 years ago
Evan You 34b149ba25 wip: rewrites for dynamic routes
3 years ago
Evan You d6952f37b7 wip: hmr for dynamic routes on add/delete
3 years ago
Evan You 9c4c2117a6 wip: dynamic routes
3 years ago
Divyansh Singh c4d8d7225c
fix(build): show error stack in logs (#1960)
3 years ago
Divyansh Singh 5c9b75e325
fix(types): augment vite user config (#1946)
3 years ago
CHOYSEN a00bb62143
feat(build): use vite logger (#1899)
3 years ago
Divyansh Singh a05956f38a fix(build): hmr with rewrites when base is set
3 years ago
Divyansh Singh 00abac6116
feat(build): support rewrites (#1798)
3 years ago
Divyansh Singh 05430e45c9
feat(build): expose vitepress site config to vite plugins (#1822)
3 years ago
Matteo Bilotta 4ac8c0482f
types: strong separation between `import` and `import type` (#1756)
3 years ago
Divyansh Singh dc596621cf
fix(build): allow serving files in dev from workspace root (#1647)
3 years ago
Divyansh Singh c9f04e0459
feat(build): add `useWebFonts` option (#1531)
3 years ago
Igor Randjelovic afeb06f17c
feat: transformPageData hook (#1492)
3 years ago
Divyansh Singh ce8d139a8e
feat(build): allow using `transformIndexHtml` (#1380)
3 years ago
Divyansh Singh 0048e2bf1e
feat(build): switch to vite 3, support clean urls and esm mode (#856)
4 years ago
Evan You 35b7361ca2 fix: support urls with query during dev
4 years ago
Divyansh Singh 120736fec1
chore: make recreateServer optional (#1165)
4 years ago
Divyansh Singh 93fe8207e7
fix(build): recreate server on config change (#1132)
4 years ago
CHOYSEN 8e6665bd8d
feat(build): handle change of config file dependencies (#1009)
4 years ago
Divyansh Singh 19b0758a04
feat(build): allow ignoring dead links (#586) (#793)
4 years ago
CHOYSEN 35772ca8d0
refactor(types): use built-in utility type `Awaited` (#801)
4 years ago
meteorlxy 48fae52d17
refactor: improve site data parsing (#780)
4 years ago
CHOYSEN 8bf4182453
refactor: add `PageDataPayload` type (#742)
4 years ago
Anthony Fu a0f81c9f9d
feat: migrate to ESM (#645) (#659)
4 years ago
Ryo_gk 1fcf4a4462
feat: use shiki instead of prismjs for syntax highlight (#627) (#654)
4 years ago
Kia King Ishii 36a67bd67d feat: add carbon ads feature (#647)
4 years ago
Dominic Elm 1656f0365a
fix(plugin): set content-type header for serving index.html (#616)
4 years ago
Divyansh Singh 804954cf4d
fix: append base to links (#502)
4 years ago
Evan You d32d8d4419 feat: use git-based lastUpdated data
4 years ago
Evan You 6f3a96f06d perf: do not include head config in client bundle for production
4 years ago
Evan You 26fe81c886 feat: support static data loaders
4 years ago
Evan You dfa7c0525f fix: handle potential string quote mismatch in generated code
4 years ago
Evan You bc486aae56 fix: static string strip regex for mulitiline static strings
4 years ago
Evan You abb1b578cd fix: improve createStaticVNode match for rollup codegen compat
4 years ago
Evan You a051e66f1a fix: lazy require @vitejs/plugin-vue to respect NODE_ENV
4 years ago
Evan You 4114674c69 fix(hmr): avoid relying on revertd vite hmr behavior
4 years ago
Evan You d3b1521ebe feat: support ts/esm config file + defineConfig() helper
4 years ago