Skip to content

Commit 6fd0f43

Browse files
Change tutorial titles for better sidenav order (#553)
* Change tutorial titles for better sidenav order * Add custom page list of tuts on bottom I cannot figure it out but it seems no page in the theme responds to `suppresstopiclist.enabled, where true or false, or other relevant settings from upstream themes.
1 parent 9527c94 commit 6fd0f43

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

website/content/tutorials/1-getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Getting Started with Metaschema"
2+
title: "Tutorial #1: Getting Started with Metaschema"
33
description: ""
44
---
55

website/content/tutorials/2-constraints/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Using Constraints"
2+
title: "Tutorial #2: Using Constraints"
33
description: ""
44
---
55

website/content/tutorials/3-constraints-expect/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Complex Constraints: expect"
2+
title: "Tutorial #3: Complex Constraints: expect"
33
description: ""
44
---
55

website/content/tutorials/4-constraints-matches/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Complex Constraints: matches"
2+
title: "Tutorial #4: Complex Constraints: matches"
33
description: ""
44
---
55

website/content/tutorials/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ menu:
77
weight: 10
88
---
99

10-
# Tutorials
10+
# Learning Metaschema by example
1111

1212
The following tutorials provide walk-throughs for developers to understand Metaschema, its use cases, and how to use or develop news to exercise them.
1313

14-
- [Getting Started with Metaschema](1-getting-started/): Introduces the basics of Metaschema-based modeling using a "computer" model as an example.
14+
- [Tutorial #1:: Getting Started with Metaschema](1-getting-started/): Introduces the basics of Metaschema-based modeling using a "computer" model as an example.
15+
- [Tutorial #2: Using Constraints](2-constraints/): Introduces Metaschema constraints and how to use them for more precise control for values in model-based document instances.
16+
- [Tutorial #3: Complex Constraints: expect](3-constraints-expect/): Introduces advanced usage of Metaschema constraints, specifically `expect` and its common use cases.
17+
- [Tutorial #4: Complex Constraints: matches](4-constraints-matches/): Introduces advanced usage of Metaschema constraints, specifically `matches` and common its use cases.

0 commit comments

Comments
 (0)