From ea2f4bcac8ac5d513ec912ab18668666eafb2082 Mon Sep 17 00:00:00 2001 From: John Long Date: Thu, 19 Oct 2023 10:51:57 -0400 Subject: [PATCH] modified order of navbar to align with new section organization/getting started merge --- mkdocs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index f966f72..7d5b7cd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,8 +9,6 @@ repo_url: https://github.com/QuEraComputing/bloqade-python # Page tree nav: - Home: 'https://queracomputing.github.io/bloqade-python/latest/' - - Getting Started: 'https://queracomputing.github.io/bloqade-python/latest/getting_started/' - - Contributing: 'https://queracomputing.github.io/bloqade-python/latest/contributing/' - Tutorials: - index.md - Tutorial 1: examples/example-1-rabi.py @@ -26,6 +24,7 @@ nav: - Reference: 'https://queracomputing.github.io/bloqade-python/latest/builder-workflow/overview/' - Blog: 'https://queracomputing.github.io/bloqade-python/latest/blog/2023/' - License: 'https://github.com/QuEraComputing/bloqade-python/blob/main/LICENSE' + - Contributing: 'https://queracomputing.github.io/bloqade-python/latest/contributing/' @@ -106,7 +105,7 @@ plugins: # "example-4-*", # "example-5-*", ] - execute: true # always execute + execute: false # always execute include_source: true - mike