Sébastien Lorber
Sébastien Lorber
> I guess it would be fine, because the language could be passed down from CLI arguments. In case the user runs `docusaurus build` we don't get an explicit locale...
> @slorber There's no og:locale meta. Is that an oversight? Yes, it seems we can add `og:locale` and `og:locale:alternate` 👍
> Another possibility we can consider: a `url` field for each locale. This would set the URL context for each locale (while omitting it would result in a different base...
> @slorber Apologies for underestimating the complexity of the implementation and misunderstanding the behavior of this eslint rule. I should have discussed the schema and the desired behavior first before...
> Each directory inside `versioned_docs/` will be a copy of the current repository at the specific release branch. This is not something you are supposed to do. The `versioned_docs` is...
> Looks like only the main docs can be versioned. If I defined additional doc instances, they cannot be versioned. I'm not sure to understand what you mean here This...
Great! I'll keep this issue open and see if we can ship improvements to make your life easier. There's probably a way to get rid of the mandatory versioned sidebars...
Related use-case to consider: https://github.com/facebook/docusaurus/discussions/11345
Just realized that something similar has already been requested in the past, - https://github.com/facebook/docusaurus/issues/8061 - https://github.com/facebook/docusaurus/pull/8076