From ec2fc27910a363703c770b673ae6d77088df04c8 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 3 Aug 2021 07:23:40 +1000 Subject: [PATCH] docs: fix parents (#2225) --- docs/configuration/authentication/file.md | 2 +- docs/configuration/authentication/ldap.md | 2 +- docs/configuration/storage/mariadb.md | 2 +- docs/configuration/storage/mysql.md | 2 +- docs/configuration/storage/postgres.md | 2 +- docs/configuration/storage/sqlite.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuration/authentication/file.md b/docs/configuration/authentication/file.md index 37fe22d2..d8e43dd0 100644 --- a/docs/configuration/authentication/file.md +++ b/docs/configuration/authentication/file.md @@ -1,7 +1,7 @@ --- layout: default title: File -parent: Authentication backends +parent: Authentication Backends grand_parent: Configuration nav_order: 1 --- diff --git a/docs/configuration/authentication/ldap.md b/docs/configuration/authentication/ldap.md index 192f43c9..e4ee8f96 100644 --- a/docs/configuration/authentication/ldap.md +++ b/docs/configuration/authentication/ldap.md @@ -1,7 +1,7 @@ --- layout: default title: LDAP -parent: Authentication backends +parent: Authentication Backends grand_parent: Configuration nav_order: 2 --- diff --git a/docs/configuration/storage/mariadb.md b/docs/configuration/storage/mariadb.md index cd4f0d3b..047bcba2 100644 --- a/docs/configuration/storage/mariadb.md +++ b/docs/configuration/storage/mariadb.md @@ -1,7 +1,7 @@ --- layout: default title: MariaDB -parent: Storage backends +parent: Storage Backends grand_parent: Configuration nav_order: 1 --- diff --git a/docs/configuration/storage/mysql.md b/docs/configuration/storage/mysql.md index 7fe5934a..9a0e7528 100644 --- a/docs/configuration/storage/mysql.md +++ b/docs/configuration/storage/mysql.md @@ -1,7 +1,7 @@ --- layout: default title: MySQL -parent: Storage backends +parent: Storage Backends grand_parent: Configuration nav_order: 2 --- diff --git a/docs/configuration/storage/postgres.md b/docs/configuration/storage/postgres.md index 7d550241..abb97aa9 100644 --- a/docs/configuration/storage/postgres.md +++ b/docs/configuration/storage/postgres.md @@ -1,7 +1,7 @@ --- layout: default title: PostgreSQL -parent: Storage backends +parent: Storage Backends grand_parent: Configuration nav_order: 3 --- diff --git a/docs/configuration/storage/sqlite.md b/docs/configuration/storage/sqlite.md index df99a6b5..7fa8c42b 100644 --- a/docs/configuration/storage/sqlite.md +++ b/docs/configuration/storage/sqlite.md @@ -1,7 +1,7 @@ --- layout: default title: SQLite -parent: Storage backends +parent: Storage Backends grand_parent: Configuration nav_order: 4 ---