summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-04 00:06:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-04 00:06:47 -0300
commita29c95fc713b55809453d4f825845f5bbdb2dc1c (patch)
treed675bdabdca674ad49d83d3d895b00e2a159de93
parentb0a30251337d2d322b69182e19063914aec8878b (diff)
downloaddebian-a29c95fc713b55809453d4f825845f5bbdb2dc1c.tar.gz
debian-a29c95fc713b55809453d4f825845f5bbdb2dc1c.tar.bz2
Fix: re-adds README, and add an installation section
l---------README.md2
-rw-r--r--docs/installation/README.md5
-rw-r--r--mkdocs.yml2
3 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index e892330..0e01b43 120000
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-docs/index.md \ No newline at end of file
+docs/README.md \ No newline at end of file
diff --git a/docs/installation/README.md b/docs/installation/README.md
new file mode 100644
index 0000000..e16162d
--- /dev/null
+++ b/docs/installation/README.md
@@ -0,0 +1,5 @@
+# Debian installation
+
+References, tips and notes about installing Debian-based systems:
+
+* [InstallingDebianOn - Debian Wiki](https://wiki.debian.org/InstallingDebianOn)
diff --git a/mkdocs.yml b/mkdocs.yml
index 528c391..77b2380 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -23,6 +23,8 @@ theme:
# https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation
nav:
- README.md
+ - Installation:
+ - installation/README.md
- Packaging:
- packaging/README.md
- packaging/basics.md