Skip to content

Commit

Permalink
chore: Cleanup What's new section in docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Sep 19, 2024
1 parent 360cced commit 3e72176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 55 deletions.
28 changes: 1 addition & 27 deletions templates/eea.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
28 changes: 1 addition & 27 deletions website/docs/2-whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
announcementBar: {
id: 'alpha-release',
content:
'🚧 The EEA Design System is currently <strong>Work-In-Progress</strong>. See <a target="_blank" rel="noopener" href="/volto-eea-design-system/docs/whatsnew">What\'s new</a> for more information. 🚧',
'See <a target="_blank" rel="noopener" href="/volto-eea-design-system/docs/whatsnew">What\'s new</a> for more information.',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
Expand Down

0 comments on commit 3e72176

Please sign in to comment.