From 5e45cbe5097b5bcb718a3ee29f17f5b1b8cdd97d Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 4 Dec 2024 18:48:12 +0100 Subject: [PATCH] Add specifications --- build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.sh b/build.sh index 74e4f7a..a3532ed 100755 --- a/build.sh +++ b/build.sh @@ -88,6 +88,14 @@ EOF generate-link "docs-bashutils" "bashutils documentation" "https://bashutils.staropensource.de" generate-link "docs-core" "The CORE Framework documentation" "https://core.staropensource.de" generate-link "docs-sui" "StarOpenSource UI documentation" "https://sui.staropensource.de" + # Specifications + generate-link "spec" "StarOpenSource's specifications" "https://docs.staropensource.de/specifications/" + generate-link "spec-versioning" "the StarOpenSource Versioning Specification" "https://docs.staropensource.de/specifications/versioning/about/" + generate-link "spec-versioning-v1" "the 1st version of the StarOpenSource Versioning Specification" "https://docs.staropensource.de/specifications/versioning/versions/1/" + generate-link "spec-versioning-v2" "the 2nd version of the StarOpenSource Versioning Specification" "https://docs.staropensource.de/specifications/versioning/versions/2/" + generate-link "spec-logging" "the StarOpenSource Logging Specification" "https://docs.staropensource.de/specifications/logging/about/" + generate-link "spec-logging-v1" "the 1st version of the StarOpenSource Logging Specification" "https://docs.staropensource.de/specifications/logging/versions/1/" + generate-link "spec-logging-v2" "the 2nd version of the StarOpenSource Logging Specification" "https://docs.staropensource.de/specifications/logging/versions/2/" # Miscellaneous generate-link "join" "the joining guide" "https://docs.staropensource.de/joining/" else