Menu
AkurAI-Build
publicLatest change 5ecb45c5915e3bb122d43dbaf90b4eba39484c7d - organize native templates and reserve runtime routes by Olafur Bui
{% extends "layouts/base.html" %}
{% block body_class %}docs-page{% endblock %}
{% block header_docs_current %}aria-current="page"{% endblock %}
{% block body %}
<main id="main-content" class="shell docs-shell">
<details class="docs-mobile-menu">
<summary>Documentation menu</summary>
{% include "partials/docs-nav.html" %}
</details>
<div class="docs-layout">
<aside class="docs-sidebar">
<p class="docs-sidebar-title">Bunfork docs</p>
{% include "partials/docs-nav.html" %}
<div class="docs-forkbird" aria-hidden="true">
<img src="/assets/forkbird.png" width="1254" height="1254" alt="" loading="lazy">
</div>
</aside>
<article class="docs-content">
<header class="docs-intro">
<nav class="breadcrumbs" aria-label="Breadcrumb">
<ol>
<li><a href="/docs">Docs</a></li>
<li aria-current="page">{% block breadcrumb %}Overview{% endblock %}</li>
</ol>
</nav>
<h1>{% block docs_title %}Documentation{% endblock %}</h1>
<p>{% block docs_summary %}Run Bunfork with a clear understanding of what the binary does—and what it deliberately leaves out.{% endblock %}</p>
</header>
{% block docs_content %}{% endblock %}
</article>
</div>
</main>
{% endblock %}