summaryrefslogtreecommitdiff
path: root/doc/api/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/documentation.md')
-rw-r--r--doc/api/documentation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index 61d623fe3e..1acb21a896 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -37,26 +37,26 @@ and in the process of being redesigned.
The stability indices are as follows:
-```
+```txt
Stability: 0 - Deprecated
This feature is known to be problematic, and changes are
planned. Do not rely on it. Use of the feature may cause warnings. Backwards
compatibility should not be expected.
```
-```
+```txt
Stability: 1 - Experimental
This feature is subject to change, and is gated by a command line flag.
It may change or be removed in future versions.
```
-```
+```txt
Stability: 2 - Stable
The API has proven satisfactory. Compatibility with the npm ecosystem
is a high priority, and will not be broken unless absolutely necessary.
```
-```
+```txt
Stability: 3 - Locked
Only fixes related to security, performance, or bug fixes will be accepted.
Please do not suggest API changes in this area; they will be refused.