diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-04 00:06:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-04 00:06:47 -0300 |
commit | a29c95fc713b55809453d4f825845f5bbdb2dc1c (patch) | |
tree | d675bdabdca674ad49d83d3d895b00e2a159de93 | |
parent | b0a30251337d2d322b69182e19063914aec8878b (diff) | |
download | debian-a29c95fc713b55809453d4f825845f5bbdb2dc1c.tar.gz debian-a29c95fc713b55809453d4f825845f5bbdb2dc1c.tar.bz2 |
Fix: re-adds README, and add an installation section
l--------- | README.md | 2 | ||||
-rw-r--r-- | docs/installation/README.md | 5 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -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) @@ -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 |