Create the website "Releases" page with NextJS #4102
Labels
good first issue
Good for newcomers
scope: back+front
Issues requiring full-stack knowledge
size: short
Desired behavior
We want to add
/releases
page on the website that displays Twenty latest updates. We want to create a newreleases
folder inhttps://github.com/twentyhq/twenty/tree/main/packages/twenty-website/src/content/
that will contain different markdown files. We want to parse each one of these files as a new release.The file should start with YAML containing release information:
For the release content, only one level of title is allowed. #, ##, and ### markdown titles should all be converted to H3. Other Markdowns can convert to their respective styles. (Bold, img...)
Designs & Figma
Make sure to use the appropriate font size in responsive.
https://www.figma.com/file/aNpCjwN9wg2DqLWAHPS0ll/%F0%9F%8C%8D-Website-%26-Marketing?type=design&node-id=412-921&mode=design&t=zO50bY4ZpbEoX0ZN-11
The text was updated successfully, but these errors were encountered: