aboutsummaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-11-04 15:34:08 +0100
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-11-04 15:34:08 +0100
commit95d93b32e348a8d1217e0c1207190aeba8e326b5 (patch)
tree8b658fe2c4b2ecf9c2377416fee9094327ed713c /docs/development
parent4cc68ef922dc174f6053b2bf949bb2269a95d842 (diff)
Update docs
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/CONTRIBUTING.md2
-rw-r--r--docs/development/PROFILING.md2
-rw-r--r--docs/development/coverage.md2
-rw-r--r--docs/development/sytest.md2
4 files changed, 8 insertions, 0 deletions
diff --git a/docs/development/CONTRIBUTING.md b/docs/development/CONTRIBUTING.md
index caab1e74..0529071d 100644
--- a/docs/development/CONTRIBUTING.md
+++ b/docs/development/CONTRIBUTING.md
@@ -5,6 +5,8 @@ nav_order: 1
permalink: /development/contributing
---
+{% include deprecation.html %}
+
# Contributing to Dendrite
Everyone is welcome to contribute to Dendrite! We aim to make it as easy as
diff --git a/docs/development/PROFILING.md b/docs/development/PROFILING.md
index dc4eca7b..d9141628 100644
--- a/docs/development/PROFILING.md
+++ b/docs/development/PROFILING.md
@@ -5,6 +5,8 @@ nav_order: 4
permalink: /development/profiling
---
+{% include deprecation.html %}
+
# Profiling Dendrite
If you are running into problems with Dendrite using excessive resources (e.g. CPU or RAM) then you can use the profiler to work out what is happening.
diff --git a/docs/development/coverage.md b/docs/development/coverage.md
index 1b15f71a..3ae92c9c 100644
--- a/docs/development/coverage.md
+++ b/docs/development/coverage.md
@@ -5,6 +5,8 @@ nav_order: 3
permalink: /development/coverage
---
+{% include deprecation.html %}
+
## Running unit tests with coverage enabled
Running unit tests with coverage enabled can be done with the following commands, this will generate a `integrationcover.log`
diff --git a/docs/development/sytest.md b/docs/development/sytest.md
index 2f681f3e..274412ba 100644
--- a/docs/development/sytest.md
+++ b/docs/development/sytest.md
@@ -5,6 +5,8 @@ nav_order: 2
permalink: /development/sytest
---
+{% include deprecation.html %}
+
# SyTest
Dendrite uses [SyTest](https://github.com/matrix-org/sytest) for its