mirror of https://github.com/inolen/redream.git
38 lines
1.6 KiB
HTML
38 lines
1.6 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<ul id="docs">
|
|
<ul>
|
|
<li><a {% if page.url == '/docs/' %} class="current"{% endif %} href="{{ site.github.url }}/docs">About</a></li>
|
|
</ul>
|
|
<hr>
|
|
<ul>
|
|
<li><a {% if page.url == '/docs/building' %} class="current"{% endif %} href="{{ site.github.url }}/docs/building">Building</a></li>
|
|
<li><a {% if page.url == '/docs/running' %} class="current"{% endif %} href="{{ site.github.url }}/docs/running">Running</a></li>
|
|
<li><a {% if page.url == '/docs/testing' %} class="current"{% endif %} href="{{ site.github.url }}/docs/testing">Testing</a></li>
|
|
<li>
|
|
</ul>
|
|
<hr>
|
|
<ul>
|
|
<li><a {% if page.url == '/docs/directory-structure' %} class="current"{% endif %} href="{{ site.github.url }}/docs/directory-structure">Directory structure</a></li>
|
|
<li><a {% if page.url == '/docs/memory-access' %} class="current"{% endif %} href="{{ site.github.url }}/docs/memory-access">Memory access</a></li>
|
|
<li><a {% if page.url == '/docs/powervr-notes' %} class="current"{% endif %} href="{{ site.github.url }}/docs/powervr-notes">PowerVR notes</a></li>
|
|
<li><a {% if page.url == '/docs/jit-design' %} class="current"{% endif %} href="{{ site.github.url }}/docs/cpu-design">JIT design</a></li>
|
|
</ul>
|
|
<hr>
|
|
<ul>
|
|
<li><a {% if page.url == '/docs/contributing' %} class="current"{% endif %} href="{{ site.github.url }}/docs/contributing">Contributing</a></li>
|
|
</ul>
|
|
</ul>
|
|
|
|
<article class="article doc">
|
|
<header>
|
|
<h1>{{ page.title | escape }}</h1>
|
|
</header>
|
|
|
|
<div class="article-content">
|
|
{{ content }}
|
|
</div>
|
|
</article>
|