You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This architecture allows Neo.mjs to power multiple documentation sets (like training decks or release notes) using the exact same rendering infrastructure.
97
+
By decoupling the path from the component, the rendering engine remains highly reusable. (In fact, the main Neo.mjs Portal app uses this exact same architecture to dynamically serve multiple different "decks" of documentation).
101
98
102
99
---
103
100
@@ -261,7 +258,7 @@ The Content Engine integrates seamlessly with Neo.mjs's hash-based routing syste
261
258
The MainContainerController defines route patterns that map URL hashes to handler methods:
For example, a record with `id:"guides/fundamentals/WorkerArchitecture"` and `contentPath:"/learn/"` resolves to `/learn/guides/fundamentals/WorkerArchitecture.md`.
320
+
For example, a record with `id:"data-factory/Engine"` and `contentPath:".../learn/guides/devindex/"` resolves to `.../learn/guides/devindex/data-factory/Engine.md`.
0 commit comments