From 394837518c64b0a88b59800bc057064ced3b2cfe Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Sun, 18 Feb 2024 15:14:22 +0000 Subject: [PATCH] docs: avoid title case on the maintenance page All the other pages from what I can tell don't use title case --- docs/development/maintenance-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/maintenance-mode.md b/docs/development/maintenance-mode.md index cd9c6f2..0a1460c 100644 --- a/docs/development/maintenance-mode.md +++ b/docs/development/maintenance-mode.md @@ -1,11 +1,11 @@ --- -title: Maintenance Mode +title: Maintenance mode layout: sub-navigation --- This guide will walk you through the process of enabling maintenance mode in your Django application through the admin interface. -## Enabling Maintenance Mode +## Enabling maintenance mode 1. **Access the Django Admin Interface**: Navigate to the Django Admin Interface (`/admin`).