move docs page to sub folder as index

Changed files
+37 -37
site
-36
site/docs.php
···
-
<?php
-
-
include "httpheaders.php";
-
-
?>
-
-
<!DOCTYPE html>
-
<html lang="en">
-
-
<?php include "head.php" ?>
-
-
<body>
-
-
<main>
-
<header>
-
<h1 class="highlight" id="documentation">documentation</h1>
-
</header>
-
-
<?php include "nav_main.php" ?>
-
-
<dl>
-
<dt><a href="https://stash.4-walls.net/selfhostdw/">self hosting dreamwidth with docker</a> (<time datetime="2025-04-16">april 2025</time>)</dt>
-
<dd>how to deploy a production instance of the <a href="https://github.com/dreamwidth/dreamwidth/">dreamwidth</a> code in docker</dd>
-
<dt><a href="https://stash.4-walls.net/irc1/">hosting soju + gamja with docker</a> (<time datetime="2025-04-18">april 2025</time>)</dt>
-
<dd>how to deploy the IRC gamja web client & soju bouncer software in docker</dd>
-
<dt><a href="https://superlove.sayitditto.net/works/338">OTW-archive paperclip to active storage</a> (<time datetime="2024-06-01">june 2024</time>)</dt>
-
<dd>now obsolete and superseded by upstream doing their own migration, but notable because i did it first</dd>
-
<dt><a href="https://superlove.sayitditto.net/works/171">deploying OTW-archive through docker in production</a> (<time datetime="2024-04-06">april 2024</time>)</dt>
-
<dd>not super well written and therefore overdue for a rewrite, but gets the gist.</dd>
-
</dl>
-
-
</main>
-
-
</body>
-
-
</html>
+36
site/docs/index.php
···
+
<?php
+
+
include "../httpheaders.php";
+
+
?>
+
+
<!DOCTYPE html>
+
<html lang="en">
+
+
<?php include "../head.php" ?>
+
+
<body>
+
+
<main>
+
<header>
+
<h1 class="highlight" id="documentation">documentation</h1>
+
</header>
+
+
<?php include "../nav_main.php" ?>
+
+
<dl>
+
<dt><a href="https://stash.4-walls.net/selfhostdw/">self hosting dreamwidth with docker</a> (<time datetime="2025-04-16">april 2025</time>)</dt>
+
<dd>how to deploy a production instance of the <a href="https://github.com/dreamwidth/dreamwidth/">dreamwidth</a> code in docker</dd>
+
<dt><a href="https://stash.4-walls.net/irc1/">hosting soju + gamja with docker</a> (<time datetime="2025-04-18">april 2025</time>)</dt>
+
<dd>how to deploy the IRC gamja web client & soju bouncer software in docker</dd>
+
<dt><a href="https://superlove.sayitditto.net/works/338">OTW-archive paperclip to active storage</a> (<time datetime="2024-06-01">june 2024</time>)</dt>
+
<dd>now obsolete and superseded by upstream doing their own migration, but notable because i did it first</dd>
+
<dt><a href="https://superlove.sayitditto.net/works/171">deploying OTW-archive through docker in production</a> (<time datetime="2024-04-06">april 2024</time>)</dt>
+
<dd>not super well written and therefore overdue for a rewrite, but gets the gist.</dd>
+
</dl>
+
+
</main>
+
+
</body>
+
+
</html>
+1 -1
site/nav_main.php
···
<nav>
<ul class="nav-main">
-
<li><a href="docs.php">docs</a></li>
+
<li><a href="/docs">docs</a></li>
<li><a href="/vids">videos</a></li>
<li><a href="/floppies">floppies</a></li>
<li><a href="/">refresh</a></li>