fastify / website

https://fastify.dev/
MIT License
60 stars 54 forks source link

Upgrade to docusaurus v3 #212

Open Eomm opened 3 months ago

Eomm commented 3 months ago

Prerequisites

🚀 Feature Proposal

As titled:

Motivation

We need to test the redirects mainly.

Example

-

james-kaguru commented 3 months ago

@Eomm id like to help out with this issue. I see that Docusaurus required us to update several packages as well as some parts of the code. Should I do it all in one PR or break the updates into several PRs?

mcollina commented 3 months ago

one PR would be best

james-kaguru commented 3 months ago

Well noted @mcollina

james-kaguru commented 3 months ago

Ive seen that one of the files(docx/Reference/TypeScript.md) in the fastify/fastify repo requires an update in order for the project to build. This was identified by running

npx docusaurus-mdx-checker

The command helps with checking for changes that require updates for v3. I will proceed to create a pull request for that.Then come back to address the changes on fastify/website repo.