Steps to index site
- generate sitemap
- add sitemap to typesense config.json
add MDX unifiedjs.vscode-mdx to fix linting for MDX
Seems docusaurus@next still relies on Webpack/Babel which scales horrendously with large sites.
Docusaurus SSG transforms MD to React FC
Fortunately, there seems to be a way to mod the JS loader with esbuild instead of webpack: