Docusaurus v3 Update
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 v3 there are some items that I have noted
-
Orama plugin has issues with docusaurus v3 upgrade as per issue askorama/orama/issues/728. This therefor necessitated the removal of orama plugin temporarily as the issue is fixed. There is a PR that seeks to addresses it over here askorama/orama/pull/754
-
[X] I have read the Contributing Guidelines
Closes https://github.com/fastify/website/pull/223
@Eomm. The first image was for the a fresh install of the fastify website
as you can see there is no version-latest/docs/ folder that is generated during build
in contrast
the above shows a project later on in time that has version-latest/docs which has the same files as version-latest/* ..I cant seem to identify where the docs is being copied into version-latest/docs.. thats whats causing the issue with the typescript md files..if you take a look at the errors you pointed out it points to a version-v4.19.x/docs/... instead of version-v4.19.x/...
Closed by https://github.com/fastify/website/pull/223