Skip to content

Commit

Permalink
Fix docs build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 6, 2025
1 parent 02ad28e commit 036b32c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 036b32c

Please sign in to comment.