-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Doc] Remove duplicate pages #5609
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
Conversation
|
@tuteng @jennifer88huang : since you are fixing the links between different versions of documentation, can you please take a look at this pull request? |
I will try my best to fix this problem this afternoon and then create a pr. |
Jennifer88huang-zz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ``` | ||
|
|
||
| Check if the function runs as expected by [triggering](functions-deploying.md#triggering-pulsar-functions) the function. | ||
| Check if the function runs as expected by [triggering](functions-deploy.md#triggering-pulsar-functions) the function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Check if the function runs as expected by [triggering](functions-deploy.md#triggering-pulsar-functions) the function. | |
| Check if the function runs as expected by [triggering](functions-deploy.md#trigger-pulsar-functions) the function. |
|
I don't understand #5700 at all; it says it's being done because of limitations of docusaurus, which is a platform I don't know. |
|
@candlerb Never mind. Let me explain in details. We're trying to remove all those obsolete files, yet it would inevitably affect links in earlier versions. Those obsolete files were used in earlier versions, and we have to maintain doc content in the earlier versions unchanged, and keep only latest doc content in the master. So @tuteng comes with the solution: keep the obsolete files name in the master(with empty content), move the obsolete files and contents to earlier versions. If you have any better idea on this, feel free to contact us. |
sijie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't merge this before #5700
Docusaurus is a framework with version management of documents https://docusaurus.io/docs/en/installation.
Subversion, (old version) |
|
@candlerb could you please update the suggestion in the |
|
I withdraw this PR. |
There are stale/overlapping pages under
site2/docs:and
This patch removes the obsolete pages, and updates the links in deploy-bare-metal (also removing a link to functions-state.md which is also gone)