mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 09:04:01 +03:00
50ab717ccb
This replaces the embryonic "Porting Guide" link from the top menu, and the new page links back to it. This, in turn, allows us to make more resources easily accessible in a curated page, rather than hoping users will use the Site Map.
15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
<header>
|
|
<nav>
|
|
<ul>
|
|
<li>
|
|
<h1>
|
|
<%= link("index.html", "Mobile NixOS") %>
|
|
</h1>
|
|
</li>
|
|
<li><%= link("getting-started.html", "Getting Started") %></li>
|
|
<li><%= link("resources.html", "Resources") %></li>
|
|
<li><%= link("devices/index.html", "Devices List") %></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|