From cf0306cd71e9283b385593749e4f757df6e52d33 Mon Sep 17 00:00:00 2001 From: Chris Dickinson Date: Tue, 24 Feb 2015 16:15:26 -0800 Subject: doc: update stability index This simplifies the stability index to 4 levels: 0 - deprecated 1 - experimental / feature-flagged 2 - stable 3 - locked Domains has been downgraded to deprecated, assert has been downgraded to stable. Timers and Module remain locked. All other APIs are now stable. PR-URL: https://github.com/iojs/io.js/pull/943 Fixes: https://github.com/iojs/io.js/issues/930 Reviewed-By: Colin Ihrig Reviewed-By: Jeremiah Senkpiel Reviewed-By: Vladimir Kurchatkin --- doc/api_assets/style.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'doc/api_assets') diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index d5c5aa9e55..e816ce5fbb 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -88,18 +88,10 @@ code a:hover { } .api_stability_2 { - background-color: #FFA000; + background-color: #4EBA0F; } .api_stability_3 { - background-color: #AEC516; -} - -.api_stability_4 { - background-color: #009431; -} - -.api_stability_5 { background-color: #0084B6; } -- cgit v1.2.1