Cleanup root
Dr-Electron opened this issue · 4 comments
Is your feature request related to a problem? Please describe.
With the upcoming changes we should cleanup the wikis root so that it is easier for us and others to make needed changes
Describe the solution you'd like
If needed we should create sub folders for things like argo and so on.
Also the svgo config can probably removed. (@jlvandenhout said, that docusaurus might use similar parameters as they use svgo internally too)
As most part of the logic in theme
and plugins
is in Typescript, and Docusaurus v3 supports Typescript natively, I'm going to base these changes on the upgrade-to-v3
branch. I will push a small change there first, making the Docusaurus config file a Typescript file.
I converted the related PRs to draft, because we decided to target the main branch for now instead of the v3 upgrade. I'll rebase the PRs on main and resolve any remaining issues.
completed