This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/docs by this push:
     new e1b95806a8 Fix spurious .00 landing-page prefix flagged by verify-docs
e1b95806a8 is described below

commit e1b95806a8fb06bbe060f8aaef9623227a2fd5da
Author: James Bognar <[email protected]>
AuthorDate: Fri Jul 24 07:46:03 2026 -0400

    Fix spurious .00 landing-page prefix flagged by verify-docs
    
    - Rename 08.00.JuneauRest.md -> 08.JuneauRest.md (plain leaf, no category 
link)
    - Wire 01.JuneauEcosystemOverview as the "About Juneau" category link 
target in sidebars.ts (matches sibling module landing-page convention); keeps 
the 00-sort ordering vs 01.01/01.02
    
    Co-authored-by: Cursor <[email protected]>
---
 pages/topics/{08.00.JuneauRest.md => 08.JuneauRest.md} | 0
 sidebars.ts                                            | 9 ++++-----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/pages/topics/08.00.JuneauRest.md b/pages/topics/08.JuneauRest.md
similarity index 100%
rename from pages/topics/08.00.JuneauRest.md
rename to pages/topics/08.JuneauRest.md
diff --git a/sidebars.ts b/sidebars.ts
index c816ad2df8..480e2770f5 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -36,12 +36,11 @@ const sidebars: SidebarsConfig = {
                                        type: 'category',
                                        label: 'About Juneau',
                                        collapsed: false,
+                                       link: {
+                                               type: 'doc',
+                                               id: 
'topics/01.JuneauEcosystemOverview',
+                                       },
                                        items: [
-                                               {
-                                                       type: 'doc',
-                                                       id: 
'topics/01.JuneauEcosystemOverview',
-                                                       label: '1. Juneau 
Ecosystem',
-                                               },
                                                {
                                                        type: 'doc',
                                                        id: 
'topics/01.01.FrameworkComparisons',

Reply via email to