website
website copied to clipboard
Based on Fastify#2071, it seems that the overall agreement is the lack of structure of our documentation, rather than the precision or amount of documentation itself. If we focus first...
```[tasklist] ### Tasks - [ ] Organization should be able to add a logo for dark/light theme ```
whenever https://github.com/fastify/fastify/pull/4938 will be merged, our script to generate the plugin page will break: https://github.com/fastify/website/blob/main/scripts/build-plugin-list.js This script needs to be updated accordingly.
We must work to improve the dev experience before working on this website takes days to run and build. The issues to solve are: - [x] load a subset of...
After the website has its pages, we should check the SEO suggestions form docusaurus https://docusaurus.io/docs/seo and update the pages' metadata. This includes: - [ ] pages' metadata - [ ]...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue hi,...
## Description In this pr I tried to upgrade docusaurus from v2 to v3 ## Related Issues Addresses #223 ## Check List Not appilcable Despite being able to upgrade to...
## Description This upgraded the project dependancies to match up to what is required in docusaurus v3 ## Related Issues #212 ## Check List - [X ] I have read...