diff --git a/docs/user/intro/docusaurus.rst b/docs/user/intro/docusaurus.rst index 148dac6a63c..6506cf98ce0 100644 --- a/docs/user/intro/docusaurus.rst +++ b/docs/user/intro/docusaurus.rst @@ -35,6 +35,13 @@ build the site, and copy the output to $READTHEDOCS_OUTPUT: .. _Docusaurus: https://docusaurus.io/ +.. note:: + + On Read the Docs, Docusaurus should set 'trailingSlash: true' in + 'docusaurus.config.js' to avoid routing issues. If you set it to + 'false', you will need to define appropriate redirects. + + Limitations -----------