Sébastien Lorber
Sébastien Lorber
I don't have an ios physical device, does the problem repeat in ios simulators? It looks like you took screenshots of simulators.
The concept of tags is plugin-specific, so it can only be a plugin config, not a core site config. The sitemap plugin does not need to be modified, it already...
Thanks for the feedback I think we are only using structured data for blog paginated pages, but we don't for blog authors/tags and we don't either for docs tags (which...
Thanks Agree it's not great but I wonder if it would be better with a fully opaque background. I'd say it's a bit better yes. Do you have examples of...
See https://github.com/facebook/docusaurus/issues/11130#issuecomment-3139676727
Thanks Forgot that Oskar said Swift template was for 0.77 I understand and doubt many will use CSS `isolate`, even most web devs never heard of it 😄 What I...
> We can use our "ad-hoc parser" at step 3 (which at the moment is literally process.argv.slice(2)[0]) to parse two options called --config and --site-dir and load plugins with these...
In https://github.com/facebook/docusaurus/pull/10685 I'm adding escape hatch env variables that could help you execute plugin code in other (non-cwd) siteDir and using custom config file names: - `DOCUSAURUS_CLI_SITE_DIR` - `DOCUSAURUS_CLI_CONFIG` This...
To me, this is a documentation issue on a historical behavior. We may revisit the behavior but after all these years you are the first to open an issue, so...
Thanks @semoal that looks like a good start. I don't have time to test it right now and will be a bit busy but will get back to you when...