Carlos Esteban Lopez Jaramillo
Carlos Esteban Lopez Jaramillo
So I can assume that the new theme/layout that Docusaurus 2 renders is ok for now?
I see the 4 pages currently broken I mentioned were custom pages, no Docusaurus plugin, those were custom made, I was thinking, can we add MUI v5 to the Docusaurus...
Created a Draft with the **Community** page setup, a Draft for now since I want to tackle **Plugins** & **Demos** pages as well, would you prefer separate PRs?
Having some issues with Plugins page, old one was SSR so it would use NodeJS to read all YML files in the `microsite/data/plugins` folder, I don't think Docusaurus 2 can...
I'll try `require.context` with a YML loader so Webpack process it for me.
Plugins page is working, styles are not pixel perfect but should be a good start.
Almost done, few things missing: - Top left icon in page header, yet to fix - Home page banner should be dismissible, yet to add the logic for that -...
I purposely ignored the angles, this PR is supposed to be a starting point, and since there's a need for a light theme I assumed we might get a new...
The PR was merged and seems there's already more PRs building on top of it, what would be the next steps?