Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: apply new content architecture (nuxt#1665)
* feat: reorganize content for new navigation and urls * feat: modify navigation folder placement * fix: minor fixes following big arch changes * feat: move docus components to theme folder * feat: prepare template * 🐛 (PageHero) fix title padding * 🚨 (SimplePageHero) * ✨ (Blank) create blank template * 📝 ((home) index) update * ✨ (AppLayout) create custom AppLayout * 📝 (testimonials) update content * ✨ (Blog) custom blog template * 📝 (testimonials) update component name * ♻️ (Testimonials) refacto due to arch changes * 📝 (themes) update content due to arch changes * ♻️ (ThemesList) refacto due to template changes * 📝 (tutorials) update content due to arch changes * ✨ (Blog) add blog post list component * 🚚 (Blog) move blog components to themes folder * 📝 (videos-courses) update content due to arch changes * 💄 (VideosCoursesList) add spacing * 🐛 (header.md) fix wrong slug * 📝 (announcements) update content due to arch changes * 📝 (case-studies) update content due to arch changes * 📝 (events) update content due to arch changes * wip: add case studies and related images (nuxt#1667) * feat: footer (wip) * ✨ (Post) create Post template * 🚨 (docus.config.ts) * 🚨 (nuxt.config) * 📝 (docs) update arch docs * 🔧 (tsconfig.json) fix eslint error * 🔧 (package.json) upgrade docus theme * ✨ (Guide) create guide template * 🔥 (PageToc) remove hr * 🔥 (PageTocBottom) remove sponsor block * 📝 (content) update content due to arch changes * ✨ (BlogPostList) add sortBy for fetch * fix:footer updated * feat: case studies (nuxt#1668) * wip: add case studies and related images * feat: modify cover image to include logos * feat: move descriptions to index * fix: remove warning and add condition for dates * feat: reorder content * 📝 (design) move content design due to arch changes * 🚧 (DesignColors) update query * 📝 (design) move content due to arch changes * ♻️ (design) update fetch * 📝 (content) move files due to arch changes * ♻️ (sustainability / teams) update fetch * feat: prepare templates for partners (nuxt#1670) * 🐛 (AppFooter) fix fetch * 🐛 (Appheader) fix fetch * 📝 (header/footer) move files due to arch changes * 📝 (content) update content due to arch changes * ✨ (blog) add random img and post target * fix: design * feat: add images to case studies (nuxt#1672) * feat: support page (nuxt#1671) * 🍱 (support) add assets * 🔧 (package) update docus * ✨ (SupportCard) support card component * ✨ (SupportForm) support form component * ✨ (SupportStepTitle) support step title component * ✨ (SupportContainer) support container component * 📝 (support) update support page * 🐛 (ModuleList) fix fetch error * 📝 (support) support md * 🚧 (support) support page * ✨ (support) responsive * feat: update support page content (nuxt#1635) * 🍱 (Logo) test new logo * 🚧 (support) responsive and recaptcha * 🚧 (support) add composable and reCaptcha Co-authored-by: Clément Ollivier <[email protected]> * feat: update `aside` configuration * 🐛 (support) add captcha key and captcha module * chore: fix yarn.lock * feat(aside): put back aside (wip) * ✨ (HomeHero) add stars * 🚧 (Home) home refacto * fix: pages typo * fix: content updates * update logos * feat(dropdown): disable fade animation * fix(LangSwitcher): dropdown positioning * fix: footer components refactored * fix: list for partner and integrations * feat: partners list * updates * feat(aside): customise Docus `Aside` (nuxt#1674) * refactor: update components structure for refactor * feat(testimonials): fix container padding * fix(modules): dropdown population * fix: examples pages * feat(showcases): update hero and listing padding * fix: disable recaptcha without the token * chore: use default cursor on header link * fix(releases): API response * feat: Integrations list and pages * feat(design): sponsors page and showcase header * feat(showcases): transform description `vuetelescope` to link * fix: design * feat(Aside): update `AsideHeaderNavigation` style * feat(Aside): update `AsideHeaderNavigation` style * translation(french): files updated! * translations(french): fix missing files * 🚧 (home) refacto home * ✨ (home) replace discover block by learn animations * ✨ (HomeLearnMaster) add illustrations * ✨ (testimonials) fetch content and update padding * ♻️ (testimonials) update content * ♻️ (CodeBlockAnimations) update colors * 💄 (Testimonials) update colors and spacing * 💄 (Home) update text color * 🔧 (docus.config) add shortcut for home header * ✨ (home) update header and footer color for home * 💄 (HomeHero) update spacing * 💄 (home) update spacing * translations(ja): fix pages & contents * translations: fix testimonials in fr and ja * fix: markdown typo * fix typo * refactor(navigation): fixes & enhancements * fix(showcases): missing var * fix: case study description * fix case study description * feat: add events collection (nuxt#1673) * feat: add events collection * feat: wip on events page layout and card * feat: update events content * feat: add events description * feat: add description to past events * feat: Refactor partners page with new LogoCard component and custom template * feat: add card footer + change CTA depending on date * 🔧 (docus.config) add css classes for header * ♻️ (Partners) update due to home refacto * 💄 (Aside) update color for home * fix events description * feat: update redirects (nuxt#1681) Co-authored-by: Florent <[email protected]> Co-authored-by: Alexandre Chopin <[email protected]> Co-authored-by: Sylvain Marroufin <[email protected]> Co-authored-by: Sébastien Chopin <[email protected]>
- Loading branch information