We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recipes
development
As part of the reorganization of docs in Volto in plone/volto#5809, I neglected to include a redirect of the folder to the new location.
Example:
https://6.docs.plone.org/volto/recipes/widget.html#restricting-potential-targets
Should be:
https://6.docs.plone.org/volto/development/widget.html#restricting-potential-targets
location ~ ^/volto/recipes/(.*) { return 301 /volto/development/$1; }
Ref: https://community.plone.org/t/volto-docs-are-getting-better/18907
The text was updated successfully, but these errors were encountered:
Done
Sorry, something went wrong.
polyester
No branches or pull requests
Links of affected pages in Plone Documentation, if any.
As part of the reorganization of docs in Volto in plone/volto#5809, I neglected to include a redirect of the folder to the new location.
Example:
https://6.docs.plone.org/volto/recipes/widget.html#restricting-potential-targets
Should be:
https://6.docs.plone.org/volto/development/widget.html#restricting-potential-targets
Description
Ref: https://community.plone.org/t/volto-docs-are-getting-better/18907
The text was updated successfully, but these errors were encountered: