Skip to content

Commit 31ff300

Browse files
(DOCS-13731): update links in tutorial sections for next-gen build
1 parent 4aeed9d commit 31ff300

File tree

4 files changed

+54
-25
lines changed

4 files changed

+54
-25
lines changed

source/java-api.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,17 @@ helper.
112112
Tutorials
113113
---------
114114

115-
.. toctree::
116-
:titlesonly:
115+
- :doc:`/java/write-to-mongodb`
116+
- :doc:`/java/read-from-mongodb`
117+
- :doc:`/java/aggregation`
118+
- :doc:`/java/datasets-and-sql`
117119

118-
/java/write-to-mongodb
119-
/java/read-from-mongodb
120-
/java/aggregation
121-
/java/datasets-and-sql
120+
.. class:: hidden
121+
122+
.. toctree::
123+
:titlesonly:
124+
125+
/java/write-to-mongodb
126+
/java/read-from-mongodb
127+
/java/aggregation
128+
/java/datasets-and-sql

source/python-api.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,18 @@ data from MongoDB, create DataFrames, and perform SQL operations.
7171
Tutorials
7272
---------
7373

74-
.. toctree::
75-
:titlesonly:
74+
- :doc:`/python/write-to-mongodb`
75+
- :doc:`/python/read-from-mongodb`
76+
- :doc:`/python/aggregation`
77+
- :doc:`/python/filters-and-sql`
7678

77-
/python/write-to-mongodb
78-
/python/read-from-mongodb
79-
/python/aggregation
80-
/python/filters-and-sql
79+
.. class:: hidden
80+
81+
.. toctree::
82+
:titlesonly:
83+
84+
/python/write-to-mongodb
85+
/python/read-from-mongodb
86+
/python/aggregation
87+
/python/filters-and-sql
8188

source/r-api.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,17 @@ data from MongoDB, create DataFrames, and perform SQL operations.
6262
Tutorials
6363
---------
6464

65-
.. toctree::
66-
:titlesonly:
65+
- :doc:`/r/write-to-mongodb`
66+
- :doc:`/r/read-from-mongodb`
67+
- :doc:`/r/aggregation`
68+
- :doc:`/r/filters-and-sql`
6769

68-
/r/write-to-mongodb
69-
/r/read-from-mongodb
70-
/r/aggregation
71-
/r/filters-and-sql
70+
.. class:: hidden
71+
72+
.. toctree::
73+
:titlesonly:
74+
75+
/r/write-to-mongodb
76+
/r/read-from-mongodb
77+
/r/aggregation
78+
/r/filters-and-sql

source/scala-api.txt

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,19 @@ to clear your local ivy cache (``~/.ivy2/cache/org.mongodb.spark`` and
133133
Tutorials
134134
---------
135135

136-
.. toctree::
137-
:titlesonly:
136+
- :doc:`/scala/write-to-mongodb`
137+
- :doc:`/scala/read-from-mongodb`
138+
- :doc:`/scala/aggregation`
139+
- :doc:`/scala/datasets-and-sql`
140+
- :doc:`/scala/streaming`
141+
142+
.. class:: hidden
143+
144+
.. toctree::
145+
:titlesonly:
138146

139-
/scala/write-to-mongodb
140-
/scala/read-from-mongodb
141-
/scala/aggregation
142-
/scala/datasets-and-sql
143-
/scala/streaming
147+
/scala/write-to-mongodb
148+
/scala/read-from-mongodb
149+
/scala/aggregation
150+
/scala/datasets-and-sql
151+
/scala/streaming

0 commit comments

Comments
 (0)