Skip to content

Commit 707a429

Browse files
committed
adapt toc
1 parent 8d5a0e5 commit 707a429

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+257
-174
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ intersphinx = [
77
]
88

99
toc_landing_pages = [
10-
"/fundamentals/connection",
11-
"/fundamentals/crud",
10+
"/connection",
11+
"/crud",
1212
"/fundamentals/builders",
1313
"/fundamentals/aggregation",
1414
"/usage-examples",

source/atlas-search.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _java-atlas-search:
2+
3+
============
4+
Atlas Search
5+
============
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: full text, text analyzer, meta, pipeline, scoring, Lucene
13+
:description: Learn about how to use Atlas Search in the {+driver-long+}.
14+
15+
.. contents:: On this page
16+
:local:
17+
:backlinks: none
18+
:depth: 2
19+
:class: singlecol
20+
21+
See :manual:` Atlas Search </atlas/atlas-search/>` in the MongoDB Manual.

source/atlas-vector-search.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _java-atlas-vector-search:
2+
3+
===================
4+
Atlas Vector Search
5+
===================
6+
7+
.. facet::
8+
:name: genre
9+
:values: reference
10+
11+
.. meta::
12+
:keywords: full text, text analyzer, meta, pipeline, scoring, Lucene, AI, artificial intelligence
13+
:description: Learn about how to use Atlas Vector Search in the {+driver-long+}.
14+
15+
.. contents:: On this page
16+
:local:
17+
:backlinks: none
18+
:depth: 2
19+
:class: singlecol
20+
21+
See :manual:` Atlas Vector Search </atlas/atlas-vector-search/vector-search-overview/>` in the MongoDB Manual.
File renamed without changes.

source/fundamentals/connection.txt renamed to source/connection.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Connection Guide
66

77
.. toctree::
88

9-
Connect to MongoDB </fundamentals/connection/connect>
10-
Connection Options </fundamentals/connection/connection-options>
11-
MongoClient Settings </fundamentals/connection/mongoclientsettings>
12-
Network Compression </fundamentals/connection/network-compression>
13-
TLS/SSL </fundamentals/connection/tls>
14-
SOCKS5 Proxy </fundamentals/connection/socks>
15-
JNDI Datasource </fundamentals/connection/jndi>
9+
Connect to MongoDB </connection/connect>
10+
Connection Options </connection/connection-options>
11+
MongoClient Settings </connection/mongoclientsettings>
12+
Network Compression </connection/network-compression>
13+
TLS/SSL </connection/tls>
14+
SOCKS5 Proxy </connection/socks>
15+
JNDI Datasource </connection/jndi>
1616
AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
1717

1818
.. contents:: On this page
File renamed without changes.

0 commit comments

Comments
 (0)