doc: Add installation guide menu item

This commit is contained in:
Tom Henderson
2023-03-02 19:29:30 -08:00
parent 9e6ee90989
commit c7e002558b

View File

@@ -33,7 +33,7 @@ $extrastylesheet
<tr style="height: 56px;">
<td id="projectlogo">
<a id="ns3_home1"
href="http://www.nsnam.org/">
href="https://www.nsnam.org/">
<img alt="ns-3 Logo"
src="$relpath$$projectlogo"/>
</a>
@@ -48,7 +48,7 @@ $extrastylesheet
<ul >
<li style="background-image:none">
<a id="ns3_home2"
href="http://www.nsnam.org/"
href="https://www.nsnam.org/"
>&nbsp;&nbsp;Home</a>
</li>
<li><span
@@ -70,6 +70,9 @@ $extrastylesheet
<div id="mDocs"
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a id="ns3_man"
href="/docs/installation/html/index.html"
>Installation</a><br/>
<a id="ns3_man"
href="/docs/manual/html/index.html"
>Manual</a><br/>
@@ -80,7 +83,7 @@ $extrastylesheet
href="/docs/contributing/html/index.html"
>Contributing</a><br/>
<a id="ns3_wiki"
href="http://www.nsnam.org/wiki"
href="https://www.nsnam.org/wiki"
>Wiki</a><br/>
</div>
</li>