Skip to content
New issue

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

Add redirect of recipes to development #1669

Closed
stevepiercy opened this issue Jun 9, 2024 · 1 comment
Closed

Add redirect of recipes to development #1669

stevepiercy opened this issue Jun 9, 2024 · 1 comment
Assignees

Comments

@stevepiercy
Copy link
Contributor

stevepiercy commented Jun 9, 2024

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

location ~ ^/volto/recipes/(.*) {
    return 301 /volto/development/$1;
}

Ref: https://community.plone.org/t/volto-docs-are-getting-better/18907

@polyester
Copy link
Member

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants