Skip to content

Commit 03f2fa0

Browse files
(DOCSP-16109): Fix Analyze Query tabs
1 parent 31d379c commit 03f2fa0

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

source/tutorial/analyze-query-plan.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,18 @@ Consider a collection ``inventory`` with the following documents:
5151
{ "_id" : 10, "item" : "f4", type: "food", quantity: 75 }
5252

5353
.. tabs-drivers::
54+
:hidden: true
5455

55-
tabs:
56-
- id: compass
57-
content: |
58-
The documents appear in |compass| as the following:
56+
.. tab::
57+
:tabid: shell
58+
59+
.. tab::
60+
:tabid: compass
5961

60-
.. figure:: /images/compass-analyze-inventory-docs.png
61-
:alt: Compass Inventory collection documents
62+
The documents appear in |compass| as the following:
63+
64+
.. figure:: /images/compass-analyze-inventory-docs.png
65+
:alt: Compass Inventory collection documents
6266

6367
.. _analyze-no-index:
6468

0 commit comments

Comments
 (0)