Skip to content
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: sponsors nuxtjs page #468

Merged
merged 6 commits into from
Jun 18, 2021
Merged

feat: sponsors nuxtjs page #468

merged 6 commits into from
Jun 18, 2021

Conversation

Flosciante
Copy link
Collaborator

Some logos is missing. we'll see w/ @R-mooon

@Flosciante Flosciante requested a review from Tahul June 18, 2021 10:25
@vercel
Copy link

vercel bot commented Jun 18, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

nuxtjs-with-docus – ./

🔍 Inspect: https://vercel.com/nuxtlabs/nuxtjs-with-docus/EkyCFuJv6WVzJYebj5Mo8s8kEHjm
✅ Preview: https://nuxtjs-with-docus-git-feat-custom-pages-sponsors-nuxtlabs.vercel.app

docus – ./

🔍 Inspect: https://vercel.com/nuxtlabs/docus/BTeSPfgRQFw8HWDjazp1jVtpoTrc
✅ Preview: https://docus-git-feat-custom-pages-sponsors-nuxtlabs.vercel.app

@Tahul
Copy link
Contributor

Tahul commented Jun 18, 2021

LGTM 👍 ;

Importing Markdown component is not necessary anymore though.

I removed it in last commit 😄.

Another small comment, please add more spaces to your components it makes them more readable and has no impact on final render.

@Tahul Tahul merged commit 4c86d2b into dev Jun 18, 2021
@Tahul Tahul deleted the feat-custom-pages-sponsors branch June 18, 2021 10:35
Tahul added a commit that referenced this pull request Jun 24, 2021
* chore: fix lint

