From 956e08e6f077b9e162f653438352699937429579 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 23 May 2019 11:45:49 -0700 Subject: doc: remove experimental status for JSON documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Yongsheng Zhang Reviewed-By: Trivikram Kamat --- doc/api/documentation.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'doc/api/documentation.md') 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 -- cgit v1.2.3