Skip to content

Commit c47a08a

Browse files
committed
DOCSP-43494 adding second docs example
1 parent c0d8842 commit c47a08a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/copilot-docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ index in the GitHub Copilot chat:
3535

3636
@MongoDB /docs How do I create an index?
3737

38-
The chat first provides the following MongoDB documentation:
38+
The |copilot| first provides the following MongoDB documentation:
3939

4040
- `Create an Index <https://www.mongodb.com/docs/manual/core/indexes/create-index/>`__
4141
- `createIndexes <https://mongodb.com/docs/manual/reference/command/createIndexes/>`__
4242
- `db.collection.createIndex() <https://mongodb.com/docs/manual/reference/method/db.collection.createIndex/>`__
4343
- `Partial Indexes <https://www.mongodb.com/docs/manual/core/index-partial/>`_
4444
- `db.collection.createIndexes() <https://www.mongodb.com/docs/manual/reference/method/db.collection.createIndexes/>`_
4545

46-
The |copilot| also returns a text response with information about
47-
creating an index and code examples:
46+
The generated response also contains information about creating an index
47+
and code examples:
4848

4949
.. figure:: /images/copilot-docs.png
5050
:figwidth: 700px

0 commit comments

Comments
 (0)