From 3e721768edf8c3ba55c6d6aea4ed04d5323472f5 Mon Sep 17 00:00:00 2001 From: alin Date: Thu, 19 Sep 2024 16:35:43 +0300 Subject: [PATCH] chore: Cleanup What's new section in docusaurus --- templates/eea.hbs | 28 +--------------------------- website/docs/2-whatsnew.md | 28 +--------------------------- website/docusaurus.config.js | 2 +- 3 files changed, 3 insertions(+), 55 deletions(-) diff --git a/templates/eea.hbs b/templates/eea.hbs index ff788a78f5..4e057c8ca3 100644 --- a/templates/eea.hbs +++ b/templates/eea.hbs @@ -2,33 +2,7 @@ title: What's new --- -### EEA Design System (1.0) - -#### Components ready to be used - -The following components are ready to be used as Volto `blocks`, `slate` integration, or via the advanced `block styler`: -- Accordion `block` -- Call to Action `block` -- Callout - part of the Description `block`, `slate` -- Card - part of the Teaser `block` and Listing `block`, it includes several variations like round card e.g., used for Avatar -- Divider `block` -- Headings `slate` -- Hero `block` -- Item `block` - used for text with an icon (remixicon or custom SVG/image) on the left/right -- List `slate` - ordered and unordered -- Quote `block` -- Statistic `block` -- Tag `block` -- Table `block` -- Tabs `block` -- Timeline `block` - -#### Future releases - -Below is a non-exhaustive list of the work-in-progress which is planned for future releases: -- Navigation Portlet (used on the left/right hand of content) -- Spacing/padding system. We want to add the ability for editors to consistently apply various spacing/padding on certain components in order to allow a better alignment when components are used together. -- Improve docusaurus and storybook with more components, controls, and variations in order to better reflect what is possible in Volto. +### EEA Design System {{#unless options.hideCredit}} Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). diff --git a/website/docs/2-whatsnew.md b/website/docs/2-whatsnew.md index 71934e50b3..79758a9c7f 100644 --- a/website/docs/2-whatsnew.md +++ b/website/docs/2-whatsnew.md @@ -2,33 +2,7 @@ title: What's new --- -### EEA Design System (1.0) - -#### Components ready to be used - -The following components are ready to be used as Volto `blocks`, `slate` integration, or via the advanced `block styler`: -- Accordion `block` -- Call to Action `block` -- Callout - part of the Description `block`, `slate` -- Card - part of the Teaser `block` and Listing `block`, it includes several variations like round card e.g., used for Avatar -- Divider `block` -- Headings `slate` -- Hero `block` -- Item `block` - used for text with an icon (remixicon or custom SVG/image) on the left/right -- List `slate` - ordered and unordered -- Quote `block` -- Statistic `block` -- Tag `block` -- Table `block` -- Tabs `block` -- Timeline `block` - -#### Future releases - -Below is a non-exhaustive list of the work-in-progress which is planned for future releases: -- Navigation Portlet (used on the left/right hand of content) -- Spacing/padding system. We want to add the ability for editors to consistently apply various spacing/padding on certain components in order to allow a better alignment when components are used together. -- Improve docusaurus and storybook with more components, controls, and variations in order to better reflect what is possible in Volto. +### EEA Design System Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 569b7ef7ad..9f33b38cc0 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -27,7 +27,7 @@ module.exports = { announcementBar: { id: 'alpha-release', content: - '🚧 The EEA Design System is currently Work-In-Progress. See What\'s new for more information. 🚧', + 'See What\'s new for more information.', backgroundColor: '#fafbfc', textColor: '#091E42', isCloseable: false,