doc: add missing type=misc top comments

PR-URL: https://github.com/nodejs/node/pull/20022
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
Vse Mozhet Byt 2018-04-14 05:05:56 +03:00
parent 89cd74908e
commit 72dc1ae709
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# C++ Addons # C++ Addons
<!--introduced_in=v0.10.0--> <!--introduced_in=v0.10.0-->
<!-- type=misc -->
Node.js Addons are dynamically-linked shared objects, written in C++, that Node.js Addons are dynamically-linked shared objects, written in C++, that
can be loaded into Node.js using the [`require()`][require] function, and used can be loaded into Node.js using the [`require()`][require] function, and used

View File

@ -1,6 +1,7 @@
# Deprecated APIs # Deprecated APIs
<!--introduced_in=v7.7.0--> <!--introduced_in=v7.7.0-->
<!-- type=misc -->
Node.js may deprecate APIs when either: (a) use of the API is considered to be Node.js may deprecate APIs when either: (a) use of the API is considered to be
unsafe, (b) an improved alternative API has been made available, or (c) unsafe, (b) an improved alternative API has been made available, or (c)

View File

@ -1,6 +1,7 @@
# ECMAScript Modules # ECMAScript Modules
<!--introduced_in=v8.5.0--> <!--introduced_in=v8.5.0-->
<!-- type=misc -->
> Stability: 1 - Experimental > Stability: 1 - Experimental

View File

@ -1,6 +1,7 @@
# Internationalization Support # Internationalization Support
<!--introduced_in=v8.2.0--> <!--introduced_in=v8.2.0-->
<!-- type=misc -->
Node.js has many features that make it easier to write internationalized Node.js has many features that make it easier to write internationalized
programs. Some of them are: programs. Some of them are:

View File

@ -1,6 +1,7 @@
# N-API # N-API
<!--introduced_in=v7.10.0--> <!--introduced_in=v7.10.0-->
<!-- type=misc -->
> Stability: 2 - Stable > Stability: 2 - Stable