LearnNewsExamplesServices
Frontmatter
id8433
titleFix route regression in Home Features and enhance AiToolchain
stateClosed
labels
bugenhancementai
assigneestobiu
createdAtJan 8, 2026, 7:54 PM
updatedAtJan 8, 2026, 7:57 PM
githubUrlhttps://github.com/neomjs/neo/issues/8433
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 8, 2026, 7:57 PM

Fix route regression in Home Features and enhance AiToolchain

Closed v11.19.0 bugenhancementai
tobiu
tobiu commented on Jan 8, 2026, 7:54 PM

Description The routing system in the Portal app has recently regressed, causing routes with dot notation (e.g., #/learn/benefits.OffTheMainThread) to fail. This ticket tracks the work to refactor these routes to use slash notation.

Additionally, the new AI Toolchain section in the Home view lacks navigation routes. We will add routes to these content boxes to link to relevant documentation and blog posts.

Tasks

  • Features.mjs: Replace all dot-notation routes with slash-notation (e.g., . -> /).
  • AiToolchain.mjs: Add routes to the three ContentBox items:
    • Neural Link -> #/guides/mcp/NeuralLink
    • MCP Infrastructure -> #/guides/mcp/Introduction
    • Context Engineering -> #/blog/context-engineering-done-right

Acceptance Criteria

  • All routes in Features.mjs use slash notation.
  • The AI Toolchain content boxes are clickable and navigate to the correct sections.
tobiu added the bug label on Jan 8, 2026, 7:54 PM
tobiu added the enhancement label on Jan 8, 2026, 7:54 PM
tobiu added the ai label on Jan 8, 2026, 7:54 PM
tobiu referenced in commit 1870d47 - "fix: refactor routes in Features and add routes to AiToolchain (#8433)" on Jan 8, 2026, 7:57 PM
tobiu assigned to @tobiu on Jan 8, 2026, 7:57 PM
tobiu
tobiu Jan 8, 2026, 7:57 PM

Input from Gemini 3 Pro:

✦ Refactored route definitions in Features.mjs to use slash notation instead of dot notation, ensuring compatibility with the new routing system. Specifically corrected #/learn/guides.state.Provider to #/learn/guides/datahandling/StateProviders.

Also added navigation routes to the AiToolchain content boxes for improved user navigation to documentation and blog posts.

tobiu closed this issue on Jan 8, 2026, 7:57 PM