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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/11466.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11466.misc b/changelog.d/11466.misc new file mode 100644 index 0000000000..4317d017d7 --- /dev/null +++ b/changelog.d/11466.misc @@ -0,0 +1 @@ +Update and clean up recently ported documentation pages. \ No newline at end of file |