-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: navigation badge #433
Conversation
* fix(core): prefetch used components from nuxt-content * chore: add key for component
* chore: create nuxtjs clone * 🔥 (nuxtjs.org) remove nuxtjs.org clone * ✨ (nuxtjs.org) import nuxtjs.org from Florent's work * fix: paragraph and br margin; small fixes Co-authored-by: Farnabaz <[email protected]> Co-authored-by: Sergey Bedritsky <[email protected]>
* fix(core): do not wrapp blocks inside paragraph * chore: rename inline directive
* feat: find nearest exclusive parent for currentNav * fix: issue with filtering * chore: remove default links * docs: add back link usage
* fix: improve ssr rendering * fix: hydration issue
…409) * fix: handle different order for slot and props for inline component * fix: exit if there is no valid character after name * docs: update docs
* add DM fonts * fix(nuxtjs): use typescript * init style fixes * ✨ (head) move design things to defaultTheme instead of app also improve Windi parsing * add body text tokens * move hero parallax * HeroDescription * cleanup section titles and description * merge conflict * cleanup section titles and description * fix buttons * discover dx items * add category label * section content item * header border and bg; footer; lot of fixes * fix: parallax * update primary color * fix sections bgs * fix dark footer text colors * tokenise body text color; fixes * fix docus aside and toc dark bg Co-authored-by: Farnabaz <[email protected]> Co-authored-by: Yaël GUILLOUX <[email protected]>
* add DM fonts * init style fixes * ✨ (head) move design things to defaultTheme instead of app also improve Windi parsing * add body text tokens * move hero parallax * HeroDescription * cleanup section titles and description * merge conflict * cleanup section titles and description * fix buttons * discover dx items * add category label * section content item * header border and bg; footer; lot of fixes * fix: parallax * update primary color * fix sections bgs * fix dark footer text colors * tokenise body text color; fixes * fix docus aside and toc dark bg * add DM fonts * fix(nuxtjs): use typescript * init style fixes * ✨ (head) move design things to defaultTheme instead of app also improve Windi parsing * add body text tokens * move hero parallax * HeroDescription * cleanup section titles and description * merge conflict * cleanup section titles and description * fix buttons * discover dx items * add category label * section content item * header border and bg; footer; lot of fixes * fix: parallax * update primary color * fix sections bgs * fix dark footer text colors * tokenise body text color; fixes * fix docus aside and toc dark bg * fix merge conflict * fix partners banner graqdient color * init resources page * init all pages; hero components Co-authored-by: Yaël GUILLOUX <[email protected]> Co-authored-by: Farnabaz <[email protected]>
* ✨ (docs and exemple ) add collapsed and redirect navigation * 🍱 (iconAlert) add icon alert * 🔧 (windi.config.js) add purple color * ✨ (Alert) add Alert component and new alert types * 🐛 (Alert) fix classes and name * ✨ (iconAlert) update svg * ♻️ (installation) refacto w/ docus component * ♻️ (routing) refacto w/ docus component * ♻️ (directory-structure) refacto w/ docus compoenents * ♻️ (commands) refacto w/ docus components * ♻️ (docs/conclusion) refacto w/ docus components * ♻️ (docs/upgrading) refacto w/ docus components * ♻️ (docs/views) refacto w/ docus components * ♻️ (docs - context-helpers) refacto w/ docus components * ♻️ (server-side-rendering) update * ♻️ (docs - static-site-generation) update * ♻️ (docs - nuxt-lifecycle) refact w/ docus components * ♻️ (docs) update links (remove /2.x) * ♻️ (docs - features) update w/ docus components * ♻️ (docs - directory-structure) refacto w/ docus components * ♻️ (docs - configuration glossary) refacto w/ docus components * docs: update icon and title * ♻️ (docs - internals-glossary) refacto w/ docus components * ✨ (docs) add redirect on first page section if last page section * ♻️ (docs - components-glossary) refacto w/ docus components * 🐛 (docs - components gloassry - $nuxt) fix description * 🍱 (img) add github imgs for deployment section * ♻️ (docs - deployment) refacto w/ docus components * ♻️ (examples - routing) refacto w/ docus components * ♻️ (examples - data-fetching) refacto w/ docus components * ♻️ (examples - assets-management) refacto w/ docus components * ♻️ (examples - transitions) refacto w/ docus components * ♻️ (examples - seo) refacto w/ docus components * ♻️ (examples - loading) refacto w/ docus components * ♻️ (examples - miscellaneous) refacto w/ docus components * ♻️ (examples - middlewares) refacto w/ docus components * ✨ (examples - plugins) refacto w/ docus components * ♻️ (examples - modules) refacto w/ docus components * ♻️ (examples) replace code-sandbox w/ docus code-sandbox components * ♻️ (static-site-generation) refacto base alert w/ docus components Co-authored-by: Florent <[email protected]> Co-authored-by: Yaël Guilloux <[email protected]>
This pull request is being automatically deployed with Vercel (learn more). docus – ./🔍 Inspect: https://vercel.com/nuxtlabs/docus/4a8FfThC9NRtsz398RZ8VKXs4HUY nuxtjs-with-docus – ./🔍 Inspect: https://vercel.com/nuxtlabs/nuxtjs-with-docus/haXUe7ycrY37BDhEs6KBcb9ukgkf |
@clemcode ; @Flosciante ; maybe think of another way to display that before release ? |
Types of changes
Description
Introduce navigation badge
General look for requested usage is not good though
Partially resolves issue #416
Checklist: