From fa0af137682e2b9b0f6d96d3274d5fc12c21f8ff Mon Sep 17 00:00:00 2001 From: Aditya Upasani <2023.aditya.upasani@ves.ac.in> Date: Tue, 30 Dec 2025 10:00:43 +0530 Subject: [PATCH 1/3] Docs: rename Overview to Introduction and promote Quick Start as Overview --- docs/guides/_toc.json | 4 ++-- docs/guides/index.mdx | 6 +++--- docs/guides/quick-start.ipynb | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/guides/_toc.json b/docs/guides/_toc.json index e2cf00edfb2..42644c00c76 100644 --- a/docs/guides/_toc.json +++ b/docs/guides/_toc.json @@ -6,11 +6,11 @@ "title": "Get started", "children": [ { - "title": "Overview", + "title": "Introduction", "url": "/docs/guides" }, { - "title": "Quickstart", + "title": "Overview", "url": "/docs/guides/quick-start" }, { diff --git a/docs/guides/index.mdx b/docs/guides/index.mdx index d34e689e408..137f0471393 100644 --- a/docs/guides/index.mdx +++ b/docs/guides/index.mdx @@ -1,9 +1,9 @@ --- -title: Overview -description: Find resources to use Qiskit, Qiskit Runtime, IBM Quantum, and more +title: Introduction +description: Introduction to Qiskit, IBM Quantum, and how to use this documentation --- -# Overview +# Introduction ## Introduction to Qiskit and IBM Quantum diff --git a/docs/guides/quick-start.ipynb b/docs/guides/quick-start.ipynb index 4c289926c4d..fd19c55d413 100644 --- a/docs/guides/quick-start.ipynb +++ b/docs/guides/quick-start.ipynb @@ -7,7 +7,7 @@ "source": [ "{/* cspell:ignore miniconda */}\n", "\n", - "# Quickstart" + "# Overview" ] }, { From 290c353657c2a8a95cd23b8b177b7be188d0beb0 Mon Sep 17 00:00:00 2001 From: abbycross Date: Tue, 30 Dec 2025 10:12:40 -0500 Subject: [PATCH 2/3] revert --- docs/guides/_toc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/_toc.json b/docs/guides/_toc.json index 42644c00c76..849be7271ae 100644 --- a/docs/guides/_toc.json +++ b/docs/guides/_toc.json @@ -10,7 +10,7 @@ "url": "/docs/guides" }, { - "title": "Overview", + "title": "Quickstart", "url": "/docs/guides/quick-start" }, { From bd711db42ba67bb7e7bd37be53981ea112d18a2e Mon Sep 17 00:00:00 2001 From: abbycross Date: Tue, 30 Dec 2025 10:12:51 -0500 Subject: [PATCH 3/3] revert --- docs/guides/quick-start.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/quick-start.ipynb b/docs/guides/quick-start.ipynb index fd19c55d413..4c289926c4d 100644 --- a/docs/guides/quick-start.ipynb +++ b/docs/guides/quick-start.ipynb @@ -7,7 +7,7 @@ "source": [ "{/* cspell:ignore miniconda */}\n", "\n", - "# Overview" + "# Quickstart" ] }, {