From 63ed5073db529d5b7a8023523ec7a7f3fbed0eb4 Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Thu, 11 Dec 2025 12:18:20 +0000 Subject: [PATCH] CLDC-NONE: Renumber nav_order --- docs/adr/index.md | 2 +- docs/app_api.md | 2 +- docs/bulk_upload.md | 2 +- docs/csv_downloads.md | 2 +- docs/documentation_website.md | 2 +- docs/exports.md | 2 +- docs/form/index.md | 2 +- docs/monitoring.md | 2 +- docs/rake.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/adr/index.md b/docs/adr/index.md index 2f26ec915..b4ee4f8ce 100644 --- a/docs/adr/index.md +++ b/docs/adr/index.md @@ -1,6 +1,6 @@ --- has_children: true -nav_order: 13 +nav_order: 14 --- # Architecture decisions diff --git a/docs/app_api.md b/docs/app_api.md index 627be0ad7..eb3a2c577 100644 --- a/docs/app_api.md +++ b/docs/app_api.md @@ -1,5 +1,5 @@ --- -nav_order: 8 +nav_order: 9 --- # Using the App API diff --git a/docs/bulk_upload.md b/docs/bulk_upload.md index b0a06c32a..8c45993fb 100644 --- a/docs/bulk_upload.md +++ b/docs/bulk_upload.md @@ -1,5 +1,5 @@ --- -nav_order: 11 +nav_order: 12 --- # Bulk Upload diff --git a/docs/csv_downloads.md b/docs/csv_downloads.md index 7dd82fb34..d544c57f5 100644 --- a/docs/csv_downloads.md +++ b/docs/csv_downloads.md @@ -1,5 +1,5 @@ --- -nav_order: 10 +nav_order: 11 --- # CSV Downloads diff --git a/docs/documentation_website.md b/docs/documentation_website.md index 728038fc5..b306a6398 100644 --- a/docs/documentation_website.md +++ b/docs/documentation_website.md @@ -1,5 +1,5 @@ --- -nav_order: 14 +nav_order: 15 --- # This documentation website diff --git a/docs/exports.md b/docs/exports.md index a35d7632e..a6e9c0b9d 100644 --- a/docs/exports.md +++ b/docs/exports.md @@ -1,5 +1,5 @@ --- -nav_order: 7 +nav_order: 8 --- # Exporting to CDS diff --git a/docs/form/index.md b/docs/form/index.md index ed21e3b10..4c6724b0c 100644 --- a/docs/form/index.md +++ b/docs/form/index.md @@ -1,6 +1,6 @@ --- has_children: true -nav_order: 9 +nav_order: 10 --- # Generating forms diff --git a/docs/monitoring.md b/docs/monitoring.md index 7b25801f7..705ccac34 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -1,5 +1,5 @@ --- -nav_order: 6 +nav_order: 7 --- # Logs and Debugging diff --git a/docs/rake.md b/docs/rake.md index 0fc28eb5c..c0dbd2c44 100644 --- a/docs/rake.md +++ b/docs/rake.md @@ -1,5 +1,5 @@ --- -nav_order: 11 +nav_order: 13 --- # Running Rake Tasks