meteorlxy
bfb0220989
feat(build): support markdown frontmatter options ( #1218 )
2 years ago
meteorlxy
0664006e92
refactor: migrate markdown toc plugin ( #1093 ) ( #1207 )
2 years ago
meteorlxy
8a2d4f39e4
refactor: externalize markdown component plugin ( #843 )
2 years ago
Divyansh Singh
0048e2bf1e
feat(build): switch to vite 3, support clean urls and esm mode ( #856 )
2 years ago
Divyansh Singh
f9d2799be8
refactor: use available DT packages instead of manually defining modules ( #1096 )
2 years ago
fi3ework
bc47197f7b
test: add E2E tests ( #1012 )
2 years ago
Kia Ishii
0b6f25b988
test: add test for client utils
...
close #617
2 years ago
meteorlxy
421f641a76
feat: setup devtools and remove debug component ( #721 )
2 years ago
Divyansh Singh
4fd2fad1fa
fix: explicitly set component name ( #657 ) ( #681 )
...
fix : #657
2 years ago
Anthony Fu
a0f81c9f9d
feat: migrate to ESM ( #645 ) ( #659 )
...
close #645
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
2 years ago
Divyansh Singh
7d89b61b92
fix: switch to `markdown-it-toc-done-right` ( #388 ) ( #660 )
...
fix #388
2 years ago
Ryo_gk
1fcf4a4462
feat: use shiki instead of prismjs for syntax highlight ( #627 ) ( #654 )
...
close #627
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
2 years ago
Kia Ishii
799d8d4450
fix(build): error in lock file
3 years ago
Yuki Shindo
b198380618
fix(build): error of could not find a declaration for minimist ( #618 ) ( #622 )
...
fix #618
3 years ago
Evan You
8957d0f8ee
bump deps
3 years ago
Evan You
d32d8d4419
feat: use git-based lastUpdated data
...
- The main reason behind this change is because previously the FS-based
timestamp is inaccurate and will change on every remote deployment in
CI environments, resulting in cache invalidation on every build. Using
git timestamps makes them stable.
- This is now disabled by default for performance reasons, as getting
the git timestamp requires spawning a child process and is expensive.
To enable it, use the new `lastUpdated: true` config option.
3 years ago
Evan You
b404c6671d
deps: bump vite + vue
3 years ago
Evan You
d22e1c7828
bump deps
3 years ago
Evan You
17aaaf0180
refactor tsconfig setup + migrate to vitest
3 years ago
Evan You
70cfffb9db
downgrade vite + update @types/jest
3 years ago
Evan You
63b0f63a2e
bump vue
3 years ago
Evan You
2566bc96d8
bump deps
3 years ago
Evan You
26fe81c886
feat: support static data loaders
3 years ago
Evan You
6d40b37317
chore: bump vite & vue
3 years ago
Evan You
591163a910
bump vue
3 years ago
Evan You
0fa9337d5a
build: bump vue & vite deps
3 years ago
Eduardo San Martin Morote
1b245e22d8
feat: upgrade docsearch version ( #441 )
3 years ago
Evan You
df69b76427
fix: print urls again
3 years ago
Evan You
ba85fd4d51
chore: cleanup deps
3 years ago
Anthony Fu
49ddb1f120
workflow: switch to pnpm ( #401 )
3 years ago