* Add a changelogs page.
* Fix local search highlight colors.
* Make changelog headers a link.
* Replace GitHub links with local ones.
* Fix missing `Badge` component.
* Show release contributors.
* Add missing flex-wrap to mobile devices.
* Add missing `alt` attribute to the avatar.
* Use `@theme` alias while importing components from the theme.
* Minor design tweaks to the extensions items.
* Show contributors on WhatsNew component as well.
* Fix extensions page not centered.
* Show sidebar on the changelogs page.
* Fix missing link replacements.
* Add missing unmentioned credits.
Known to be broken:
- Using an anchor to load the page.
- Color scheme for Element-Plus.
- Clicking an anchor does not instantly mark it with color.
Should look into:
- Adding pagination?
- Optimizing for Vite?
Also uses their out-of-box `pageClass`.
Also removes our Sitemap in favor of theirs, although this was not working for me so it's commented out for now.
Also makes `npm run build` normal again, please use `npm run test` for full pre-PR testing.