File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,27 @@ The MarkLogic node.js API is currently in Early Access Release 2.
99
1010### Getting started
1111
12- Please see the instructions on the MarkLogic Early Access website:
12+ Please register at the MarkLogic Early Access website and then follow the tutorial instructions :
1313
14- http://ea.marklogic.com/features/node/
14+ http://ea.marklogic.com/features/node-js-client-api /
1515
1616The instructions describe:
1717
1818* installing the MarkLogic database and setting up an admin user
1919* cloning this repository to set up the API
2020* working through some initial examples to get familiar with the API
2121
22- For more detail about the API, see the reference documentation:
22+ For more detail about the API, use the documentation login from the Early Access
23+ to view the reference documentation:
2324
24- http://docs-ea.marklogic.com:8011/jsdoc/index.html
25+ http://docs-ea.marklogic.com/jsdoc/index.html
26+
27+ After installing the dependencies including gulp, you can also build the documentation
28+ locally from the root directory of the marklogic package:
29+
30+ gulp doc
31+
32+ The documentation should be produced in the doc subdirectory.
2533
2634### Example setup
2735
You can’t perform that action at this time.
0 commit comments