Skip to content

Commit

Permalink
update v5.0 docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tomislav Janjusic <[email protected]>
  • Loading branch information
janjust committed Oct 26, 2023
1 parent fecfd10 commit 63d4178
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
18 changes: 11 additions & 7 deletions doc/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

<p><ul>

<li><a href="current/"><strong>v4.1 series</strong></a>.
This documentation reflects the latest progression in the 4.1.x series.
<li><a href="current/"><strong>v5.0 series</strong></a>.
This documentation reflects the latest progression in the 5.0.x series.
<strong><font
color=red><?php
$t = mktime(0, 0, 0, 2, 1, 2021);
$t = mktime(0, 0, 0, 1, 26, 2024);
if (time() < $t) {
printf("This stable series is relatively new. Please upgrade with caution and test your codes thoroughly.");
} else {
Expand All @@ -26,16 +26,20 @@

</ul></p>

<h2>Upcoming release series</h2>
<!-- <h2>Upcoming release series</h2>

<p><ul>
<li><a href="v5.0"><strong>v5.0 series</strong></a>.
This documentation reflects the latest progression in the 5.0.x series.
</li>
<li><a href="v5.0"><strong>v6.0 series</strong></a>.
This documentation reflects the latest progression in the 6.0.x series.
</li> -->

</ul></p>

<h2>Prior stable release series</h2>
<p><ul>
<li><a href="v4.1"><strong>v4.1 series</strong></a>.
This documentation reflects the latest progression in the 4.1.x series.
</li>

<p><ul>
<li><a href="v4.0"><strong>v4.0 series</strong></a>.
Expand Down
5 changes: 2 additions & 3 deletions doc/nav.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ include_once("$topdir/includes/nav.inc");

$this_dir = "doc";
$this_nav[] = new Nav("Current");
$this_nav[] = new Nav("v4.1 (current stable)", "$topdir/doc/v4.1/");
$this_nav[] = new Nav("Upcoming");
$this_nav[] = new Nav("v5.0 (unreleased)", "$topdir/doc/v5.0/");
$this_nav[] = new Nav("v5.0 (current stable)", "$topdir/doc/v5.0/");
$this_nav[] = new Nav("Still supported");
$this_nav[] = new Nav("v4.1 (prior stable)", "$topdir/doc/v4.1/");
$this_nav[] = new Nav("v4.0 (prior stable)", "$topdir/doc/v4.0/");
$this_nav[] = new Nav("Older versions");
$this_nav[] = new Nav("v3.1 (retired)", "$topdir/doc/v3.1/");
Expand Down

0 comments on commit 63d4178

Please sign in to comment.