Skip to content

Commit

Permalink
Revert putting (beta) in Transpiler Service title (Qiskit#1442)
Browse files Browse the repository at this point in the history
We got updated instructions from leadership to remove this and instead
have a banner saying that the API is experimental.
  • Loading branch information
Eric-Arellano authored May 28, 2024
1 parent e32e87a commit e5bcf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/qiskit-transpiler-service/_toc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Qiskit Transpiler Service Client (beta)",
"title": "Qiskit Transpiler Service Client",
"children": [
{
"title": "API index",
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/api/Pkg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class Pkg {
if (name === "qiskit-transpiler-service") {
return new Pkg({
...args,
title: "Qiskit Transpiler Service Client (beta)",
title: "Qiskit Transpiler Service Client",
name: "qiskit-transpiler-service",
githubSlug: undefined,
releaseNotesConfig: new ReleaseNotesConfig({ enabled: false }),
Expand Down

0 comments on commit e5bcf7b

Please sign in to comment.