From 906f9c33321555aa59700253bf44aec300d15b80 Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 11 Dec 2024 16:12:19 +0000 Subject: [PATCH 1/3] Update preview image --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 8f56be6ef42..93a737a9933 100755 --- a/start +++ b/start @@ -16,7 +16,7 @@ import sys from pathlib import Path # Get the latest digest by running `docker pull icr.io/qc-open-source-docs-public/preview:latest`. -IMAGE_DIGEST = "sha256:9d475dd73d574cb420490cdaf203c45f9b211debee2fb8825bae40018e55bcae" +IMAGE_DIGEST = "sha256:00708d7f6926826fbea7e1469380ffc7cdccf540760d0be1828d88c31cd7def8" PWD = Path(__file__).parent IMAGE = f"icr.io/qc-open-source-docs-public/preview@{IMAGE_DIGEST}" From 4c2a5ee23529cf8c46c44317e5941e577151f5dc Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 11 Dec 2024 18:05:14 +0000 Subject: [PATCH 2/3] Test --- docs/guides/_toc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guides/_toc.json b/docs/guides/_toc.json index 6bb134fde50..943746c1bd7 100644 --- a/docs/guides/_toc.json +++ b/docs/guides/_toc.json @@ -29,7 +29,8 @@ "children": [ { "title": "Install the Qiskit SDK from source", - "url": "/guides/install-qiskit-source" + "url": "/guides/install-qiskit-source", + "isNew": true }, { "title": "Configure the Qiskit SDK locally", From c256cd9bb2d788e81da514ae65c443f6f090e02b Mon Sep 17 00:00:00 2001 From: Frank Harkins Date: Wed, 11 Dec 2024 18:08:14 +0000 Subject: [PATCH 3/3] Revert "Test" This reverts commit 4c2a5ee23529cf8c46c44317e5941e577151f5dc. --- docs/guides/_toc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/_toc.json b/docs/guides/_toc.json index 943746c1bd7..6bb134fde50 100644 --- a/docs/guides/_toc.json +++ b/docs/guides/_toc.json @@ -29,8 +29,7 @@ "children": [ { "title": "Install the Qiskit SDK from source", - "url": "/guides/install-qiskit-source", - "isNew": true + "url": "/guides/install-qiskit-source" }, { "title": "Configure the Qiskit SDK locally",