1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00
mobile-nixos/doc/_support/header.erb
Samuel Dionne-Riel 50ab717ccb doc: Add "Resources" section, a top-level section
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.
2020-04-06 18:32:45 -04:00

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>