Skip to content

Commit 5a1d195

Browse files
authored
DOCSP-44807 IntelliJ Initial Setup (#1)
* DOCSP-44807 IntelliJ Initial Setup * README edit * NV feedback
1 parent 504df61 commit 5a1d195

File tree

10 files changed

+130
-6
lines changed

10 files changed

+130
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docs-mongodb-intellij
22

3-
[Your words here].
3+
This repository contains documentation for the {+intellij-full+}.
44

55
## Report Issues
66

snooty.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
55
"https://www.mongodb.com/docs/atlas/objects.inv"
66
]
77

8-
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
8+
toc_landing_pages = ["/connect"]
99

10-
# [constants]
11-
# constant = "value"
10+
[constants]
11+
intellij-full = "MongoDB for IntelliJ Plugin"
12+
intellij-short = "IntelliJ Plugin"
13+
14+
[[banners]]
15+
targets = ["*"]
16+
variant = "info"
17+
value = "The MongoDB for IntelliJ Plugin is currently in Private Preview."

source/autocomplete.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _intellij-autocomplete:
2+
3+
============
4+
Autocomplete
5+
============
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44964.

source/connect.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. _intellij-connect:
2+
3+
==================================
4+
Connect to Your MongoDB Deployment
5+
==================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44809.
16+
17+
.. toctree::
18+
:titlesonly:
19+
20+
Connections Toolbar </connect/connections-toolbar>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _intellij-connections-toolbar:
2+
3+
==================================
4+
Connect to Your MongoDB Deployment
5+
==================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44962.

source/index-warning.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _intellij-index-warning:
2+
3+
=====================
4+
Missing Index Warning
5+
=====================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44966.

source/index.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ MongoDB for IntelliJ Plugin
44

55
.. default-domain:: mongodb
66

7-
Your words here. Don't forget to add a toctree!
7+
Content here will be added in DOCSP-45086.
88

9-
Have a lovely day!
9+
.. toctree::
10+
:titlesonly:
1011

12+
Install </install>
13+
Connect </connect>
14+
Autocomplete </autocomplete>
15+
Type Validation </type-validation>
16+
Missing Index Warning </index-warning>
17+
Release Notes <https://github.com/mongodb-js/intellij/blob/main/CHANGELOG.md>
18+
Submit Feedback </submit-feedback>

source/install.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _intellij-install:
2+
3+
=======================================
4+
Install the MongoDB for IntelliJ Plugin
5+
=======================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44808.

source/submit-feedback.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _intellij-submit-feedback:
2+
3+
===============
4+
Submit Feedback
5+
===============
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44968.

source/type-validation.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.. _intellij-type-validation:
2+
3+
===============
4+
Type Validation
5+
===============
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
Content on this page will be addressed in DOCSP-44965.

0 commit comments

Comments
 (0)