7 Commits

Author SHA1 Message Date
kapobajza
a61f26197e
fix(website): Fixed broken links on home page (#662)
## 📺 PR Description

<!-- summary of the change + which issue is fixed if applicable. -->
Currently the links on the docs homepage are broken, because when we run
the website locally it uses [just a slash as the `prefix`/`baseUrl`, but
when run as a production build it uses `/television` as the
`baseUrl`](1d6b996c83/website/docusaurus.config.ts (L21)).
So I added a hook that will take the `baseUrl` and append it to the link
you provide. This hook should be used for any relative link that we add
to the app in React (`.tsx`) files.

## Checklist

<!-- a quick pass through the following items to make sure you haven't
forgotten anything -->

- [x] my commits **and PR title** follow the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format
- [ ] if this is a new feature, I have added tests to consolidate the
feature and prevent regressions
- [ ] if this is a bug fix, I have added a test that reproduces the bug
(if applicable)
- [ ] I have added a reasonable amount of documentation to the code
where appropriate
2025-07-22 17:17:39 +02:00
alexandre pasmantier
1d6b996c83 docs: update contributing docs and website 2025-07-20 00:40:21 +02:00
kapobajza
4b84a12320
fix(website): Added gap between home page features on smaller screens (#645) 2025-07-15 18:37:41 +02:00
Alex Pasmantier
3e4267dad4
docs: update website features (#640) 2025-07-13 16:43:35 +02:00
kapobajza
b6e9990b2f
docs: Made the landing page more responsive (#605) 2025-07-08 14:19:24 +02:00
alexandre pasmantier
f1c68167ea chore: bump to 0.12.0 2025-07-07 18:21:18 +02:00
Alex Pasmantier
e5654fcdde docs: add docusaurus website (#597)
credits: @kapobajza
2025-07-07 17:56:30 +02:00