diff options
author | Shay <hillerys@element.io> | 2021-12-02 09:46:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 09:46:20 -0800 |
commit | 49e1356ee3d5d72929c91f778b3a231726c1413c (patch) | |
tree | 23e83690503c49668101b67c069a10b4ba6cebae /CHANGES.md | |
parent | Add most of the missing type hints to `synapse.federation`. (#11483) (diff) | |
download | synapse-49e1356ee3d5d72929c91f778b3a231726c1413c.tar.xz |
Minor cleanup on recently ported doc pages (#11466)
* move wiki pages to synapse/docs and add a few titles where necessary * update SUMMARY.md with added pages * add changelog * move incorrectly located newsfragment * update changelog number * snake case added files and update summary.md accordingly * update issue/pr links * update relative links to docs * update changelog to indicate that we moved wiki pages to the docs and state reasoning * requested changes to admin_faq.md * requested changes to database_maintenance_tools.md * requested changes to understanding_synapse_through_graphana_graphs.md * add changelog * fix leftover merge errata * fix unwanted changes from merge * use two spaces between entries * outdent code blocks
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2e3f0da961..f398b8e9c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ UNRELEASED ========== -We've decided to move the existing, somewhat stagnant pages from the GitHub wiki +We've decided to move the existing, somewhat stagnant pages from the GitHub wiki to the [documentation website](https://matrix-org.github.io/synapse/latest/). + This was done for two reasons. The first was to ensure that changes are checked by multiple authors before being committed (everyone makes mistakes!) and the second was visibility of the documentation. Not everyone knows that Synapse has some very @@ -10,7 +11,7 @@ useful information hidden away in its GitHub wiki pages. Bringing them to the documentation website should help with visibility, as well as keep all Synapse documentation in one, easily-searchable location. -Note that contributions to the documentation website happen through [GitHub pull +Note that contributions to the documentation website happen through [GitHub pull requests](https://github.com/matrix-org/synapse/pulls). Please visit [#synapse-dev:matrix.org](https://matrix.to/#/#synapse-dev:matrix.org) if you need help with the process! @@ -102,7 +103,6 @@ Internal Changes - Refactor including the bundled relations when serializing an event. ([\#11408](https://github.com/matrix-org/synapse/issues/11408)) - Synapse 1.47.1 (2021-11-23) =========================== |