From 036b32c0b88b9b7ebc03d1d8ae490b08831f4825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Mon, 6 Jan 2025 16:00:49 +0100 Subject: [PATCH] Fix docs build script --- scripts/build_docs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build_docs.sh b/scripts/build_docs.sh index 78e11bf8..819dad29 100755 --- a/scripts/build_docs.sh +++ b/scripts/build_docs.sh @@ -14,8 +14,8 @@ strip_title() { } generate_doc() { - local slug="$1" - local order="$2" + local order="$1" + local slug="$2" local input_file="$3" local output_file="$4" local title="$5" @@ -47,6 +47,6 @@ generate_doc 6 "backend/systemd-timers" "docs/SystemdTimers.md" "06-backend-syst generate_doc 7 "backend/analysis" "docs/BackendAnalysis.md" "07-backend-analysis.md" "Backend Analysis" "Backend Analysis documentation" generate_doc 8 "backend/database" "docs/Database.md" "08-backend-database.md" "Database" "OONI Database schemas, guidelines and more" generate_doc 9 "backend/other-components" "docs/OtherComponents.md" "09-backend-other-components.md" "Other components" "Other components, nginx, jupyter notebooks, etc. " -generate_doc 10 "web-uis" "docs/WebUIs.md" "10-web-uis.md" "Web UIs" "Web UIs" -generate_doc 11 "backend/ci-cd" "11-ci-cd.md" "docs/CI-CD.md" "11-ci-cd.md" "CD/CI" "Continous Integration, Continous Delivery workflows" +generate_doc 10 "web-uis" "docs/WebUIs.md" "Web UIs" "Web UIs" +generate_doc 11 "backend/ci-cd" "docs/CI-CD.md" "11-ci-cd.md" "CD/CI" "Continous Integration, Continous Delivery workflows" generate_doc 12 "backend/bridges" "docs/Bridges.md" "12-bridges.md" "OONI Bridges" "OONI Bridges"