summaryrefslogtreecommitdiff
path: root/docs/embedding_deno.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-20 16:25:36 +0200
committerGitHub <noreply@github.com>2021-07-20 16:25:36 +0200
commitd744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch)
tree6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/embedding_deno.md
parent9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff)
chore: move docs to separate repository
Diffstat (limited to 'docs/embedding_deno.md')
-rw-r--r--docs/embedding_deno.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/embedding_deno.md b/docs/embedding_deno.md
deleted file mode 100644
index aa8cd58b1..000000000
--- a/docs/embedding_deno.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Embedding Deno
-
-Deno consists of multiple parts, one of which is `deno_core`. This is a rust
-crate that can be used to embed a JavaScript runtime into your rust application.
-Deno is built on top of `deno_core`.
-
-The Deno crate is hosted on [crates.io](https://crates.io/crates/deno_core).
-
-You can view the API on [docs.rs](https://docs.rs/deno_core).
-
-<!-- TODO(lucacasonato): better docs -->