Skip to content

Commit 6e231b3

Browse files
committed
NODE-126 : gulp doc throws errors
1 parent 7cb2601 commit 6e231b3

File tree

4 files changed

+446
-165
lines changed

4 files changed

+446
-165
lines changed

etc/marklogic-template/static/styles/site.marklogic.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*!
2-
* Bootstrap (http://getbootstrap.com)
3-
* Copyright 2011-2023 Twitter, Inc.
2+
* Bootstrap v3.3.6 (http://getbootstrap.com)
3+
* Copyright 2011-2015 Twitter, Inc.
44
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
55
*/
6-
/*! normalize.css | MIT License | github.com/necolas/normalize.css */
6+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
77
html {
88
font-family: sans-serif;
99
-ms-text-size-adjust: 100%;

lib/documents.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@ Documents.prototype.suggest = function suggestDocuments() {
22602260
* defaultMetadata and transform.
22612261
* @method documents#writeAll
22622262
* @since 2.8.0
2263-
* @param {stream} [stream] - stream containing the input.
2263+
* @param {stream} stream - stream containing the input.
22642264
* @param {object} [options] - Configures the write operation.
22652265
* @param {function(progress, documents)} [onBatchSuccess] - A callback that can notify other systems about batches
22662266
* written successfully.
@@ -2766,7 +2766,7 @@ function urisOutputTransform(headers, data) {
27662766
* concurrentRequests, categories, transform, onInitialTimestamp, outputStreamType and consistentSnapshot.
27672767
* @method documents#readAll
27682768
* @since 2.9.0
2769-
* @param {stream} [stream] - stream containing the input uris.
2769+
* @param {stream} stream - stream containing the input uris.
27702770
* @param {object} [options] - Configures the readAll operation.
27712771
* @param {function(summary)} [onCompletion] - A callback that receives a summary of the results.
27722772
* @param {function(progress, uris, error)} [onBatchError] - A callback that responds to any error while reading a
@@ -3356,7 +3356,7 @@ function copyConstraints(suggestConstraints, searchConstraints) {
33563356
* and transformStrategy.
33573357
* @method documents#transformAll
33583358
* @since 3.0.0
3359-
* @param {stream} [stream] - stream containing the input.
3359+
* @param {stream} stream - stream containing the input.
33603360
* @param {object} [options] - Configures the transformAll operation.
33613361
* @param {function(summary)} [onCompletion] - A callback that receives a summary of the results.
33623362
* @param {function(progress, uris, error)} [onBatchError] - A callback that responds to any error while transforming a
@@ -3780,7 +3780,7 @@ function queryToTransformAllDocumentsImpl(query, jobOptions){
37803780
* The removeAllUris function deletes a set of documents from the database.
37813781
* @method documents#removeAllUris
37823782
* @since 3.0.0
3783-
* @param {stream} [stream] - stream containing the input uris.
3783+
* @param {stream} stream - stream containing the input uris.
37843784
* @param {object} [options] - Configures the removeAllUris operation.
37853785
* @param {function(summary)} [onCompletion] - A callback that receives a summary of the results.
37863786
* @param {function(progress, uris, error)} [onBatchError] - A callback that responds to any error while transforming a

0 commit comments

Comments
 (0)