Add ARM and MIPS to the navigation bar.
PR: www/87025 Requested by: Eric Humphries <ehumphri at gmail dot com> Submitted by: Matt Olander <matt at iXsystems dot com> (based on, project page was updated by joel already)
This commit is contained in:
parent
4d66669f78
commit
933b3a32df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26636
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.4 2005/10/14 08:59:22 flz Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.navdevelopers.sgml,v 1.5 2005/11/06 17:21:28 hrs Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="SIDENAV">
|
||||
<h2 class="blockhide">Section Navigation</h2>
|
||||
|
@ -12,8 +12,10 @@
|
|||
<ul>
|
||||
<li><a href="&base;/platforms/alpha.html">alpha</a></li>
|
||||
<li><a href="&base;/platforms/amd64.html">amd64</a></li>
|
||||
<li><a href="&base;/platforms/arm.html">ARM</a></li>
|
||||
<li><a href="&base;/platforms/i386.html">i386</a></li>
|
||||
<li><a href="&base;/platforms/ia64/index.html">ia64</a></li>
|
||||
<li><a href="&base;/platforms/mips.html">MIPS</a></li>
|
||||
<li><a href="&base;/platforms/pc98.html">pc98</a></li>
|
||||
<li><a href="&base;/platforms/ppc.html">ppc</a></li>
|
||||
<li><a href="&base;/platforms/sparc.html">sparc64</a></li>
|
||||
|
|
Loading…
Reference in a new issue