Tweak docs permalinks
This commit is contained in:
parent
01966ba9bf
commit
ebb20130f7
7 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,7 @@ title: Deriving JsonSchema
|
||||||
nav_order: 2
|
nav_order: 2
|
||||||
has_children: true
|
has_children: true
|
||||||
has_toc: false
|
has_toc: false
|
||||||
permalink: /deriving
|
permalink: /deriving/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Deriving JsonSchema
|
# Deriving JsonSchema
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: default
|
||||||
title: Attributes
|
title: Attributes
|
||||||
parent: Deriving JsonSchema
|
parent: Deriving JsonSchema
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
permalink: /deriving/attributes
|
permalink: /deriving/attributes/
|
||||||
---
|
---
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Implementing JsonSchema
|
title: Implementing JsonSchema
|
||||||
nav_order: 3
|
nav_order: 3
|
||||||
permalink: /implementing
|
permalink: /implementing/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Implementing JsonSchema
|
# Implementing JsonSchema
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Generating Schemas
|
title: Generating Schemas
|
||||||
nav_order: 4
|
nav_order: 4
|
||||||
permalink: /generating
|
permalink: /generating/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Generating Schemas
|
# Generating Schemas
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Feature Flags
|
title: Feature Flags
|
||||||
nav_order: 5
|
nav_order: 5
|
||||||
permalink: /features
|
permalink: /features/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Feature Flags and Optional Dependencies
|
# Feature Flags and Optional Dependencies
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: default
|
||||||
title: Examples
|
title: Examples
|
||||||
nav_order: 6
|
nav_order: 6
|
||||||
has_children: true
|
has_children: true
|
||||||
permalink: /examples
|
permalink: /examples/
|
||||||
---
|
---
|
||||||
|
|
||||||
# Examples
|
# Examples
|
|
@ -24,6 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:"
|
||||||
A crate to Generate JSON Schema documents from Rust code.
|
A crate to Generate JSON Schema documents from Rust code.
|
||||||
baseurl: "/schemars" # the subpath of your site, e.g. /blog
|
baseurl: "/schemars" # the subpath of your site, e.g. /blog
|
||||||
url: "https://graham.cool" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://graham.cool" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
permalink: pretty
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
remote_theme: pmarsceill/just-the-docs
|
remote_theme: pmarsceill/just-the-docs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue