Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/assets/favicon copy.ico
Binary file not shown.
Binary file modified docs/assets/favicon.ico
Binary file not shown.
Binary file removed docs/assets/logo-dark.png
Binary file not shown.
42 changes: 0 additions & 42 deletions docs/assets/logo-dark.svg

This file was deleted.

Binary file removed docs/assets/logo.png
Binary file not shown.
42 changes: 0 additions & 42 deletions docs/assets/logo.svg

This file was deleted.

9 changes: 5 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
site_name: The Neutral Atom SDK
site_url: https://bloqade.quera.com
site_url: https://github.com/QuEraComputing/bloqade-analog-examples/dev/
site_description: >-
The neutral atom computing software development kit.

repo_name: bloqade-analog
repo_url: https://github.com/QuEraComputing/bloqade-analog
repo_url: https://github.com/QuEraComputing/bloqade-analog-examples
edit_uri: blob/main/docs/

# Page tree
nav:
- Home: 'https://queracomputing.github.io/bloqade-analog/latest/'
- Home: 'https://queracomputing.github.io/bloqade/latest/'
- Analog Tutorials:
- index.md
- Tutorial 1: examples/example-1-rabi.py
Expand All @@ -25,7 +26,7 @@ nav:
- Digital Tutorials: 'https://queracomputing.github.io/bloqade/latest/digital/'
- Bloqade Digital: 'https://queracomputing.github.io/bloqade/latest/'
- Blog: 'https://queracomputing.github.io/bloqade/latest/blog/'
- Analog Reference: 'https://bloqade.quera.com/latest/reference/overview/'
- Analog Reference: 'https://queracomputing.github.io/bloqade-analog/latest/reference/overview/'
- Contributing: 'https://queracomputing.github.io/bloqade-analog/latest/contributing/'
- QuEra Computing: 'https://quera.com'

Expand Down