summary refs log tree commit diff
path: root/docs/federate.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-081-1/+2
| | | | | | | | | * Rewrites the demo documentation to be clearer, accurate, and moves it to our documentation tree. * Improvements to the demo scripts: * `clean.sh` now runs `stop.sh` first to avoid zombie processes. * Uses more modern Synapse configuration (and removes some obsolete configuration). * Consistently use the HTTP ports for server name, etc. * Remove the `demo/etc` directory and place everything into the `demo/808x` directories.
* Docs: Use something other than the document name to describe a page (#10399)Andrew Morgan2021-07-151-4/+4
| | | | | Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
* Fix broken links in documentation (#10180)Dirk Klimpel2021-06-161-3/+3
| | | | | * Fix broken links in documentation * newsfile
* Updated docs: Added note about missing 308 redirect support. (#8120)Ryan Cole2020-08-191-0/+12
| | | | | * Updated docs: Added note about missing 308 redirect support. * Added changelog
* Incorporate reviewBrendan Abolivier2020-02-191-4/+4
|
* Incorporate reviewBrendan Abolivier2020-02-181-8/+8
|
* PhrasingBrendan Abolivier2020-02-181-1/+1
|
* Argh trailing spacesBrendan Abolivier2020-02-181-2/+2
|
* Make federate.md more of a sumary of the steps to follow to set up replicationBrendan Abolivier2020-02-181-17/+28
|
* Split the delegating documentation out of federate.md and trim it downBrendan Abolivier2020-02-181-133/+0
|
* Reword sections of federate.md that explained delegation at time of Synapse ↵Aaron Raimist2020-01-021-21/+3
| | | | | | | | | | | | 1.0 transition (#6601) * Remove sections of federate.md explaining delegation at time of Synapse 1.0 transition Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-2/+2
| | | | | Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.
* Neilj/improve federation docs (#5419)Neil Johnson2019-06-111-3/+74
| | | | Add FAQ questions to federate.md. Add a health warning making it clear that the 1711 upgrade FAQ is now out of date.
* fix some typos in federate.mdRichard van der Hoff2019-03-151-4/+2
|
* fix orphaned sentenceNeil Johnson2019-03-121-1/+0
|
* Neilj/improved delegation doc 2 (#4832)Neil Johnson2019-03-121-0/+126
Improved federation configuration docs. Specifically detailing .well-known and SRV based delegation methods. Inspiration Valentin Lab <valentin.lab@kalysto.org> for https://github.com/matrix-org/synapse/pull/4781