This is an automated email from the ASF dual-hosted git repository.
niallp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new 315c4da Minor change to nav_order to allow new pages to easily be
inserted in the future
315c4da is described below
commit 315c4da8e81fdeb5b20894b3f98bffd378bc2d57
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue May 6 12:02:20 2025 +0100
Minor change to nav_order to allow new pages to easily be inserted in the
future
---
process.md | 2 +-
projects.md | 2 +-
tracking.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/process.md b/process.md
index 52b280d..e6f31c0 100644
--- a/process.md
+++ b/process.md
@@ -2,7 +2,7 @@
layout: page
title: Process
has_toc: false
-nav_order: 2
+nav_order: 20
---
{%- comment -%}
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/projects.md b/projects.md
index 96410f4..368e9b1 100644
--- a/projects.md
+++ b/projects.md
@@ -2,7 +2,7 @@
layout: page
title: Retired Projects
has_toc: false
-nav_order: 4
+nav_order: 40
---
{%- comment -%}
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/tracking.md b/tracking.md
index 1e9f2ba..9b1d6dc 100644
--- a/tracking.md
+++ b/tracking.md
@@ -2,7 +2,7 @@
layout: page
title: Process Tracking
has_toc: false
-nav_order: 3
+nav_order: 30
---
{%- comment -%}
Licensed to the Apache Software Foundation (ASF) under one or more