* fix(twitter): add components dir to Windi scan options (#379)

* docs: fix nuxt-img usage (#383)

* fix(storage): clean deleted contents from storage (#382)

* fix(core): prefetch used components from nuxt-content (#377)

* fix(core): prefetch used components from nuxt-content

* chore: add key for component

* 📦 (deps) upgrade deps

* chore: update deps

* feat: respect nuxtignore (#386)

* chore: fix lint

* fix(twitter): add components dir to Windi scan options (#379)

* docs: fix nuxt-img usage (#383)

* fix(storage): clean deleted contents from storage (#382)

* feat: respect nuxtignore

* fix: revert ohmyfetch to 0.1.8

* 🔧 (siroc) remove minifying

* ➖ (deps) remove terser & pify

* 🚨 (lint) lint project

* 💚 (ci) update CI

* 💚 (ci) update ci (master => main)

* 💚 (ci) fix ci prepare

* 💚 (ci) fix CI

* improve templates; move toc into AppContent (#375)

* chore: import nuxtjs.org (#376)

* 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 <farnabaz@gmail.com>
Co-authored-by: Sergey Bedritsky <sergey.bedritsky@gmail.com>

* fix(nuxtjs): use typescript

* 🐛 (head) fix header meta

* 🔧 (nuxt) re-add typescript build for nuxtjs.org

* fix(core): do not wrap blocks inside paragraph (#390)

* fix(core): do not wrapp blocks inside paragraph

* chore: rename inline directive

* fix(core): fix content language and serialize parse (#388)

* 📦 (deps) downgrade siroc to get back .js

* fix(github): prevent undefined error on last release

* feat: find nearest exclusive parent for currentNav (#395)

* feat: find nearest exclusive parent for currentNav

* fix: issue with filtering

* chore: remove default links

* docs: add back link usage

* fix: safari font size render (#401)

* fix: list HMR (#402)

* fix: improve ssr rendering (#397)

* fix: improve ssr rendering

* fix:  hydration issue

* fix(core): merge user defined class with component top level class (#403)

* chore(admin): quick fix on admin

* fix: handle boolean attributes (#404)

* feat: navigation collapse & redirect (#405)

* feat: navigation collapse & redirect

* fix: redirect on page visit

* 🐛 (redirect) redirect handling occuring to soon

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* content: migrate docs and examples folder from current website (#406)

* content: WIP on current doc migration

* fix: header navigation

* chore: update testimnonials

* content: WIP on docs migration

* content: clean frontmatter

* 🐛 (directory structure) fix nav and meta titles

* content: Remove position on missed file

* content: WIP on examples

* content: Structure example folder

* 🐛 (configuration glossary) fix nav and meta title

* docs: add Evan quote

* docs: NuxtJS -> Nuxt

* 🐛 (internals glossary) fix nav and meta titles

* content: Migrate components glossary

* content: migrate deployment folder

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Florent <flo@nuxtjs.com>
Co-authored-by: Yaël Guilloux <yael.guilloux@gmail.com>

* feat: update docs (#400)

* 🐛 (admin) update admin runtime plugin

* ✨ (theme) update default theme, add contentDir to windi parsing

* ✨ (asidebottom) update resources

* ✨ (windi) cleanup windi config

* ✨ (github) update github module logging

* ✨ (prose) move prose components in its own folder

* ✨ (components) refact components (wip)

* ✨ (content) update components (heavily wip)

* 🐛 (social-image) fix social image preview

* 🐛 (navigation) make it fill space on desktop

* 📝 (docs) write a lot of content

* ✏️ (js) js by default

* 🔧 (package) add generate:nuxtjs command

* ✨ (theme) add default slot in card

* 📝 (links) fix broken links

* 📝 (fix) tagline

* 📝 (prose) improve prose page

* 📝 (prose) improve prose page

* Update docs/content/1.get-started/1.installation.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/1.get-started/1.installation.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/2.writing/1.my-first-page.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/2.writing/2.syntax.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/2.writing/1.my-first-page.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/2.writing/2.syntax.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/3.features/5.deployment.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/3.features/5.deployment.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/4.theme/1.settings.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* 📝 (components) try to fix inject content

* Update docs/content/2.writing/2.syntax.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/3.features/5.deployment.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/2.writing/3.front-matter.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* Update docs/content/2.writing/3.front-matter.md

Co-authored-by: Daniel Roe <daniel@roe.dev>

* 📝 (docs) update front-matter & fix components

Co-authored-by: Daniel Roe <daniel@roe.dev>

* 📝 (nuxtjs.org) fix

* 📝 (components) update inline components syntax docs

* chore: improve components

* docs(nuxtjs): improve testimonials

* docs(nuxtjs): another testimonial

* docs(nuxtjs): adding Guillermo testimonial

* 🐛 (defaultTheme) remove siroc dep from theme

* fix: windicss scaning for dist vue sfc (#412)

* feat: allow using flatten keys in frontmatter (#410)

* fix: handle different order for slot and props for inline component (#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

* fix: styles for nuxtjs.org 🚧 (#392)

* 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 <farnabaz@gmail.com>
Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* 🚨 (lint) lint project

* 🐛 (css) temporarly fix theme() usage in .css

* 🔖 (0.7.0) release 0.7.0

* fix(CodeGroup): prevent undefined error (#415)

* fix(core): ignore invalid extensions (#423)

* fix(core): use ignore pattern based on driver path (#418)

* fix: nuxtjs.org design (#417)

* 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 <yael.guilloux@gmail.com>
Co-authored-by: Farnabaz <farnabaz@gmail.com>

* docs: update components (#413)

* ✨ (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 <flo@nuxtjs.com>
Co-authored-by: Yaël Guilloux <yael.guilloux@gmail.com>

* fix(nuxtjs): testimonials

* fix: windicss version (#422)

* 📌 (deps) fix windi version

* 💄 (style) fix hotfix for theme() in main.css

* feat: introduce `ProseH4` (#427)

* feat: introduce `ProseH4`

* fix: proseh4 inline code

* docs(nuxtjs): Update home hero (#432)

* docs(nuxtjs): Update home hero

* fix: use onMounted for listening on mousemove

* docs: update number of stars

* feat(video-player): support youtube videos (#426)

* feat(video-player): support youtube videos

* fix: temporary use `<img`>

* fix: ignore redirected contents (#428)

* docs: blog migration (#429)

* docs: migrate blog posts

* docs: Use Docus syntax on blog posts

* 🔧 (package) add nuxtjs commands

* ✨ (social-image) allow to disable from docus.config

* docs(nuxtjs): add Sadek testimonial and improve retina images

* docs(nuxtjs): add fume as deployment platform (#439)

* fix: fix bottom navigation query and improve grouping (#440)

* fix: fix bottom navigation query and improve grouping

* fix: ignore pages without title

* 🐛 (images) import Vercel fix for nuxt/image on nuxtjs.org

* fix: do not remove H1 from markdown content (#411)

* fix: do not remove H1 from markdown content

* feat: `extract.heading`

* fix: improve UI

* fix: trim text content

* fix: handle string values

* docs: improve Nuxtjs docs (#444)

* fix: prevent syntax collision

* fix: VideoPlayer UI and add youtube image cdn to image domains

* docs: simplify VideoPlayer usage and add image domain

* feat: team page (#442)

* 👌 (Alert) CapitalCamelCase on IconAlert

* 👌 (docs) use docus syntax for nav title

* 👌 (docs) use docus syntax for nav title

* 👌 (examples) csb_link moved to ::code-sandbox component

* 🚧 (team page)

* ✨ (teams) add core and community md files

* 🔧 (windi.config) add sky color

* ✨ (teams) teams page

* 🐛 (TeamMember) fix invalid key on v-for

* 🐛 (teams) change title to name

* feat: collapsible docs (#438)

* ✨ (nav) add releases to resources

* ✨ (releases) hide releases page from nav

* ✨ (resources) update code sandbox icon

* 🐛 (aside) make aside sticky again

* 📝 (collapse) collapse docs to avoid scrolling on nav when landing

* docs: collapse get started

* fix: rename to `collapse`

Co-authored-by: Farnabaz <farnabaz@gmail.com>

* docs(nuxtjs): dynamic blog content on homepage (#441)

* docs: dynamic blog content on homepage

* fix: remove console logs

* docs: change query to get last 2 elements

* docs(nuxtjs): home page marketing (#436)

* docs(nuxtjs): home page marketig

Co-Authored-By: Clément Ollivier <clement.o2p@gmail.com>

* chore: update to use markdown slots and props

* docs: move content to markdown

Love this syntax 🔥

* docs: update strong conventions

* docs: Minor fix following design review

* chore: fix lint issue

* docs: first draft of homepage cards content

* docs: update icons and fix cli bg color

Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>

* docs(nuxtjs): update icon colors

* docs(nuxtjs): update teams

* fix(PageContent): add missing condition

* docs(nuxtjs): add 2 more testimonials

* docs(nuxtjs): update Jimmy profile

* docs(nuxtjs): don't extract

* docs: update preview (#430)

* docs: Update preview

* fix: set meta tags

Co-authored-by: Farnabaz <farnabaz@gmail.com>

* docs: update footer links (#446)

* ui: nuxtjs.org design (#435)

* footer image

* resources page; some tokenisation

* themes page

* video courses page

* blog pages

* update secondary text color in dark mode for index

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* feat: color mode selector (#449)

* chore: styles tokenisation (#425)

* init tokenisation

* clean current shortcuts

* init Algolia; new AppHeader

* complete primary tokenisation

* algolia search modal completed

* fix Algolia bugs

* add border to aside

* add code group header token

* tokenize code components

* 🐛 (page-prev-next) fix component after mege

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* feat: change ignore behavior (#448)

* fix: change ignore behavior

* chore: update docs

* docs: document new system

* fix: generateSlug

* fix: do not render hidden contents as a standalone page

* docs: update docs

* 🐛 (alert) fix alert icons

* fixes (#454)

* docs: update team

* docs(nuxtjs): update testimonial

* 🐛 (header) fix blog link

* feat: add releases link in aside bottom (#456)

* feat: add releases link in aside bottom

* fix: move to `/releases`

* docs: add sponsors and ads to sidebar (#420)

* ✨ (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

* docs: add sponsors and ads to sidebar

* ♻️ (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

* fix: Update svg asset path

* fix: use defineComponent for ads

* docs: use md and docus API to get partners

* fix: remove aside slider and improve home slider

Co-Authored-By: Clément Ollivier <clement.o2p@gmail.com>

* chore: remove un-used components for partners

Co-Authored-By: Clément Ollivier <clement.o2p@gmail.com>

* 🐛 (adsblock) margin adsblock

* 🐛 (dark) fix dark mode

Co-authored-by: Florent <flo@nuxtjs.com>
Co-authored-by: Yaël Guilloux <yael.guilloux@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* docs: update home icons (#455)

* docs(nuxtjs): add hightlight components and global Markdown (#459)

* Docs/fix/broken links (#450)

* docs: fix broken links

* docs: fix blog posts links and surrounding href

* fix: links on images and title + support category prop

* docs: update links in learn section

* fix: learn everything link

* fix: update fiooter wording (#461)

* fix(core): fix ignore pattern

* Error page done (#452)

* Error page done

* 🐛 (page) update template location to avoid overwriting docus error page

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* feat: design kit page (#457)

* 🚧 (Design-kit) design kit wip

* 🍱 (design-kit) add assets

* 🔧 (.gitignore) update

* 📝 (design kit) add content

* ✨ (design kit) design page

* fix: right click on logo

* docs: remove last section

* 👌 (design kit) change png/svg text color

* 🐛 (temporary) temporary fix for unparsed class (bg-secondary-darker)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* fix: use postprocess to limit docs (#453)

* fix: safari issues (#458)

* fix: svg scaling in safari

* fix: safari image aspect ratio and partners icons

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* docs: add video courses link to nav (#460)

* docs: add video courses link to nav

* 🐛 (header) remove header navigation unused code

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* docs: fix lead paragraph

* 🐛 (image) fix nuxt image domains

* docs(nuxtjs): keep moving to markdown

* docs(nuxtjs): marketing

* docs(nuxtjs): fix multiple scripts

* docs(nuxtjs): campire to markdown and rename partners

* fix: add resources and remove design kit from nav (#467)

* fix: add resources and remove design kit from nav

* Update HeaderNavigation.vue

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* fix: homepage paddings (#465)

* feat: sponsors nuxtjs page (#468)

* 🍱 (sustainability) add sponsors img

* 🚧 (sustainability) sustainability page

* 🍱 (sponsors) add logo

* 📝 (sponsors)

* ✨ (sponsors) sonspors page

* 🐛 (format) remove unnecessary import

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* Support page (#466)

* Support page

* 🚧 (md) move component content to markdown

* ✨ (support) move content into markdoown

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* feat: universal link (#469)

* ✨ (universal-link) implement UniversalLink component

* ✨ (content-card) update content card template w/ UniversalLink

* ✨ (lists) update lists components

* ✨ (header) update header navigation

* ✨ (universal-link) update current link components using universal link

* 🚨 (format) add a little space

* 🚨 (..) ..

* 📝 (docs) update docs content & components usage

* ✨ (link) update UniversalLink to Link; POW

* ✨ (blogpostlist) update href

* ✨ (headernavigation) update nuxtjs header nav; use <nav> instead of <div>

* fix: css improvements and fixes (#464)

* fix: css improvements and fixes

* improve responsiveness

* notes

* prose styling

* show toc aside always

* fix blogpost list container

* improve header nav

* fix: multiple integration issues (#476)

* fix: i18n (#462)

* init

* docs: update fr docs

* fix: path nuxt-i18n issue

* fix(navigation): use `route.params.pathMatch`

* fix(navigation): use `app.i18n.locale`

* fix: lint

* fix: use Docus translations

* fix: typo

* fix: handle html tags in colon syntax (#474)

* fix: handle html tags in colon syntax

* fix: typo

* feat: inline text attributes with `[]{}` syntax (#471)

* feat: inline text attributes with `[]{}` syntax

* docs: add text attributes syntax

* Update docs/content/2.writing/2.syntax.md

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* fix: cleanup & typo

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* fix: detect static files (#472)

Co-authored-by: Yaël Guilloux <yael.guilloux@gmail.com>

* ✏️ (icons) remove wrong casing for icons

* ✏️ (icons) re-add correctly cased icons

* 🔥 (DesignSection) remove Markdown component import

* fix: partners logo path and height class (#491)

* feat: home discover animation (#463)

* 🚧 (HomeDiscover) lottie animation

* 🔥 (lottie) remove json

* fix: lottie ref

* ✨ (HomeDiscover) anim

* ♻️ (HomeDiscover) replace the 5 animations in one and add segments

* ✨ (HomeDiscover) update json lottie path

* ✨ (HomeDiscover) play/pause animation on scoll

* ✨ (HomeDiscover) anim according color mode

* ✨ (HomeDiscover) change threshold for anim visibility

* 🐛 (HomeDiscover) add any type on useContext to avoid lint error

* ♻️ (HomeDiscover) change layout anim size

Co-authored-by: Farnabaz <farnabaz@gmail.com>
Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* docs: update images and content on resources section (#490)

* feat(admin): preview routing (#482)

* chore: update eslint rules for <script setup> (#486)

* fix: change markdown interface (#480)

Co-authored-by: Yaël Guilloux <yael.guilloux@gmail.com>

* feat(admin): improvements

- Select default page
- Fix Static tab
- Renamed Pages to Content on API

* docs: minor fixes (#495)

* fix: use `github.releases` to fetch releases (#496)

* feat: introduce markdown attributes syntax `{}` (#488)

* feat: introduce markdown attributes syntax `{}`

* fix: update `ProseEm` styles

* fix: conflict with link syntax

* docs: add attributes

* docs: update images to use markdown syntax

* 📝 (prose) add ProseEm to docs

* ✨ (defaultTheme) add markdown parsing for WindiCSS

* 📦 (deps) upgrade dependencies (windicss, nuxt, ...)

* 🐛 (pageprevnext) remove unnecessary v-if

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* Tokenisation & Prose components cleanup (#492)

* ProseA

* ProseBlockquote

* ProseCode

* ProseCodeInline

* 🐛 (colors) fix default theme using nuxtjs color

also remove breaky comment :D

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* chore: refact nuxtjs.org components (#477)

* 🚧 (components) move components into directories

* ♻️ (components) update components naming, refact usage

* 🐛 (link) move static logic into Link instead of ProseA and bind props

* 🔀 (merge) fix merge conflicts

* 🐛 (nuxtjs.org) fix design typography color in dark mode

* 🔖 (0.8.0-beta) release 0.8.0-beta

* 🐛 (plugin) fix global components plugin; does not support .ts

* 🔖 (0.8.2-beta) release 0.8.2-beta

* 🔥 (nuxtjs.org) remove nuxtjs.org directory from docus project

* feat(admin): preview nav icons and editable url (#498)

* fix(List): remove unused component import

* feat(admin): dark mode (#502)

* feat(admin): use Vite as middleware on dev (#500)

* feat(admin): use Vite as middleware on dev

close #293

* chore: fix build

* feat(admin): dark mode (#502)

* fix: resolve docus dist dir properly

* fix(admin): update api entry

* 🐛 (windicss) temp fix for WindiCSS; moving css into AppLayout style

* fix: do not extract heading from content (#506)

* fix: do not extract heading from content

* fix: update shortcuts

* fix: remove anchor link from H1 tag

* ✨ (extraction) update content and fix styling

Co-authored-by: Yaël GUILLOUX <yael.guilloux@gmail.com>

* fix(windicss): extractor for custom syntax (#504)

* fix(windicss): extractor for custom syntax

close #503

* docs: add usage

Co-authored-by: Farnabaz <farnabaz@gmail.com>

* feat: improve navigation structure (#501)

* docs: update deployment emote (#507)

* docs: update deployment emote

* fix: email input placeholder

* fix: continue tokenisation & prose cleanup (#505)

* ProseEm

* ProseH1

* ProseH2

* ProseH3

* ProseH4

* ProseHr

* ProseImg

* ProseLi

* 📦 (deps) upgrade dependencies

* 🐛 (windi) switch back to main.css as latest Windi fixed it :)

* 🚨 (lint) lint project

* 🔖 (0.8.0) release 0.8.0

* 🔖 (0.8.4) release 0.8.4

* docs: branding

* chore: favicon for admin and docs

* fix: tokenisation & prose cleanup finish (#510)

* ProseOl

* ProseStrong

* ProseTable

* ProseTd

* ProseUl

* fix(AsideNavigation): typo in collapse prop name

* feat(admin): Monaco, Resize panels, improved explorer (#509)

* feat(admin): merge frontmatter and content

* chore: init monaco

* chore: fix lint

* feat: monaco dark mode

* feat(admin): resizable panels, close #484

* style: improve explorer

* chore: enabled wordWrap for monaco

* style: panel style

* style(admin): explorer scoll

* fix(admin): monaco build

* feat: populate `document.empty` and hide empty indexes from bottom navigation (#511)

* 🔖 (0.8.5) release 0.8.5

Co-authored-by: Farnabaz <farnabaz@gmail.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Sergey Bedritsky <sergey.bedritsky@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Florent <flo@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: Vincent Rodriguez <64779770+R-mooon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants