Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"title": "Get started",
"children": [
{
"title": "Introduction to Qiskit",
"title": "Overview",
"url": "/docs/guides"
},
{
Expand Down Expand Up @@ -287,7 +287,7 @@
"children": [
{
"title": "Introduction to Qiskit",
"url": "/docs/guides/qiskit-intro"
"url": "/docs/guides/tools-intro"
},
{
"title": "Circuits and operators",
Expand Down
2 changes: 0 additions & 2 deletions docs/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Overview
description: Find resources to use Qiskit, Qiskit Runtime, IBM Quantum, and more
---

{/* cspell:ignore Benchpress */}

# Overview

## Introduction to Qiskit and IBM Quantum
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/qiskit-intro.mdx → docs/guides/tools-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ You can find a catalog of projects in the [Qiskit ecosystem page](https://qiskit
## Next steps

<Admonition type="tip" title="Recommendations">
- Build your first circuit with the [Quickstart](/docs/guides/quick-start) guide.
- [Install the Qiskit SDK and Qiskit Runtime](/docs/guides/install-qiskit).
- Learn about the library of circuits and instructions available in the Qiskit [circuit library](/docs/guides/circuit-library).
- Read about the Qiskit transpiler and the many options for transpilation in the [Transpiler](/docs/guides/transpile) section.
- Find out how to use [Qiskit primitives](/docs/guides/primitives) to streamline quantum programming.
</Admonition>
2 changes: 1 addition & 1 deletion qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ notifications:
"docs/guides/monitor-job":
- "@jyu00"
- "@beckykd"
"docs/guides/qiskit-intro":
"docs/guides/tools-intro":
- "@abbycross"
- "@beckykd"
"docs/guides/function-template-hamiltonian-simulation":
Expand Down
2 changes: 1 addition & 1 deletion scripts/js/commands/checkPatternsIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ALLOWLIST_MISSING_FROM_INDEX: Set<string> = new Set([
"/docs/guides/qiskit-code-assistant-vscode",
"/docs/guides/qiskit-code-assistant-local",
"/docs/guides/addons",
"/docs/guides/qiskit-intro",
"/docs/guides/tools-intro",
"/docs/guides/function-template-hamiltonian-simulation",
"/docs/guides/qiskit-addons-utils",
"/docs/guides/qiskit-code-assistant-openai-api",
Expand Down