File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- The ``/docs`` command provides MongoDB specific information to users ,
15
+ The ``/docs`` command provides MongoDB- specific information,
16
16
supplemented by links to MongoDB Documentation. The |copilot| is
17
17
knowledgeable of the latest MongoDB Documentation and uses the
18
- MongoDB Docs Chatbot API to link users to information in addition to
19
- the textual response.
18
+ MongoDB Docs Chatbot API to link to information in addition to
19
+ the text response.
20
20
21
21
Example
22
- ~~~~~~~
22
+ -------
23
23
24
- Consider the following prompt that asks for information on creating an
24
+ The following prompt asks for information on creating an
25
25
index in the GitHub Copilot chat:
26
26
27
- .. code-block:: javascript
27
+ .. code-block:: none
28
28
:copyable: false
29
29
30
30
@MongoDB /docs how do I create an index?
@@ -39,7 +39,7 @@ The chat first provides the following MongoDB documentation:
39
39
The |copilot| also returns a textual response with information about
40
40
creating an index:
41
41
42
- .. code-block:: javascript
42
+ .. code-block:: none
43
43
:copyable: false
44
44
45
45
To create an index in MongoDB, you can use the createIndex() method
You can’t perform that action at this time.
0 commit comments