Skip to content

Commit 9c46ae2

Browse files
committed
put examples last
1 parent 9f49389 commit 9c46ae2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

_docs/schema/schemagen/examples/attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Using Attributes to Add Constraints
44
bookmark: Attributes
55
permalink: /schema/examples/:title/
66
icon: fas fa-tag
7-
order: "01.5.2.3"
7+
order: "01.5.4.3"
88
---
99
In the [previous example](schema-gen-intent.md) we created a keyword intent to represent a new `maxDate` keyword during generation.
1010

_docs/schema/schemagen/examples/close.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: __close
33
permalink: /schema/schemagen/examples/:title/
44
close: true
5-
order: "01.5.2.9"
5+
order: "01.5.4.9"
66
---

_docs/schema/schemagen/examples/generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Generating a Schema for a Simple Type
44
bookmark: Generators
55
permalink: /schema/examples/:title/
66
icon: fas fa-tag
7-
order: "01.5.2.1"
7+
order: "01.5.4.1"
88
---
99
This example shows how to extend schema generation to cover a specific type that isn't defined by the type's properties. This is useful for many of the scalar-like value types, such as `bool`, `int`, `DateTime`, or `TimeSpan`.
1010

_docs/schema/schemagen/examples/intent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Supporting a New Keyword During Generation
44
bookmark: Intents
55
permalink: /schema/examples/:title/
66
icon: fas fa-tag
7-
order: "01.5.2.2"
7+
order: "01.5.4.2"
88
---
99
This example shows how to extend schema generation to output a new keyword.
1010

_docs/schema/schemagen/examples/multiple-ifs-one-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Using Multiple `[If]` Attributes in a Single Group
44
bookmark: Stacking [If]s
55
permalink: /schema/examples/:title/
66
icon: fas fa-tag
7-
order: "01.5.2.5"
7+
order: "01.5.4.5"
88
---
99
This example shows how multiple `[If]` attributes can be combined to create "OR" logic.
1010

_docs/schema/schemagen/examples/refiner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Performing Custom Generation
44
bookmark: Refiners
55
permalink: /schema/examples/:title/
66
icon: fas fa-tag
7-
order: "01.5.2.4"
7+
order: "01.5.4.4"
88
---
99
# Performing Custom Generation {#example-schemagen-refiner}
1010

_docs/schema/schemagen/examples/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: __title
33
bookmark: Examples
44
permalink: /schema/schemagen/examples/:title/
55
folder: true
6-
order: "01.5.2"
6+
order: "01.5.4"
77
---

0 commit comments

Comments
 (0)