Skip to content

Commit 7060aca

Browse files
Move "Advanced setup" underneath "Install" (#1732)
This frees up valuable real estate in the left ToC. <img width="265" alt="Screenshot 2024-07-18 at 9 48 08 AM" src="https://github.com/user-attachments/assets/b90bb6b6-da1c-4418-b65d-bbe74bee93aa"> <img width="260" alt="Screenshot 2024-07-18 at 9 48 19 AM" src="https://github.com/user-attachments/assets/d33a251a-984e-4f76-88fa-46d2c4ae594e">
1 parent 8371d42 commit 7060aca

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/guides/_toc.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
{
2020
"title": "Set up an IBM Quantum channel",
2121
"url": "/guides/setup-channel"
22+
},
23+
{
24+
"title": "Advanced setup",
25+
"children": [
26+
{
27+
"title": "Install the Qiskit SDK from source",
28+
"url": "/guides/install-qiskit-source"
29+
},
30+
{
31+
"title": "Configure the Qiskit SDK locally",
32+
"url": "/guides/configure-qiskit-local"
33+
}
34+
]
2235
}
2336
]
2437
},
@@ -29,19 +42,6 @@
2942
{
3043
"title": "Latest updates",
3144
"url": "/guides/latest-updates"
32-
},
33-
{
34-
"title": "Advanced setup",
35-
"children": [
36-
{
37-
"title": "Install the Qiskit SDK from source",
38-
"url": "/guides/install-qiskit-source"
39-
},
40-
{
41-
"title": "Configure the Qiskit SDK locally",
42-
"url": "/guides/configure-qiskit-local"
43-
}
44-
]
4545
}
4646
],
4747
"collapsible": false

0 commit comments

Comments
 (0)