| `editUrl` | <code>string \| EditUrlFunction</code> | `undefined` | Base URL to edit your site. The final URL is computed by `editUrl + relativeDocPath`. Using a function allows more nuanced control for each file. Omitting this variable entirely will disable edit links. |
We should find a way to find a syntax that Crowdin can understand, or ask their support for a solution.
🐛 Bug Report
We use pipe in markdown tables to describe TS union types
But this leads to weird results on Crowdin:
https://crowdin.com/translate/docusaurus-v2/94/en-fr?filter=basic&value=0
And display badly on localized sites:
https://docusaurus.io/fr/docs/next/api/plugins/@docusaurus/plugin-content-docs#configuration
We should find a way to find a syntax that Crowdin can understand, or ask their support for a solution.
This is a follow-up of: