Describe the bug
In the Guides page, the sidebar sections do not appear when running Wheels from the cloned repository. This is caused by a hardcoded file path in:
vendor/wheels/public/docs/guides.cfm: line 25
local.sidebarPath = ExpandPath("/wheels/../../web/sites/guides/src/sidebars/v4-0-0-snapshot.json");
The file v4-0-0-snapshot.json does not exist in the repository, causing the sidebar to fail to load.
This issue only affects contributors running the repository locally.
To Reproduce
Steps to reproduce the behavior:
- Clone the Wheels repository.
- Run the application locally.
- Navigate to the Guides page.
- Observe that sidebar sections do not appear.
Expected behavior
The Guides sidebar should load correctly when running the repository locally, or fallback gracefully if versioned sidebar data is not present.
Screenshots

Desktop:
Additional context
- The issue is caused by a hardcoded version-specific path:
v4-0-0-snapshot.json
- This file appears to be missing in the local repo structure.
- The issue only affects:
- Contributors running Wheels from source
- Not production/documented builds (if they use a hosted guides site)
Describe the bug
In the Guides page, the sidebar sections do not appear when running Wheels from the cloned repository. This is caused by a hardcoded file path in:
vendor/wheels/public/docs/guides.cfm: line 25local.sidebarPath = ExpandPath("/wheels/../../web/sites/guides/src/sidebars/v4-0-0-snapshot.json");The file
v4-0-0-snapshot.jsondoes not exist in the repository, causing the sidebar to fail to load.This issue only affects contributors running the repository locally.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Guides sidebar should load correctly when running the repository locally, or fallback gracefully if versioned sidebar data is not present.
Screenshots

Desktop:
Additional context
v4-0-0-snapshot.json