Skip to content

Commit

Permalink
Remove the right ToC from the patterns Intro page (#1614)
Browse files Browse the repository at this point in the history
This PR sets `in_page_toc_show` to `false` to the front matter of the
patterns Intro page in order to remove the right ToC.
  • Loading branch information
arnaucasau authored Jun 28, 2024
1 parent 9a1cf18 commit cab2185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/patterns-reorg/page_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def index_page_content() -> str:
---
title: Introduction to Qiskit
description: What is Qiskit? This document provides an introduction to the Qiskit stack.
in_page_toc_show: false
---
# Introduction to Qiskit
Expand Down

0 comments on commit cab2185

Please sign in to comment.