Add link to tensorflow.js
authorShanqing Cai <cais@google.com>
Wed, 4 Apr 2018 21:39:40 +0000 (14:39 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 4 Apr 2018 21:42:19 +0000 (14:42 -0700)
PiperOrigin-RevId: 191649295

tensorflow/docs_src/extend/index.md

index bdff60b..1ab0340 100644 (file)
@@ -16,9 +16,10 @@ TensorFlow:
     for your own file and record formats.
 
 Python is currently the only language supported by TensorFlow's API stability
-promises.  However, TensorFlow also provides functionality in C++, Java, and Go,
+promises. However, TensorFlow also provides functionality in C++, Go, Java and
+[JavaScript](https://js.tensorflow.org),
 plus community support for [Haskell](https://github.com/tensorflow/haskell) and
-[Rust](https://github.com/tensorflow/rust).  If you'd like to create or
+[Rust](https://github.com/tensorflow/rust). If you'd like to create or
 develop TensorFlow features in a language other than these languages, read the
 following guide: