]> gitweb.fluxo.info Git - debian.git/commitdiff
Feat: make the project more general
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 2 Jul 2024 20:35:02 +0000 (17:35 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 2 Jul 2024 20:35:02 +0000 (17:35 -0300)
14 files changed:
docs/README.md [moved from docs/index.md with 87% similarity]
docs/packaging/README.md [new file with mode: 0644]
docs/packaging/basics.md [moved from docs/basics.md with 100% similarity]
docs/packaging/building.md [moved from docs/building.md with 100% similarity]
docs/packaging/checking.md [moved from docs/checking.md with 100% similarity]
docs/packaging/cross.md [moved from docs/cross.md with 100% similarity]
docs/packaging/custom/leap.md [moved from docs/custom/leap.md with 100% similarity]
docs/packaging/custom/python.md [moved from docs/custom/python.md with 100% similarity]
docs/packaging/custom/ruby.md [moved from docs/custom/ruby.md with 100% similarity]
docs/packaging/env.md [moved from docs/env.md with 100% similarity]
docs/packaging/itp.md [moved from docs/itp.md with 100% similarity]
docs/packaging/references.md [moved from docs/references.md with 100% similarity]
docs/packaging/repositories.md [moved from docs/repositories.md with 100% similarity]
mkdocs.yml

similarity index 87%
rename from docs/index.md
rename to docs/README.md
index 6e416b656908e7c7d0aeb524eac7b05de7ac3f41..c4cc5f0903b339d1a47205d4aa3588dca7330f05 100644 (file)
@@ -1,11 +1,12 @@
-# Debian packaging effort!
+# Debian Maintenance Effort!
 
 In the past, we used to be [heavy slackware
 users](https://simplepkg.fluxo.info) when we just had a few boxes to manage.
 Then we had to change our whole packaging paradigm when we switched to Debian.
 
 These notes are mainly references to the detailed Debian/Ubuntu documentations
-we're using in the course of learning the intricacies of Debian packaging.
+we're using in the course of learning the intricacies of Debian maintenance,
+including packaging.
 
 Grab this repository using
 
diff --git a/docs/packaging/README.md b/docs/packaging/README.md
new file mode 100644 (file)
index 0000000..174fb42
--- /dev/null
@@ -0,0 +1 @@
+# Debian Packaging Effort!
similarity index 100%
rename from docs/basics.md
rename to docs/packaging/basics.md
similarity index 100%
rename from docs/building.md
rename to docs/packaging/building.md
similarity index 100%
rename from docs/checking.md
rename to docs/packaging/checking.md
similarity index 100%
rename from docs/cross.md
rename to docs/packaging/cross.md
similarity index 100%
rename from docs/env.md
rename to docs/packaging/env.md
similarity index 100%
rename from docs/itp.md
rename to docs/packaging/itp.md
index 7397ce35dc3c1f101fa22860367b96a9ea4c55e6..cb35c76f9b5d8884ea415eb0cf4821ed956caaa6 100644 (file)
@@ -1,21 +1,39 @@
-site_name: A Debian packaging effort
+# Site parameters
+site_name: Debian Maintenance Effort
 
+# Theme configuration
+# See https://www.mkdocs.org/user-guide/choosing-your-theme/
+#     https://squidfunk.github.io/mkdocs-material/
 theme:
+  # Theme name
   name: material
 
+  # Logo
   logo: https://fluxo.info/images/fluxo.png
 
+  # Do not use external fonts
+  # Useful for offline operation, GDPR compliance and privacy in general
+  # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading
+  #
+  # This option was superseded by the privacy plugin:
+  # https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin
+  #font: false
+
+# Navigation
+# https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation
 nav:
-  - index.md
-  - basics.md
-  - env.md
-  - checking.md
-  - building.md
-  - repositories.md
-  - cross.md
-  - custom/python.md
-  - custom/ruby.md
-  - custom/leap.md
-  - itp.md
+  - README.md
+  - Packaging:
+    - packaging/README.md
+    - packaging/basics.md
+    - packaging/env.md
+    - packaging/checking.md
+    - packaging/building.md
+    - packaging/repositories.md
+    - packaging/cross.md
+    - packaging/custom/python.md
+    - packaging/custom/ruby.md
+    - packaging/custom/leap.md
+    - packaging/itp.md
+    - packaging/references.md
   - todo.md
-  - references.md