From fb2aa8e95c326453277fef78f384729b185f9deb Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Tue, 27 Oct 2020 14:11:50 -0700 Subject: [PATCH 1/2] Add overview to subsite tabs --- docs/_book.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_book.yaml b/docs/_book.yaml index 994616f5..44de4268 100644 --- a/docs/_book.yaml +++ b/docs/_book.yaml @@ -10,6 +10,8 @@ upper_tabs: other: - name: "Guide & Tutorials" contents: + - title: "Overview" + path: /qsim/overview - title: "Usage" path: /qsim/usage - title: "Installing qsimcirq" From 0196e0672b24dbf631d7e290bb5045cf7074c476 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:51:42 -0800 Subject: [PATCH 2/2] Rename Overview tab to avoid collision. --- docs/_book.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_book.yaml b/docs/_book.yaml index 44de4268..25c3480f 100644 --- a/docs/_book.yaml +++ b/docs/_book.yaml @@ -10,7 +10,7 @@ upper_tabs: other: - name: "Guide & Tutorials" contents: - - title: "Overview" + - title: "qsim and qsimh" path: /qsim/overview - title: "Usage" path: /qsim/usage