-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Migrated content not removed from old wiki #6887
Comments
https://www.jenkins.io/doc/developer/publishing/wiki-page/ could be updated to explain that when a page has been migrated redirection from the old wiki page can be added to https://github.com/jenkins-infra/docker-confluence-data/blob/main/nginx/nginx.conf |
Hey, @lemeurherve! Do you think I can work on this? |
Sure. Note that we don't assign issues, you can open a PR whenever you want, just make sure to create it from a branch of your fork, not master. |
Example of redirection PR for inspiration if needed: jenkins-infra/docker-confluence-data#41 |
Hey @lemeurherve . I would like to work on this. |
@ShivamPandey00 please read the previous message: we don't assign issues so you can start work on this |
@dduportal Thank you, am already on it |
Can someone please provide me with suggestions on how to remove the content that has been replaced? |
Page to migrate
Various
Destination on jenkins.io
Various
Migration notes
The wiki migration suffers from a methodological problem: once content has been migrated, the old wiki page should be deleted and redirect to the migrated version rather than continuing to exist. The fact that old wiki pages continue to exist after they have been migrated not only creates duplication and confusion, but also it makes it impossible to tell what has already been migrated and what remains to be migrated.
The text was updated successfully, but these errors were encountered: