Skip to content

Commit

Permalink
Adds a basic DSL tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brown committed Jun 3, 2024
1 parent a2adb01 commit e373dcb
Show file tree
Hide file tree
Showing 24 changed files with 424 additions and 17 deletions.
2 changes: 1 addition & 1 deletion dsl/adrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Architecture Decision Records (ADRs)
parent: Structurizr DSL
nav_order: 9
nav_order: 10
permalink: /dsl/adrs
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Basics
parent: Structurizr DSL
nav_order: 2
nav_order: 3
permalink: /dsl/basics
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/cookbook/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Cookbook
nav_order: 13
nav_order: 21
parent: Structurizr DSL
has_children: true
permalink: /dsl/cookbook/
Expand Down
2 changes: 1 addition & 1 deletion dsl/defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Defaults
parent: Structurizr DSL
nav_order: 3
nav_order: 4
permalink: /dsl/defaults
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Markdown/Asciidoc documentation
parent: Structurizr DSL
nav_order: 8
nav_order: 9
permalink: /dsl/docs
---

Expand Down
8 changes: 4 additions & 4 deletions dsl/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ an associated __view__ that describes a user using a software system.
workspace {
model {
user = person "User"
softwareSystem = softwareSystem "Software System"
u = person "User"
ss = softwareSystem "Software System"
user -> softwareSystem "Uses"
u -> ss "Uses"
}
views {
systemContext softwareSystem {
systemContext ss {
include *
autolayout lr
}
Expand Down
2 changes: 1 addition & 1 deletion dsl/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Expressions
parent: Structurizr DSL
nav_order: 6
nav_order: 7
permalink: /dsl/expressions
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Identifiers
parent: Structurizr DSL
nav_order: 5
nav_order: 6
permalink: /dsl/identifiers
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/includes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Includes
parent: Structurizr DSL
nav_order: 6
nav_order: 7
permalink: /dsl/includes
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Language reference
parent: Structurizr DSL
nav_order: 12
nav_order: 13
permalink: /dsl/language
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Plugins
parent: Structurizr DSL
nav_order: 11
nav_order: 12
permalink: /dsl/plugins
---

Expand Down
2 changes: 1 addition & 1 deletion dsl/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Scripts
parent: Structurizr DSL
nav_order: 10
nav_order: 11
permalink: /dsl/scripts
---

Expand Down
Loading

0 comments on commit e373dcb

Please sign in to comment.