From a29c95fc713b55809453d4f825845f5bbdb2dc1c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 4 Jul 2024 00:06:47 -0300 Subject: Fix: re-adds README, and add an installation section --- README.md | 2 +- docs/installation/README.md | 5 +++++ mkdocs.yml | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/installation/README.md 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 -- cgit v1.2.3