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

Create the website "Releases" page with NextJS #4102

Closed
Tracked by #4101
Bonapara opened this issue Feb 21, 2024 · 0 comments · Fixed by #4146
Closed
Tracked by #4101

Create the website "Releases" page with NextJS #4102

Bonapara opened this issue Feb 21, 2024 · 0 comments · Fixed by #4146
Labels
good first issue Good for newcomers scope: back+front Issues requiring full-stack knowledge size: short

Comments

@Bonapara
Copy link
Member

Bonapara commented Feb 21, 2024

Desired behavior

We want to add /releases page on the website that displays Twenty latest updates. We want to create a new releases folder in https://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:

---
release: 0.4.3
Date: February 24th 2024
---

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.

image

https://www.figma.com/file/aNpCjwN9wg2DqLWAHPS0ll/%F0%9F%8C%8D-Website-%26-Marketing?type=design&node-id=412-921&mode=design&t=zO50bY4ZpbEoX0ZN-11

@Bonapara Bonapara added good first issue Good for newcomers scope: back+front Issues requiring full-stack knowledge size: short labels Feb 21, 2024
@Bonapara Bonapara changed the title Create the website "Release" page with NextJS Create the website "Releases" page with NextJS Feb 21, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Product development ✅ Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers scope: back+front Issues requiring full-stack knowledge size: short
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant