plugin-client-redirects: Support external URLs #9651
Labels
closed: invalid
This issue / PR is low quality, unwanted or spam and doesn't qualify as a contribution in any way.
feature
This is not a bug or issue with Docusausus, per se. It is a feature request for the future.
Have you read the Contributing Guidelines on issues?
Description
We migrated a chapter describing the API from a plain markdown file into the project's source code API code comments. Then, we generated the API reference pages with the Solidity doc generator and host them on another domain (api.docs.oasis.io versus docs.oasis.io).
But, for backward compatibility, we always redirect any removed/renamed pages to a new URL using https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-client-redirects. To make the redirect work in our case, we would need to use something like this:
, but this yields
It would be nice to have support for redirecting to external websites. For now, we just use a placeholder file with "This chapter has beem moved to..." content.
Has this been requested on Canny?
No response
Motivation
See above.
API design
No response
Have you tried building it?
No response
Self-service
The text was updated successfully, but these errors were encountered: