Skip to content

Commit 3798d09

Browse files
final overview pg tweaks (#4196)
Co-authored-by: Arnau Casau <47946624+arnaucasau@users.noreply.github.com>
1 parent cb44984 commit 3798d09

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

docs/guides/_toc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Get started",
77
"children": [
88
{
9-
"title": "Introduction to Qiskit",
9+
"title": "Overview",
1010
"url": "/docs/guides"
1111
},
1212
{
@@ -287,7 +287,7 @@
287287
"children": [
288288
{
289289
"title": "Introduction to Qiskit",
290-
"url": "/docs/guides/qiskit-intro"
290+
"url": "/docs/guides/tools-intro"
291291
},
292292
{
293293
"title": "Circuits and operators",

docs/guides/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Overview
33
description: Find resources to use Qiskit, Qiskit Runtime, IBM Quantum, and more
44
---
55

6-
{/* cspell:ignore Benchpress */}
7-
86
# Overview
97

108
## Introduction to Qiskit and IBM Quantum

docs/guides/qiskit-intro.mdx renamed to docs/guides/tools-intro.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ You can find a catalog of projects in the [Qiskit ecosystem page](https://qiskit
139139
## Next steps
140140

141141
<Admonition type="tip" title="Recommendations">
142-
- Build your first circuit with the [Quickstart](/docs/guides/quick-start) guide.
143-
- [Install the Qiskit SDK and Qiskit Runtime](/docs/guides/install-qiskit).
142+
- Learn about the library of circuits and instructions available in the Qiskit [circuit library](/docs/guides/circuit-library).
143+
- Read about the Qiskit transpiler and the many options for transpilation in the [Transpiler](/docs/guides/transpile) section.
144+
- Find out how to use [Qiskit primitives](/docs/guides/primitives) to streamline quantum programming.
144145
</Admonition>

qiskit_bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ notifications:
237237
"docs/guides/monitor-job":
238238
- "@jyu00"
239239
- "@beckykd"
240-
"docs/guides/qiskit-intro":
240+
"docs/guides/tools-intro":
241241
- "@abbycross"
242242
- "@beckykd"
243243
"docs/guides/function-template-hamiltonian-simulation":

scripts/js/commands/checkPatternsIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ALLOWLIST_MISSING_FROM_INDEX: Set<string> = new Set([
2323
"/docs/guides/qiskit-code-assistant-vscode",
2424
"/docs/guides/qiskit-code-assistant-local",
2525
"/docs/guides/addons",
26-
"/docs/guides/qiskit-intro",
26+
"/docs/guides/tools-intro",
2727
"/docs/guides/function-template-hamiltonian-simulation",
2828
"/docs/guides/qiskit-addons-utils",
2929
"/docs/guides/qiskit-code-assistant-openai-api",

0 commit comments

Comments
 (0)