Skip to content

Commit 4f16de3

Browse files
authored
DOCSP-45433-intellij-metadata-tags (#11)
* DOCSP-45433-intellij-metadata-tags * *
1 parent bd06c4f commit 4f16de3

9 files changed

+61
-1
lines changed

source/autocomplete.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ Autocomplete
66

77
.. default-domain:: mongodb
88

9-
.. meta::
9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. facet::
14+
:name: programming_language
15+
:values: java
16+
17+
.. meta::
18+
:keywords: code example, java sync, java async, sample dataset
1019
:description: Use the MongoDB for IntelliJ Plugin to autocomplete database, collection, and document field names.
1120

1221
.. contents:: On this page

source/connect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Connect to Your MongoDB Deployment
1111
:values: tutorial
1212

1313
.. meta::
14+
:keywords: atlas
1415
:description: Connect to your MongoDB deployment with the MongoDB for IntelliJ Plugin.
1516

1617
.. contents:: On this page

source/db-reference-validation.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ Database Reference Validation
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. facet::
14+
:name: programming_language
15+
:values: java
16+
917
.. meta::
18+
:keywords: code example, java sync, java async, spring data, sample dataset
1019
:description: Use the MongoDB for IntelliJ Plugin to verify that specified databases, collections, and document fields exist in your data source.
1120

1221
.. contents:: On this page

source/index-warning.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ Missing Index Warning
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. facet::
14+
:name: programming_language
15+
:values: java
16+
917
.. meta::
18+
:keywords: code example, java sync, java async, sample dataset
1019
:description: The MongoDB for IntelliJ Plugin examines Java code for missing indexes.
1120

1221
.. contents:: On this page

source/install.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Install the MongoDB for IntelliJ Plugin
1111
:values: tutorial
1212

1313
.. meta::
14+
:keywords: download
1415
:description: Install the MongoDB for IntelliJ Plugin from the JetBrains Marketplace.
1516

1617
.. contents:: On this page

source/logs.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Retrieve IntelliJ Logs
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: tutorial
12+
13+
.. meta::
14+
:keywords: troubleshooting
15+
:description: Retrieve log files from IntelliJ IDEA to diagnose bugs and submit feedback.
16+
17+
918
.. contents:: On this page
1019
:local:
1120
:backlinks: none

source/run-java-queries.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Run Java Queries
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. facet::
14+
:name: programming_language
15+
:values: java
16+
17+
.. meta::
18+
:keywords: code example, java sync, java async, mongosh
19+
:description: Use the MongoDB for IntelliJ Plugin to run Java queries in the Database Explorer Playgrounds.
20+
921
.. contents:: On this page
1022
:local:
1123
:backlinks: none

source/submit-feedback.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Submit Feedback
1111
:values: tutorial
1212

1313
.. meta::
14+
:keywords: troubleshooting, support
1415
:description: Submit feedback on the MongoDB for IntelliJ Plugin JIRA project.
1516

1617
.. contents:: On this page

source/type-validation.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ Type Validation
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. facet::
14+
:name: programming_language
15+
:values: java
16+
917
.. meta::
18+
:keywords: code example, java sync, java async
1019
:description: The MongoDB for IntelliJ Plugin examines Java code for invalid types.
1120

1221
.. contents:: On this page

0 commit comments

Comments
 (0)