@@ -3,17 +3,18 @@ include_once("$topdir/includes/nav.inc");
33
44$ this_dir = "doc " ;
55$ this_nav [] = new Nav ("Current " );
6- $ this_nav [] = new Nav ("v3.1 (current stable) " , "$ topdir/doc/v3.1 / " );
6+ $ this_nav [] = new Nav ("v4.0 (current stable) " , "$ topdir/doc/v4.0 / " );
77$ this_nav [] = new Nav ("Still supported " );
8+ $ this_nav [] = new Nav ("v3.1 (prior stable) " , "$ topdir/doc/v3.1/ " );
89$ this_nav [] = new Nav ("v3.0 (priot stable) " , "$ topdir/doc/v3.0/ " );
910$ this_nav [] = new Nav ("v2.1 (prior stable) " , "$ topdir/doc/v2.1/ " );
10- $ this_nav [] = new Nav ("v2.0 (prior stable) " , "$ topdir/doc/v2.0/ " );
1111$ this_nav [] = new Nav ("Older versions " );
12- $ this_nav [] = new Nav ("v1.10 (prior stable) " , "$ topdir/doc/v1.10/ " );
13- $ this_nav [] = new Nav ("v1.8 (prior stable) " , "$ topdir/doc/v1.8/ " );
14- $ this_nav [] = new Nav ("v1.7 (prior feature) " , "$ topdir/doc/v1.7/ " );
15- $ this_nav [] = new Nav ("v1.6 (retired) " , "$ topdir/doc/v1.6/ " );
16- $ this_nav [] = new Nav ("v1.5 (retired) " , "$ topdir/doc/v1.5/ " );
12+ $ this_nav [] = new Nav ("v2.0 (retired) " , "$ topdir/doc/v2.0/ " );
13+ $ this_nav [] = new Nav ("v1.10 (retired) " , "$ topdir/doc/v1.10/ " );
14+ $ this_nav [] = new Nav ("v1.8 (ancient) " , "$ topdir/doc/v1.8/ " );
15+ $ this_nav [] = new Nav ("v1.7 (ancient) " , "$ topdir/doc/v1.7/ " );
16+ $ this_nav [] = new Nav ("v1.6 (ancient) " , "$ topdir/doc/v1.6/ " );
17+ $ this_nav [] = new Nav ("v1.5 (ancient) " , "$ topdir/doc/v1.5/ " );
1718$ this_nav [] = new Nav ("v1.4 (ancient) " , "$ topdir/doc/v1.4/ " );
1819$ this_nav [] = new Nav ("v1.3 (ancient) " , "$ topdir/doc/v1.3/ " );
1920$ this_nav [] = new Nav ("v1.2 (ancient) " , "$ topdir/doc/v1.2/ " );
0 commit comments