vitepress
vitepress copied to clipboard
feat(theme-default): add built-in global component Badge.
fixes open changes from #1134 since there is no progress anymore and some people really want this feature
fixes #1156
looking forward...
Any updates please?
I'll look into this!
@kiaking How is it going?
@brc-dd I've updated the docs! Could you take a final look? If it looks OK, please merge it! 🙌
fixes open changes from #1134 since there is no progress anymore and some people really want this feature
close #1134 close #1156
It's suprising that those changes could be merged. I thought this feature wouldn't be accepted due to the consideration here, so I stopped watching the #1134, I feel very sorry.
Anyway, thx for @szsascha @kiaking ! ♪(・ω・)ノ it's nice of you to take another PR and make it better.
@brc-dd I've updated the docs! Could you take a final look? If it looks OK, please merge it! 🙌
Doesnt look to be rendered in my test env
@Goozoon Can you share a minimal reproducible example? It is working fine on our deployed docs. You might not have extended the default theme properly.
Pure vanilla Yarn Init thingy and copy=paste from the docs to see the result. Nothing about "extended the default theme" in the docs.
@Goozoon Can you share a minimal reproducible example? It is working fine on our deployed docs. You might have not extended the default theme properly.
@Goozoon It's working fine for me: https://stackblitz.com/edit/vite-wbmmgk?file=docs%2Findex.md If it's not for you, feel free to open a new issue with details. Also, can you check if you're on the latest VitePress version?
let me check yours.. thank you
my fault:
yarn docs:dev -> vitepress v1.0.0-draft.8
in dependencies:
"devDependencies": { "vitepress": "^1.0.0-alpha.28",