Knowledge Base
A coming-soon knowledge-base example focused on article modeling, slugs, structured publishing, and content relationships for documentation-style sites.
This example is planned as the Dyrected reference for teams building a documentation site, support center, internal handbook, or searchable article library. It is meant to show the content patterns that help articles stay structured, easy to manage, and ready for a real publishing workflow.
The full implementation is still coming soon, so this page keeps the focus on the patterns and docs that already matter today.
Example status
Coming soon. The public example implementation is not ready yet.
What this example is meant to show
- article, section, and supporting media content models
- stable slugs for readable documentation URLs
- relationships between articles and related content
- review and publishing flow for editorial teams
- flexible content structures for richer article layouts
Patterns used
Because the full example is still in progress, treat this as the planned coverage for the first version.
- Generate a slug from a title
- Model a relationship and its reverse lookup
- Build flexible pages from reusable blocks
- Add draft, review, and publishing states
- Restrict content operations by user role
- Create a media upload collection
Related docs
Overview
Browse the app-shaped Dyrected examples that are planned next, see what each one is meant to teach, and jump to the docs pages that already cover the underlying patterns.
Booking
A coming-soon booking example focused on scheduling-friendly content models, validation, permissions, and editor-managed service flows.