meteorlxy
|
753f35bf7c
|
refactor: improve page data parsing (#778)
|
2 years ago |
meteorlxy
|
6174362c53
|
refactor: handle page data hmr in the same file (#779)
|
2 years ago |
Divyansh Singh
|
c5c3c64851
|
fix: title in containers not working with markdown content (#765) (#768)
fix #765
|
2 years ago |
Kia Ishii
|
dc29dba3fb
|
ci: fix failing test
|
2 years ago |
Divyansh Singh
|
23276bae05
|
feat: emit 404.html on build (#729) (#740)
close #729
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
zRains
|
263607b279
|
fix: better nav item types (#714)
|
2 years ago |
Kia Ishii
|
0b6f25b988
|
test: add test for client utils
close #617
|
2 years ago |
Divyansh Singh
|
6eda63e455
|
docs: make users install `vue` too (#531) (#533)
close #531
Co-authored-by: Kia King Ishii <kia.king.08@gmail.com>
|
2 years ago |
artiely
|
521601d20b
|
chore: typo (#783)
|
2 years ago |
Divyansh Singh
|
919d23079b
|
fix(a11y): use h1 for title in hero instead of p (#776)
|
2 years ago |
Ivan Demchuk
|
b1ff725611
|
fix: use h2 for feature headers (#774)
Use the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).
|
2 years ago |
Eron Donevan Powell
|
54930e57fa
|
docs: fix typo in theme-homepage.md (#771)
|
2 years ago |
Anthony Fu
|
94704c9563
|
fix(hero): use `pre-wrap` for text and tagline (#746)
|
2 years ago |
CHOYSEN
|
8bf4182453
|
refactor: add `PageDataPayload` type (#742)
|
2 years ago |
meteorlxy
|
421f641a76
|
feat: setup devtools and remove debug component (#721)
|
2 years ago |
Sacha STAFYNIAK
|
aa65cb58f5
|
fix: double base in sidebar links (#756)
|
2 years ago |
rainkolwa
|
9004a80130
|
docs: fix typo in configuration.md (#752)
|
2 years ago |
Anthony Fu
|
81dfe36021
|
chore: enable `jsx` for volar
|
2 years ago |
CHOYSEN
|
721fa364ea
|
docs: fix node version in gitlab ci template (#732)
|
2 years ago |
CHOYSEN
|
e97a41dcf2
|
docs: fix typo (#731)
|
2 years ago |
Divyansh Singh
|
0ac7ac1a6e
|
chore: remove unnecessary head tags (#725)
|
2 years ago |
Percy Ma
|
64c3654b4b
|
fix: sidebar right blur notch (#712)
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
Divyansh Singh
|
535e176b9a
|
feat: allow custom edit links (#698)
close #694
close #697
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
Kia Ishii
|
cf99dccfc4
|
refactor: adjust sidebar item line height
|
2 years ago |
Kia Ishii
|
b31fbf3621
|
feat: add `lastUpdated` option to frontmatter
|
2 years ago |
Anthony Fu
|
92659a2e9d
|
feat: support custom content in home layout (#702)
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
Divyansh Singh
|
9c0ed9397f
|
fix: page layout breaks when page name matches the css class name (#696) (#699)
fix: #696
To fix the issue, make the page name inside VPDoc use a complete path.
|
2 years ago |
Divyansh Singh
|
305bcc02e6
|
fix: add background color in navbar to avoid contrast issues (#695)
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
Divyansh Singh
|
59df10590b
|
fix: allow lang='ts' on scripts in markdown (#693) (#701)
fix #693
|
2 years ago |
Divyansh Singh
|
a8a16237cd
|
feat: allow custom outline title (#689) (#690)
close #689
|
2 years ago |
Divyansh Singh
|
ce17f5035c
|
feat: allow external links in sidebar (#205) (#686)
close #205
Co-authored-by: Kia Ishii <kia.king.08@gmail.com>
|
2 years ago |
Divyansh Singh
|
86690fa1ac
|
docs: fix multiple sidebar code (#722) (#726)
|
2 years ago |
Divyansh Singh
|
1fe5153f47
|
fix(style): typo (#708) (#716)
|
2 years ago |
Divyansh Singh
|
8e5015462c
|
fix: use base in links (#717) (#718)
|
2 years ago |
0x009922
|
31c863d14c
|
docs: fix docs for usage of regions in snippets (#421)
|
2 years ago |
Divyansh Singh
|
78a2e84e7b
|
fix: add default value for base in `createMarkdownRenderer` (#555) (#556)
|
2 years ago |
Romain Bioteau
|
5f62fcd740
|
docs: specify location of the public folder (#700)
|
2 years ago |
Percy Ma
|
e5bf15a21e
|
fix: nav nested items type error (#710) (#711)
|
2 years ago |
Divyansh Singh
|
03ac2233b5
|
docs: typo
|
2 years ago |
Kia King Ishii
|
0927a7393b
|
chore: fix CHANGELOG
|
3 years ago |
Kia King Ishii
|
481c411ef5
|
release: v1.0.0-alpha.1
|
3 years ago |
Kia King Ishii
|
b4d2501017
|
chore: make release script work again
|
3 years ago |
Kia King Ishii
|
6c611cfe85
|
chore: update release script
|
3 years ago |
Kia King Ishii
|
baf8083e66
|
Merge pull request #687 from vuejs/next-theme
feat: 1.0.0-alpha merge
|
3 years ago |
Kia King Ishii
|
6e53be6575
|
docs: add more to migration from vitepress 0.x
|
3 years ago |
Kia King Ishii
|
08fe3488ba
|
refactor: adjust small styling
|
3 years ago |
Kia King Ishii
|
756139604c
|
refactor: tiny adjustments
|
3 years ago |
Kia King Ishii
|
8ab5717a74
|
docs: fix broken build
|
3 years ago |
Kia King Ishii
|
abe4410f07
|
docs: update
Co-authored-by: Ben Hong <ben@bencodezen.io>
|
3 years ago |
Kia King Ishii
|
d8380b3cc8
|
docs: update
Co-authored-by: Ben Hong <ben@bencodezen.io>
|
3 years ago |