Skip to content

Conversation

@SoundBlaster
Copy link
Owner

Two issues with tutorials:

  1. Links in navigation missing /NavigationSplitView/ prefix Clicking tutorial in sidebar goes to /tutorials/... (404) Should be: /NavigationSplitView/tutorials/...

  2. Tutorial pages showing "page not found" even with correct URL JSON data files contain absolute paths SPA cannot load tutorial data from wrong paths

Solution: Fix paths in HTML links AND JSON data files

HTML fixes (added):

  • href="/documentation/" to href="/NavigationSplitView/documentation/"
  • href="/tutorials/" to href="/NavigationSplitView/tutorials/"

JSON fixes (new):

  • Fix all paths in /data/*.json files
  • /documentation/, /tutorials/, /images/, /videos/, /downloads/

Now navigation links work correctly and tutorial pages load data properly.

Two issues with tutorials:
1. Links in navigation missing /NavigationSplitView/ prefix
   Clicking tutorial in sidebar goes to /tutorials/... (404)
   Should be: /NavigationSplitView/tutorials/...

2. Tutorial pages showing "page not found" even with correct URL
   JSON data files contain absolute paths
   SPA cannot load tutorial data from wrong paths

Solution: Fix paths in HTML links AND JSON data files

HTML fixes (added):
- href="/documentation/" to href="/NavigationSplitView/documentation/"
- href="/tutorials/" to href="/NavigationSplitView/tutorials/"

JSON fixes (new):
- Fix all paths in /data/*.json files
- /documentation/, /tutorials/, /images/, /videos/, /downloads/

Now navigation links work correctly and tutorial pages load data properly.
@SoundBlaster SoundBlaster merged commit 3404da4 into main Nov 12, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants