Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Removes providers page (#3591)
Browse files Browse the repository at this point in the history
* Removes providers types

* Removes providers content

* Removes ProvidersToc component

* Removes ProvidersAccordion component

* Removes UiIntroductoryContent component

* Removes Providers page

* Deletes providers tests

* Removes providers content

* Deletes HomeProviders section from home

* Updates providers references
  • Loading branch information
y4izus authored Nov 23, 2023
1 parent b9ed995 commit f976e47
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 3,235 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/provider-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ body:
- qiskit.org - Transpile
- qiskit.org - Sample a Bell State
- qiskit.org - Run VQE
- qiskit.org/providers/
- Other (include where in the next field)
validations:
required: true
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,21 @@ Qiskit is an open-source quantum computing software development framework for le
<a href="https://qiskit.org/ecosystem/">Ecosystem</a>
<span> · </span>
<a href="https://qiskit.org/documentation/">Documentation</a>
<span> · </span>
<a href="https://qiskit.org/providers/">Providers</a>
</h3>

<br/>

## Table of Contents

- [Table of Contents](#table-of-contents)
- [🚀 Get Up and Running](#-get-up-and-running)
- [💻 Technology Used](#-technology-used)
- [🏭 Content Generation](#-content-generation)
- [🥸 Mocking content](#-mocking-content)
- [🏷️ Naming Conventions](#️-naming-conventions)
- [Nuxt Components](#nuxt-components)
- [✏️ How to Contribute](#️-how-to-contribute)
- [🗓 Open Backlog](#-open-backlog)
- [🗓 Open backlog](#-open-backlog)
- [👩‍💻 Maintainers](#-maintainers)
- [🔗 Connect with Qiskit](#-connect-with-qiskit)

Expand Down
2 changes: 1 addition & 1 deletion components/Home/Capabilities/HomeCapabilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const capabilities: QiskitCapability[] = [
"Qiskit helps users schedule and run quantum programs on a variety of local simulators and cloud-based quantum processors. It supports several quantum hardware designs, such as superconducting qubits and trapped ions.",
thumbnailResource: "/images/library/chip-01.png",
link: {
url: "/providers",
url: "https://qiskit.github.io/ecosystem/#providers",
label: "See all providers",
segment: {
cta: "transpile-to-any-hardware",
Expand Down
68 changes: 0 additions & 68 deletions components/Home/Providers/HomeProviders.vue

This file was deleted.

97 changes: 0 additions & 97 deletions components/Home/Providers/HomeProvidersCode.vue

This file was deleted.

134 changes: 0 additions & 134 deletions components/Home/Providers/HomeProvidersList.vue

This file was deleted.

Loading

0 comments on commit f976e47

Please sign in to comment.