summaryrefslogtreecommitdiff
path: root/doc/api/documentation.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-05-23 11:45:49 -0700
committerRich Trott <rtrott@gmail.com>2019-05-25 21:09:38 -0700
commit956e08e6f077b9e162f653438352699937429579 (patch)
tree01008b70c00491a5b190133e76d2b8420f39aaa3 /doc/api/documentation.md
parenta388f4d13aa29ddbaefe4120ca554f5803bfac25 (diff)
downloadandroid-node-v8-956e08e6f077b9e162f653438352699937429579.tar.gz
android-node-v8-956e08e6f077b9e162f653438352699937429579.tar.bz2
android-node-v8-956e08e6f077b9e162f653438352699937429579.zip
doc: remove experimental status for JSON documentation
The JSON documentation is relied up on by some consumers. It has been in Experimental status for a long time. Promote it to Stable. Reword the JSON documentation overview for brevity and clarity. PR-URL: https://github.com/nodejs/node/pull/27842 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/documentation.md')
-rw-r--r--doc/api/documentation.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/api/documentation.md b/doc/api/documentation.md
index 20bbebec53..0ceff2b52a 100644
--- a/doc/api/documentation.md
+++ b/doc/api/documentation.md
@@ -54,12 +54,8 @@ attaching a listener to the [`'warning'`][] event.
added: v0.6.12
-->
-> Stability: 1 - Experimental
-
-Every `.html` document has a corresponding `.json` document presenting
-the same information in a structured manner. This feature is
-experimental, and added for the benefit of IDEs and other utilities that
-wish to do programmatic things with the documentation.
+Every `.html` document has a corresponding `.json` document. This is for IDEs
+and other utilities that consume the documentation.
## Syscalls and man pages