Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Jan 11, 2024
1 parent 3019609 commit 85f609c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions docs/user/api/v3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1244,8 +1244,6 @@ Redirect create
* ``page`` and ``exact`` types require ``from_url`` and ``to_url``.
* ``clean_url_to_html`` and ``html_to_clean_url`` types do not require ``from_url`` and ``to_url``.

- Forced redirects are not enabled by default,
you can ask for them to be enabled via support.
- Position starts at 0 and is used to order redirects.

**Example response**:
Expand Down
4 changes: 1 addition & 3 deletions docs/user/user-defined-redirects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ Limitations and observations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- By default, redirects only apply on pages that don't exist.
**Forced redirects** allow you to apply redirects on existing pages,
but incur a small performance penalty, so aren't enabled by default.
You can ask for them to be enabled via support.
**Forced redirects** allow you to apply redirects on existing pages.
- Redirects aren't applied on :doc:`previews of pull requests </pull-requests>`.
You should treat these domains as ephemeral and not rely on them for user-facing content.
- You can redirect to URLs outside Read the Docs,
Expand Down

0 comments on commit 85f609c

Please sign in to comment.