Skip to content

Commit

Permalink
doc: add missing introduced_in metadata
Browse files Browse the repository at this point in the history
Fixes doc build warnings:
```
Failed to add alternative version links to webstreams
Failed to add alternative version links to async_context
```

PR-URL: #39575
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
richardlau authored and danielleadams committed Aug 16, 2021
1 parent 6b664e2 commit d7c8c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/async_context.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Asynchronous Context Tracking

<!--introduced_in=v16.4.0-->

> Stability: 2 - Stable
<!-- source_link=lib/async_hooks.js -->
Expand Down
2 changes: 2 additions & 0 deletions doc/api/webstreams.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Web Streams API

<!--introduced_in=v16.5.0-->

> Stability: 1 - Experimental
An implementation of the [WHATWG Streams Standard][].
Expand Down

0 comments on commit d7c8c6d

Please sign in to comment.