diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-11-06 11:59:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-06 11:59:22 +0000 |
commit | 2a6b6852940c29320cc463ac347c5632e9dceab2 (patch) | |
tree | 3f46b5a16cdd68fa35b57c9cb46776426641d7b3 /CONTRIBUTING.md | |
parent | Fix SIGHUP handler (#8697) (diff) | |
download | synapse-2a6b6852940c29320cc463ac347c5632e9dceab2.tar.xz |
Add documentation about documentation to CONTRIBUTING.md (#8714)
This PR adds some documentation that: * Describes who the audience for the `docs/`, `docs/dev/` and `docs/admin/` directories are, as well as Synapse's wiki page. * Stresses that we'd like all documentation to be down in markdown.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7bea79b0d..1d7bb8f969 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -156,6 +156,24 @@ directory, you will need both a regular newsfragment *and* an entry in the debian changelog. (Though typically such changes should be submitted as two separate pull requests.) +## Documentation + +There is a growing amount of documentation located in the [docs](docs) +directory. This documentation is intended primarily for sysadmins running their +own Synapse instance, as well as developers interacting externally with +Synapse. [docs/dev](docs/dev) exists primarily to house documentation for +Synapse developers. [docs/admin_api](docs/admin_api) houses documentation +regarding Synapse's Admin API, which is used mostly by sysadmins and external +service developers. + +New files added to both folders should be written in [Github-Flavoured +Markdown](https://guides.github.com/features/mastering-markdown/), and attempts +should be made to migrate existing documents to markdown where possible. + +Some documentation also exists in [Synapse's Github +Wiki](https://github.com/matrix-org/synapse/wiki), although this is primarily +contributed to by community authors. + ## Sign off In order to have a concrete record that your contribution is intentional |