Skip to content

Commit f1da649

Browse files
authored
Add resource links to the README
1 parent a187824 commit f1da649

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

README.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,14 @@ db.createCollection(
5050
});
5151
```
5252

53-
Other calls can create additional documents for the same collection.
54-
5553
### Resources
5654

57-
Here are some online resources that walk you through working with MarkLogic
58-
using the Node.js Client API:
59-
60-
* [MarkLogic Node.js Client API](http://developer.marklogic.com/features/node-client-api)
61-
* [Introduction to the Node.js Client API - Getting Started](http://docs.marklogic.com/guide/node-dev/intro#id_68052)
62-
63-
The instructions describe:
64-
65-
* installing the MarkLogic database and setting up an admin user
66-
* installing the Node.js Client API using npm
67-
* working through some initial examples to get familiar with the API
55+
* [Node.js Client API Documentation](https://docs.marklogic.com/jsdoc/index.html)
56+
* [Feature Overview of the Node.js Client API](http://developer.marklogic.com/features/node-client-api)
57+
* [The Node.js Client API in 5 Minutes](https://developer.marklogic.com/learn/node-in-5-minutes)
58+
* [Node.js Application Developer's Guide](http://docs.marklogic.com/guide/node-dev)
59+
* [MarkLogic Training for the Node.js Client API](http://www.marklogic.com/training-courses/developing-marklogic-applications-i-node-js/)
60+
* [MarkLogic On-Demand Courses for Node.js](https://mlu.marklogic.com/ondemand/index.xqy?q=Series%3A%22Node.js%22)
6861

6962
### Code Examples
7063

@@ -73,11 +66,11 @@ in the online resources. To run the examples, follow the instructions here:
7366

7467
examples/1readme.txt
7568

76-
### Generating Documentation
69+
### Generating Documentation Locally
7770

78-
After installing the project dependencies (including the [gulp](http://gulpjs.com/) build system),
79-
you can build the reference documentation locally from the root directory of the
80-
marklogic package:
71+
After installing the project dependencies (including the [gulp](http://gulpjs.com/)
72+
build system), you can build the reference documentation locally from the root
73+
directory of the marklogic package:
8174

8275
gulp doc
8376

0 commit comments

Comments
 (0)