Skip to content

Commit 0d3a5dd

Browse files
authored
DOCSP-45086 IntelliJ Landing Page (#2)
* DOCSP-45086 IntelliJ Landing Page * add submit feedback section * improvements * fix link * update metadata * JD feedback * GA feedback * *
1 parent 5a1d195 commit 0d3a5dd

File tree

2 files changed

+57
-4
lines changed

2 files changed

+57
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# docs-mongodb-intellij
1+
# MongoDB for IntelliJ Plugin Documentation
22

3-
This repository contains documentation for the {+intellij-full+}.
3+
This repository contains documentation for the MongoDB for IntelliJ Plugin.
44

55
## Report Issues
66

source/index.txt

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,63 @@
1+
.. _intellij-index:
2+
13
===========================
2-
MongoDB for IntelliJ Plugin
4+
{+intellij-full+}
35
===========================
46

57
.. default-domain:: mongodb
68

7-
Content here will be added in DOCSP-45086.
9+
.. meta::
10+
:description: The MongoDB for IntelliJ Plugin is a tool designed to improve the development experience for Java developers working with IntelliJ IDEA.
11+
12+
.. contents:: On this page
13+
:local:
14+
:backlinks: none
15+
:depth: 1
16+
:class: singlecol
17+
18+
The {+intellij-full+} is designed to improve the development experience
19+
for Java developers working with IntelliJ IDEA. The {+intellij-short+} builds on
20+
the existing IntelliJ Database Explorer to streamline the process of writing
21+
and managing MongoDB queries directly within the IDE. The {+intellij-short+}
22+
supports the :driver:`MongoDB Java driver </java/>` and `Spring Data MongoDB
23+
<https://docs.spring.io/spring-data/mongodb/reference/index.html>`_.
24+
25+
You can use the {+intellij-short+} to:
26+
27+
- Connect to your MongoDB instance and interact with your data.
28+
29+
- Write, test, and iterate Java queries faster.
30+
31+
- Identify query and data modeling anti-patterns in your application code.
32+
33+
Features
34+
--------
35+
36+
The {+intellij-short+} currently supports the following features:
37+
38+
- :ref:`Autocomplete <intellij-autocomplete>` for database, collection, and
39+
document field names.
40+
41+
- :ref:`Type validation <intellij-type-validation>` of document fields.
42+
43+
- :ref:`Missing index warnings <intellij-index-warning>` for Java queries.
44+
45+
Get Started
46+
-----------
47+
48+
:ref:`intellij-install`
49+
Install the {+intellij-short+} from the JetBrains Marketplace.
50+
51+
:ref:`intellij-connect`
52+
Connect to your MongoDB deployment.
53+
54+
Submit Feedback
55+
---------------
56+
57+
To report a bugs, request a feature, or submit general feedback, open a
58+
ticket in the `MongoDB for IntelliJ Plugin JIRA project <https://jira.mongodb.org/projects/INTELLIJ/issues/>`__.
59+
60+
To learn more about submitting feedback, see :ref:`intellij-submit-feedback`.
861

962
.. toctree::
1063
:titlesonly:

0 commit comments

Comments
 (0)