From 2fe1e107bd543a126b24197172d833e5756305fb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 23 May 2019 11:45:49 -0700 Subject: [PATCH 1/2] 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. --- doc/api/documentation.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index db12442ea6ee03..43d4b5c28dd6f6 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -57,12 +57,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 doing programmatic things with the documentation. ## Syscalls and man pages From d2281de1a3317b8438e40d746f4835f00d0489d7 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 23 May 2019 12:00:01 -0700 Subject: [PATCH 2/2] fixup! doc: remove experimental status for JSON documentation --- doc/api/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/documentation.md b/doc/api/documentation.md index 43d4b5c28dd6f6..5ffe21e8dc5bac 100644 --- a/doc/api/documentation.md +++ b/doc/api/documentation.md @@ -58,7 +58,7 @@ added: v0.6.12 --> Every `.html` document has a corresponding `.json` document. This is for IDEs -and other utilities doing programmatic things with the documentation. +and other utilities that consume the documentation. ## Syscalls and man pages