diff options
author | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-02-24 16:15:26 -0800 |
---|---|---|
committer | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-02-27 14:23:01 -0800 |
commit | cf0306cd71e9283b385593749e4f757df6e52d33 (patch) | |
tree | 810a19fcf89afa3d74f1e52e5169fe70b881712b /doc/api_assets | |
parent | fb2439a6997afd96e776e11268aeb358284d7c9a (diff) | |
download | node-new-cf0306cd71e9283b385593749e4f757df6e52d33.tar.gz |
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 <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Vladimir Kurchatkin <vladimir.kurchatkin@gmail.com>
Diffstat (limited to 'doc/api_assets')
-rw-r--r-- | doc/api_assets/style.css | 10 |
1 files changed, 1 insertions, 9 deletions
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; } |