summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-03 07:36:43 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-03 07:36:43 +0100
commit7f6dbab1a087b798fbbe83c2e11c06bdc448b222 (patch)
tree2c774d9a8633ffb86899c5d7d2628b02ef1f4442 /docs
parent3f93defc5c2df80937ba80a996be6852fee83f00 (diff)
Reorganize more documentation pages
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/TURN.md2
-rw-r--r--docs/capabilities.md4
-rw-r--r--docs/constants.md4
-rw-r--r--docs/system-requirements.md19
-rw-r--r--docs/user-requirements.md20
5 files changed, 24 insertions, 25 deletions
diff --git a/docs/TURN.md b/docs/TURN.md
index 01b0e9b27..1bb474633 100644
--- a/docs/TURN.md
+++ b/docs/TURN.md
@@ -1,3 +1,5 @@
+# CoTURN configuration
+
### Background
The configuration of Nextcloud Talk mainly depends on your desired usage:
diff --git a/docs/capabilities.md b/docs/capabilities.md
index a84002871..1c1b52221 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -1,6 +1,4 @@
----
-title: Capabilities
----
+# Capabilities
## 3.0 (Initial Talk release)
* `audio` - audio is supported
diff --git a/docs/constants.md b/docs/constants.md
index e30c13b00..340eba1f9 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -1,6 +1,4 @@
----
-title: Constants
----
+# Constants
## Conversation
diff --git a/docs/system-requirements.md b/docs/system-requirements.md
index c0ec8d343..aa7349918 100644
--- a/docs/system-requirements.md
+++ b/docs/system-requirements.md
@@ -37,22 +37,3 @@ In Apache, if _mod_mime_ and _.htaccess_ files are enabled, the default _.htacce
## TURN server
A TURN server running on **port 443** (or 80) is required in almost all scenarios, see [Configuring coTURN](TURN.md) for more details.
-
-# Browsers
-
-## Recommended
-
-* Firefox: latest
-* Chrome/Chromium: latest
-
-## Supported
-
-* Firefox / Firefox ESR: 52 or later
-* Chrome / Chromium: 49 or later
-* Edge: latest
-* Safari: 13 or later
-
-# Mobile apps
-
-* Android: 6 or later
-* iOS: 14 or later
diff --git a/docs/user-requirements.md b/docs/user-requirements.md
new file mode 100644
index 000000000..0c606897e
--- /dev/null
+++ b/docs/user-requirements.md
@@ -0,0 +1,20 @@
+# User system requirements
+
+## Browsers
+
+### Recommended
+
+* Firefox: latest
+* Chrome/Chromium: latest
+
+### Supported
+
+* Firefox / Firefox ESR: 52 or later
+* Chrome / Chromium: 49 or later
+* Edge: latest
+* Safari: 13 or later
+
+## Mobile apps
+
+* Android: 6 or later
+* iOS: 14 or later