summary refs log tree commit diff
path: root/docs/delegate.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify limitations of SRV delegation in documentation (#14959)William Kray2023-02-081-0/+9
| | | | | | | | This PR just clarifies in the SRV DNS delegation document that there are still cases a user may have to serve files from `.well-known` endpoints, and this may not be a valid case for using SRV delegation. This has caused some confusion in a few cases. Signed-off-by: William Kray <github@williamkray.com>
* Support for serving server well-known files (#11211)Richard van der Hoff2021-11-011-37/+45
| | | | Fixes https://github.com/matrix-org/synapse/issues/8308
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-011-1/+1
| | | | | | * Labeled a lot more code blocks with the appropriate type * Fixed a couple of minor typos (missing/extraneous commas) Signed-off-by: Sumner Evans <me@sumnerevans.com>
* Docs: Use something other than the document name to describe a page (#10399)Andrew Morgan2021-07-151-1/+1
| | | | | 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.
* Incorporate reviewBrendan Abolivier2020-02-191-8/+9
|
* Incorporate reviewBrendan Abolivier2020-02-181-13/+9
|
* Add mention of SRV records as an advanced topicBrendan Abolivier2020-02-181-0/+10
|
* Split the delegating documentation out of federate.md and trim it downBrendan Abolivier2020-02-181-0/+87