diff options
author | David Robertson <davidr@element.io> | 2022-10-24 14:07:00 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-24 14:12:59 +0100 |
commit | 36f3bbd47298136f76a3500c1d78f95709692b76 (patch) | |
tree | 344f52e07b29b9d41a99844714e36de6b50b3882 | |
parent | Rearrange admin API fs heirarchy to match sidebar (diff) | |
download | synapse-36f3bbd47298136f76a3500c1d78f95709692b76.tar.xz |
move other doc to other dir
Diffstat (limited to '')
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/other/deprecation_policy.md (renamed from docs/deprecation_policy.md) | 0 | ||||
-rw-r--r-- | docs/upgrade.md | 8 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 491124b3f2..65ed6e1d48 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -107,5 +107,5 @@ - [Scripts]() # Other - - [Dependency Deprecation Policy](deprecation_policy.md) + - [Dependency Deprecation Policy](other/deprecation_policy.md) - [Running Synapse on a Single-Board Computer](other/running_synapse_on_single_board_computers.md) diff --git a/docs/deprecation_policy.md b/docs/other/deprecation_policy.md index 46c18d7d32..46c18d7d32 100644 --- a/docs/deprecation_policy.md +++ b/docs/other/deprecation_policy.md diff --git a/docs/upgrade.md b/docs/upgrade.md index 07b1c13445..8009cf64cb 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -726,7 +726,7 @@ will become a configuration error in Synapse v1.53.0. ## Dropping support for old Python and Postgres versions -In line with our [deprecation policy](deprecation_policy.md), +In line with our [deprecation policy](other/deprecation_policy.md), we've dropped support for Python 3.6 and PostgreSQL 9.6, as they are no longer supported upstream. @@ -983,7 +983,7 @@ Instructions for doing so are provided ## Dropping support for old Python, Postgres and SQLite versions -In line with our [deprecation policy](deprecation_policy.md), +In line with our [deprecation policy](other/deprecation_policy.md), we've dropped support for Python 3.5 and PostgreSQL 9.5, as they are no longer supported upstream. @@ -996,7 +996,7 @@ The deprecated v1 "list accounts" admin API (`GET /_synapse/admin/v1/users/<user_id>`) has been removed in this version. -The [v2 list accounts API](admin_api/user_admin_api.md#list-accounts) +The [v2 list accounts API](administration/admin_api/user_admin_api.md#list-accounts) has been available since Synapse 1.7.0 (2019-12-13), and is accessible under `GET /_synapse/admin/v2/users`. @@ -1720,7 +1720,7 @@ back to v1.3.1, subject to the following: Some counter metrics have been renamed, with the old names deprecated. See [the metrics -documentation](metrics-howto.md#renaming-of-metrics--deprecation-of-old-names-in-12) +documentation](administration/metrics-howto.md#renaming-of-metrics--deprecation-of-old-names-in-12) for details. # Upgrading to v1.1.0 |