Skip to content

Commit

Permalink
Deployed 02d0ba0 to dev with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 5, 2023
1 parent 897f363 commit 9ccd7c1
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 8 deletions.
42 changes: 38 additions & 4 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,19 @@
Features Provided
</a>

<nav class="md-nav" aria-label="Features Provided">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#optional-features" class="md-nav__link">
Optional Features
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -363,6 +376,19 @@
Features Provided
</a>

<nav class="md-nav" aria-label="Features Provided">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#optional-features" class="md-nav__link">
Optional Features
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -401,14 +427,22 @@ <h1 id="helix">Helix<a class="headerlink" href="#helix" title="Permanent link">&
<p>Helix is a library written in Rust providing core features for getting your N64 software running on PC and other systems.</p>
<h2 id="features-provided">Features Provided<a class="headerlink" href="#features-provided" title="Permanent link">&para;</a></h2>
<ul>
<li>[x] Window, GUI &amp; Rendering (gui)</li>
<li>[x] Audio Playback (audio)</li>
<li>[x] Window Management (gui)</li>
<li>[x] Processing of N64 RDP commands via <a href="https://github.com/retrofoundry/fast3d-rs">fast3d-rs</a> (gui)</li>
<li>[x] OpenGL Rendering</li>
<li>[ ] WGPU Rendering</li>
<li>[x] GUI Rendering via <a href="https://docs.rs/imgui/latest/imgui/">imgui-rs</a> (gui)</li>
<li>[x] Input Handling (gamepad)</li>
<li>[x] Audio Rendering via <a href="https://github.com/retrofoundry/arie">arie</a> (audio)</li>
</ul>
<h3 id="optional-features">Optional Features<a class="headerlink" href="#optional-features" title="Permanent link">&para;</a></h3>
<ul>
<li>[x] Speech Synthesis (speech)</li>
<li>[x] TCP Stream (network)</li>
</ul>
<p>For details on each of the features provided please see our <a href="https://retrofoundry.github.io/helix/">documentation</a>.</p>
<p>For details on each of the features provided please see our <a href="https://retrofoundry.github.io/helix/dev/">documentation</a>.</p>
<h2 id="how-to-setup">How to setup?<a class="headerlink" href="#how-to-setup" title="Permanent link">&para;</a></h2>
<p>For setup and more in-depth information please see our <a href="https://retrofoundry.github.io/helix/">documentation</a>.</p>
<p>For setup and more in-depth information please see our <a href="https://retrofoundry.github.io/helix/dev/">documentation</a>.</p>
<h2 id="community">Community<a class="headerlink" href="#community" title="Permanent link">&para;</a></h2>
<p><a href="https://discord.gg/nGckYNTp4w"><img alt="" src="https://dcbadge.vercel.app/api/server/nGckYNTp4w" /></a></p>

Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dev/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://dcvz.github.io/helix/dev/</loc>
<lastmod>2023-07-04</lastmod>
<lastmod>2023-07-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dcvz.github.io/helix/dev/features/</loc>
<lastmod>2023-07-04</lastmod>
<lastmod>2023-07-05</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dcvz.github.io/helix/dev/integration/</loc>
<lastmod>2023-07-04</lastmod>
<lastmod>2023-07-05</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit 9ccd7c1

Please sign in to comment.