Skip to content

Commit f067b63

Browse files
DOCSP-19083 fix for build errors (#227)
1 parent 93666b1 commit f067b63

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ raw: /datalake/reference/cli/datalake-cli -> ${base}/reference/cli/administratio
44
raw: /datalake/reference/config-files/data-lake-configuration -> ${base}/reference/format/data-lake-configuration/
55
raw: /datalake/reference/config-files/sql-schema-format -> ${base}/reference/format/sql-schema-format/
66
raw: /datalake/tutorial/load-sample-data -> ${base}/tutorial/deploy/
7-
raw: /datalake/config/manage-stores-cli -> ${base}/config/config-data-lake/#set-or-update-data-lake-configuration
8-
raw: /datalake/config/manage-dbs-cli -> ${base}/config/config-data-lake/#set-or-update-data-lake-configuration
9-
raw: /datalake/config/manage-collections-views-cli -> ${base}/config/config-data-lake/#set-or-update-data-lake-configuration
7+
raw: /datalake/config/manage-stores-cli -> ${base}/config/config-data-lake/
8+
raw: /datalake/config/manage-dbs-cli -> ${base}/config/config-data-lake/
9+
raw: /datalake/config/manage-collections-views-cli -> ${base}/config/config-data-lake/

source/includes/changelog/data-lake-2020.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,8 @@
215215
buckets, enabling use of :pipeline:`$out` semantics to write directly
216216
to those buckets.
217217

218-
- Adds incremental :ref:`store <manage-stores-cli>`,
219-
:ref:`database <dl-manage-db-cli>`,
220-
:ref:`collection <manage-collections-views-cli>`, and
221-
:manual:`view </reference/method/db.createView/#db.createView>`
218+
- Adds incremental :ref:`store <adl-cli>`, :ref:`database <adl-cli>`,
219+
:ref:`collection <adl-cli>`, and :ref:`view <adl-cli>`
222220
commands for storage configuration management.
223221

224222
- Limits collections returned for wildcard collections to 1,000.

source/includes/steps-manage-storage-configuration-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ content: |
103103
- The name of the view.
104104
105105
- The :manual:`pipeline </core/aggregation-pipeline/#std-label-aggregation-pipeline>`
106-
to apply to the view.
106+
to apply to the view.
107107
108108
Corresponds to :datalakeconf:`databases.[n].views` |json|
109109
configuration setting.

source/reference/api/datalakes-api.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _adl-api:
22

3-
============
3+
====================
44
{+adl+} APIs
5-
============
5+
====================
66

77
.. default-domain:: mongodb
88

0 commit comments

Comments
 (0)