diff --git a/docs/1-deriving.md b/docs/1-deriving.md new file mode 100644 index 0000000..7937333 --- /dev/null +++ b/docs/1-deriving.md @@ -0,0 +1,11 @@ +--- +layout: default +title: Deriving JsonSchema +nav_order: 2 +has_children: true +has_toc: false +--- + +# Deriving JsonSchema + +How to use `#[derive(JsonSchema)]`... \ No newline at end of file diff --git a/docs/1.1-attributes.md b/docs/1.1-attributes.md new file mode 100644 index 0000000..53808a4 --- /dev/null +++ b/docs/1.1-attributes.md @@ -0,0 +1,10 @@ +--- +layout: default +title: Attributes +parent: Deriving JsonSchema +nav_order: 1 +--- + +# Attributes + +Attributes that affect deriving JsonSchema... \ No newline at end of file diff --git a/docs/2-implementing.md b/docs/2-implementing.md new file mode 100644 index 0000000..c35748b --- /dev/null +++ b/docs/2-implementing.md @@ -0,0 +1,9 @@ +--- +layout: default +title: Implementing JsonSchema +nav_order: 3 +--- + +# Implementing JsonSchema + +How to implement JsonSchema manually, without deriving it... \ No newline at end of file diff --git a/docs/3-generating.md b/docs/3-generating.md new file mode 100644 index 0000000..7b90d64 --- /dev/null +++ b/docs/3-generating.md @@ -0,0 +1,9 @@ +--- +layout: default +title: Generating Schemas +nav_order: 4 +--- + +# Generating Schemas + +Using the `schema_for!` macro, and `gen` module... \ No newline at end of file diff --git a/docs/4-features.md b/docs/4-features.md new file mode 100644 index 0000000..11d599a --- /dev/null +++ b/docs/4-features.md @@ -0,0 +1,9 @@ +--- +layout: default +title: Feature Flags +nav_order: 5 +--- + +# Feature Flags + +Feature flags that can be enabled.. \ No newline at end of file diff --git a/docs/404.html b/docs/404.html index 086a5c9..b178af5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,6 +1,7 @@ --- permalink: /404.html layout: default +nav_exclude: true ---