Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2020-02-28 10:14:33 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-21 12:58:25 +0300
commite04f599258bb8e733a507867d42d5e46d35d7bca (patch)
tree1898991ba1d7cc1234a31c2d580f9a4329b75396 /doc/api/index.md
parent43d32b073f42a1544ebd907f4050d03c9a65f26d (diff)
doc: add basic embedding example documentation
PR-URL: https://github.com/nodejs/node/pull/30467 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Diffstat (limited to 'doc/api/index.md')
-rw-r--r--doc/api/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/index.md b/doc/api/index.md
index 6a39e2102ce..ec760f5342d 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -15,6 +15,7 @@
* [Buffer](buffer.html)
* [C++ Addons](addons.html)
* [C/C++ Addons with N-API](n-api.html)
+* [C++ Embedder API](embedding.html)
* [Child Processes](child_process.html)
* [Cluster](cluster.html)
* [Command Line Options](cli.html)