You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in 966f3ac#r143045200, it seems like the redirect do not work as expected.
I also found a few warnings related to that when running docusaurus build
[WARNING] @docusaurus/plugin-client-redirects: some redirects would override existing paths, and will be ignored:
- {"from":"/run/beacon-management/beacon-cli","to":"/beacon-management/beacon-cli"}
- {"from":"/run/bootnode/bootnode-cli","to":"/bootnode/bootnode-cli"}
- {"from":"/libraries/lightclient-prover/lightclient-cli","to":"/lightclient-prover/lightclient-cli"}
- {"from":"/run/validator-management/validator-cli","to":"/validator-management/validator-cli"}
The text was updated successfully, but these errors were encountered:
Questionable if we need those redirects anyways, looking at external references that are broken e.g. on https://launchpad.ethereum.org/en/lodestar, most of those still reference pages before initial restructuring we did way earlier, and those are not handled by the docusaurus redirects.
As noted in 966f3ac#r143045200, it seems like the redirect do not work as expected.
I also found a few warnings related to that when running
docusaurus build
The text was updated successfully, but these errors were encountered: