From 44e059593d0bb1cb1c650663a19f1c3324d4ee3f Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 20 Feb 2023 12:39:45 -0600 Subject: [PATCH] fix config submenu order --- content/config/commands.md | 2 +- content/config/notifications.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/config/commands.md b/content/config/commands.md index bd653ac..5e0cfbe 100644 --- a/content/config/commands.md +++ b/content/config/commands.md @@ -1,6 +1,6 @@ --- title: "Commands" -weight: 2 +weight: 1 --- The yaml top-level map can be any string. diff --git a/content/config/notifications.md b/content/config/notifications.md index d74b48b..93e45dd 100644 --- a/content/config/notifications.md +++ b/content/config/notifications.md @@ -1,6 +1,6 @@ --- title: "Notifications" -weight: 2 +weight: 3 description: > This page tells you how to get set up Backy notifications. ---