docs: Do not use relative URL to refer to integrations category.#881
Merged
timabbott merged 1 commit intozulip:mainfrom Oct 9, 2025
Merged
docs: Do not use relative URL to refer to integrations category.#881timabbott merged 1 commit intozulip:mainfrom
timabbott merged 1 commit intozulip:mainfrom
Conversation
We are changing individual integration docs to live at
integrations/{integration_name} instead of
integrations/doc/{integration_name}. Our relative link of
`../version-control` in this case will lead to `/version-control` on
the root of the web app instead of intended
`/integrations/version-control`.
We are also changing categories to live at
/integrations/category/{category_name` instead of
/integrations/{category_name} on the web app. But the web app will be
setting up redirects for existing categories to lead them to the new
URL. This commit specifies the /integrations/{category_name} temporarily
so that this PR can be merged before the changes in the web app and we
don't have worry about syncing the releases between the web app and
python-zulip-api.
Once the webapp code is merged, we should change all the relevant links
in this repo to use the new URL structure.
Member
|
Merged, thanks @shubham-padia! |
Closed
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are changing individual integration docs to live at integrations/{integration_name} instead of
integrations/doc/{integration_name}. Our relative link of
../version-controlin this case will lead to/version-controlon the root of the web app instead of intended/integrations/version-control.We are also changing categories to live at
/integrations/category/{category_name` instead of
/integrations/{category_name} on the web app. But the web app will be setting up redirects for existing categories to lead them to the new URL. This commit specifies the /integrations/{category_name} temporarily so that this PR can be merged before the changes in the web app and we don't have worry about syncing the releases between the web app and python-zulip-api.
Once the webapp code is merged, we should change all the relevant links in this repo to use the new URL structure.
How did you test this PR?
Self-review checklist
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
Individual commits are ready for review (see commit discipline).
Completed manual review and testing of the following: