diff --git a/docs/_source/dev-libre-is.rst b/docs/_source/dev-libre-is.rst
new file mode 100644
index 0000000..7106a8a
--- /dev/null
+++ b/docs/_source/dev-libre-is.rst
@@ -0,0 +1,26 @@
+dev.libre.is
+============
+Documentation for this present site.
+
+ ``_
+
+
+Build
+=====
+HOWTO build this site.
+
+.. code-block:: sh
+
+ git clone https://code.libre.is/libre/dev-libre-is
+ # or
+ git clone git@code.libre.is:libre/dev-libre-is.git
+
+ cd dev-libre-is/
+ python -m venv venv
+ source venv/bin/activate
+ pip install -U pip poetry
+ poetry install
+ make clean
+ make all
+ rsync -ultav docs/_build/html/ dev-libre-is:/var/www/html/dev-libre-is/
+
diff --git a/docs/_source/index.rst b/docs/_source/index.rst
index bb7c635..ef410ae 100644
--- a/docs/_source/index.rst
+++ b/docs/_source/index.rst
@@ -10,6 +10,7 @@ Libre developers documentation.
.. toctree::
about
code-libre-is
+ dev-libre-is
license
:maxdepth: 2
:caption: Contents:
diff --git a/docs/_source/locale/en/LC_MESSAGES/dev-libre-is.po b/docs/_source/locale/en/LC_MESSAGES/dev-libre-is.po
new file mode 100644
index 0000000..bf2ac5b
--- /dev/null
+++ b/docs/_source/locale/en/LC_MESSAGES/dev-libre-is.po
@@ -0,0 +1,42 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) 2024, Jeff Moe
+# This file is distributed under the same license as the Libre Developers
+# Documentation package.
+# FIRST AUTHOR , 2024.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: Libre Developers Documentation 0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2024-08-31 14:49-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language: en\n"
+"Language-Team: en \n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.16.0\n"
+
+#: ../../../_source/dev-libre-is.rst:2
+msgid "dev.libre.is"
+msgstr ""
+
+#: ../../../_source/dev-libre-is.rst:3
+msgid "Documentation for this present site."
+msgstr ""
+
+#: ../../../_source/dev-libre-is.rst:5
+msgid "``_"
+msgstr ""
+
+#: ../../../_source/dev-libre-is.rst:9
+msgid "Build"
+msgstr ""
+
+#: ../../../_source/dev-libre-is.rst:10
+msgid "HOWTO build this site."
+msgstr ""
+