From 11481ddf36a49cfa3b39a5fc65a330899a65f9a2 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Thu, 13 May 2021 12:41:28 -0400 Subject: [PATCH] (DOCSP-16109): Fix Analyze Query tabs --- source/tutorial/analyze-query-plan.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/source/tutorial/analyze-query-plan.txt b/source/tutorial/analyze-query-plan.txt index 317067d1943..7a437b24161 100644 --- a/source/tutorial/analyze-query-plan.txt +++ b/source/tutorial/analyze-query-plan.txt @@ -51,14 +51,18 @@ Consider a collection ``inventory`` with the following documents: { "_id" : 10, "item" : "f4", type: "food", quantity: 75 } .. tabs-drivers:: + :hidden: true - tabs: - - id: compass - content: | - The documents appear in |compass| as the following: + .. tab:: + :tabid: shell + + .. tab:: + :tabid: compass - .. figure:: /images/compass-analyze-inventory-docs.png - :alt: Compass Inventory collection documents + The documents appear in |compass| as the following: + + .. figure:: /images/compass-analyze-inventory-docs.png + :alt: Compass Inventory collection documents .. _analyze-no-index: