From 8d55a0d74080570c3a3bbe80a688cbe5b363760c Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 19 Aug 2017 20:04:30 -0700 Subject: [PATCH] Add links to the manual, future-proof others Signed-Off-By: Antonio N. Monteiro --- docs/Manual.html | 96 ++++++++++------------ site/docsource/Dev-mode-How-to.adoc | 5 +- site/docsource/Exception-handling.adoc | 2 +- site/docsource/Get_started.adoc | 2 +- site/docsource/OCaml-call-JS.adoc | 4 +- site/docsource/Runtime-representation.adoc | 4 +- site/docsource/js-lib.adoc | 54 ++++++------ 7 files changed, 82 insertions(+), 85 deletions(-) diff --git a/docs/Manual.html b/docs/Manual.html index a5b2836aa7..b634f0ea2b 100644 --- a/docs/Manual.html +++ b/docs/Manual.html @@ -559,7 +559,7 @@

BuckleScript User
  • Fixed Arguments with arbitrary JSON literal (@since 1.7.0)
  • -
  • Binding to NodeJS special variables: bs.node
  • +
  • Binding to NodeJS special variables: bs.node
  • Binding to callbacks (high-order function)