Skip to content

Commit

Permalink
Add Nexus docs
Browse files Browse the repository at this point in the history
Changes:
* Add placeholder index page and directory for Nexus docs
* Add entry to deploy_site.yml to fetch and extract the Nexus docs
  tarball.
  • Loading branch information
isobelhooper committed Jul 19, 2024
1 parent 52aa70e commit 9329314
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
repo: 'CQCL/hseries-documentation'
tarball_prefix: 'hseries-docs'
token: ${{ secrets.HSERIES_DOCS_READ_ACCESS_TOKEN }}
- name: Extract Nexus docs
uses: ./.github/actions/extract-docs
with:
subdir: '${{ env.DOCS_DIR }}/nexus'
repo: 'CQCL-DEV/nexus-docs'
tarball_prefix: 'nexus-docs'
token: ${{ secrets.NEXUS_DOCS_READ_ACCESS_TOKEN }}
- name: Extract Inquanto docs
uses: ./.github/actions/extract-docs
with:
Expand Down
10 changes: 10 additions & 0 deletions base_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<li class="nav-item">
<a class="nav-link nav-internal" href="h-series/index.html"> H-Series </a>
</li>
<li class="nav-item">
<a class="nav-link nav-internal" href="nexus/index.html"> Nexus </a>
</li>
<li class="nav-item">
<a class="nav-link nav-internal" href="qermit/index.html"> Qermit </a>
</li>
Expand Down Expand Up @@ -57,6 +60,13 @@ <h4 class="card-title">H-Series</h4>
<a href="h-series/index.html">See H-Series docs</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title">Nexus</h4>
<p>A cloud-based platform that enables users to seamlessly run, review, and collaborate on quantum computing projects.</p>
<a href="nexus/index.html">See Nexus docs</a>
</div>
</div>
<div class="card">
<div class="card-body">
<h4 class="card-title">Qermit</h4>
Expand Down
7 changes: 7 additions & 0 deletions base_site/nexus/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<title>Nexus documentation placeholder</title>
<body>
<header>Nexus documentation placeholder</header>
<p>This should be replaced by the actual Nexus documentation when it is built.</p>
<footer>(placeholder)</footer>
</body>

0 comments on commit 9329314

Please sign in to comment.