Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d7b326f

Browse files
committed
Merge branch 'develop' into madlittlemods/2716-multiple-senders-in-chunk
2 parents b64cb95 + 47e28b4 commit d7b326f

File tree

176 files changed

+5828
-2441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+5828
-2441
lines changed

.github/workflows/docs.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
mdbook-version: '0.4.9'
2424

2525
- name: Build the documentation
26-
run: mdbook build
26+
# mdbook will only create an index.html if we're including docs/README.md in SUMMARY.md.
27+
# However, we're using docs/README.md for other purposes and need to pick a new page
28+
# as the default. Let's opt for the welcome page instead.
29+
run: |
30+
mdbook build
31+
cp book/welcome_and_overview.html book/index.html
2732
2833
# Deploy to the latest documentation directories
2934
- name: Deploy latest documentation

CHANGES.md

Lines changed: 114 additions & 17 deletions
Large diffs are not rendered by default.

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The overall architecture is::
2525

2626
``#matrix:matrix.org`` is the official support room for Matrix, and can be
2727
accessed by any client from https://matrix.org/docs/projects/try-matrix-now.html or
28-
via IRC bridge at irc://irc.freenode.net/matrix.
28+
via IRC bridge at irc://irc.libera.chat/matrix.
2929

3030
Synapse is currently in rapid development, but as of version 0.5 we believe it
3131
is sufficiently stable to be run as an internet-facing service for real usage!
@@ -186,11 +186,11 @@ impact to other applications will be minimal.
186186
Upgrading an existing Synapse
187187
=============================
188188

189-
The instructions for upgrading synapse are in `UPGRADE.rst`_.
189+
The instructions for upgrading synapse are in `the upgrade notes`_.
190190
Please check these instructions as upgrading may require extra steps for some
191191
versions of synapse.
192192

193-
.. _UPGRADE.rst: UPGRADE.rst
193+
.. _the upgrade notes: https://matrix-org.github.io/synapse/develop/upgrade.html
194194

195195
.. _reverse-proxy:
196196

0 commit comments

Comments
 (0)