Skip to content

Commit 4614175

Browse files
respencer-nclclaude
andcommitted
Update navigation for migrated documentation
Adds new sections to mkdocs.yml navigation: - Tutorials section with RBBQ case study hierarchy - Expanded riddlc tool section with subsections - sbt-riddl plugin entry - Design Guide under For Authors - Principles and Releasing under For Developers Part of riddl.tech to ossum.tech/riddl migration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bd186be commit 4614175

1 file changed

Lines changed: 41 additions & 3 deletions

File tree

mkdocs.yml

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,28 @@ nav:
145145
- RIDDL:
146146
- riddl/index.md
147147
- Quickstart: riddl/quickstart.md
148+
- Tutorials:
149+
- riddl/tutorials/index.md
150+
- Getting Started: riddl/tutorials/basics.md
151+
- Reactive BBQ Case Study:
152+
- riddl/tutorials/rbbq/index.md
153+
- Scenario: riddl/tutorials/rbbq/scenario.md
154+
- Domain Model: riddl/tutorials/rbbq/reactive-bbq.md
155+
- Subdomains:
156+
- Restaurant: riddl/tutorials/rbbq/restaurant/index.md
157+
- BackOffice: riddl/tutorials/rbbq/backoffice/index.md
158+
- Corporate: riddl/tutorials/rbbq/corporate/index.md
159+
- Personas:
160+
- riddl/tutorials/rbbq/personas/index.md
161+
- CEO: riddl/tutorials/rbbq/personas/ceo.md
162+
- Head Chef: riddl/tutorials/rbbq/personas/head-chef.md
163+
- Host: riddl/tutorials/rbbq/personas/host.md
164+
- Server: riddl/tutorials/rbbq/personas/server.md
165+
- Bartender: riddl/tutorials/rbbq/personas/bartender.md
166+
- Chef: riddl/tutorials/rbbq/personas/chef.md
167+
- Cook: riddl/tutorials/rbbq/personas/cook.md
168+
- Delivery Driver: riddl/tutorials/rbbq/personas/delivery-driver.md
169+
- Online Customer: riddl/tutorials/rbbq/personas/online-customer.md
148170
- Introduction:
149171
- riddl/introduction/index.md
150172
- What is RIDDL?: riddl/introduction/what-is-riddl.md
@@ -204,15 +226,24 @@ nav:
204226
- Processor: riddl/concepts/processor.md
205227
- Guides:
206228
- riddl/guides/index.md
207-
- For Authors: riddl/guides/authors/index.md
229+
- For Authors:
230+
- riddl/guides/authors/index.md
231+
- Design Guide:
232+
- riddl/guides/authors/design/index.md
233+
- Bounded Contexts: riddl/guides/authors/design/contexts.md
234+
- Command-Event Patterns: riddl/guides/authors/design/command-event-patterns.md
235+
- UI Modeling: riddl/guides/authors/design/ui-modeling.md
208236
- For Domain Experts:
209237
- riddl/guides/domain-experts/index.md
210238
- Duties: riddl/guides/domain-experts/duties.md
211239
- Relating to RIDDL: riddl/guides/domain-experts/relating-to-riddl.md
212240
- For Implementors:
213241
- riddl/guides/implementors/index.md
214242
- Ways to Use RIDDL: riddl/guides/implementors/ways-to-use-riddl.md
215-
- For Developers: riddl/guides/developers/index.md
243+
- For Developers:
244+
- riddl/guides/developers/index.md
245+
- Design Principles: riddl/guides/developers/principles.md
246+
- Releasing: riddl/guides/developers/releasing.md
216247
- Examples: riddl/examples/index.md
217248
- Playground: riddl/playground/index.md
218249
- References:
@@ -221,7 +252,14 @@ nav:
221252
- EBNF Grammar: riddl/references/ebnf-grammar.md
222253
- Tools:
223254
- riddl/tools/index.md
224-
- riddlc: riddl/tools/riddlc/index.md
255+
- riddlc:
256+
- riddl/tools/riddlc/index.md
257+
- Installation: riddl/tools/riddlc/installation.md
258+
- Command Reference: riddl/tools/riddlc/command-reference.md
259+
- Configuration: riddl/tools/riddlc/configuration.md
260+
- Compilation: riddl/tools/riddlc/compilation.md
261+
- GitHub Actions: riddl/tools/riddlc/github-actions.md
262+
- sbt-riddl: riddl/tools/sbt-riddl/index.md
225263
- MCP Server: riddl/tools/riddl-mcp-server/index.md
226264
- IntelliJ Plugin: riddl/tools/riddl-idea-plugin/index.md
227265
- Future Work:

0 commit comments

Comments
 (0)