diff --git a/docs/index.md b/docs/index.md
index 61a4a23..cc3ba8f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,6 @@
-Jan 1, 2025
+# Home
+
+January 1, 2025
---
@@ -20,7 +22,7 @@ docs/
... # Other markdown pages, images and other files.
```
-### Installation MkDocs
+## Installation MkDocs
To install MkDocs, run the following command from the command line:
@@ -28,7 +30,7 @@ To install MkDocs, run the following command from the command line:
pip install mkdocs
```
-### Installation theme
+## Installation theme
Install the theme using PIP:
@@ -36,7 +38,7 @@ Install the theme using PIP:
pip install mkdocs-simple-blog
```
-### Activating theme
+## Activating theme
After the theme is installed, edit your `mkdocs.yml` file and set the theme name to `simple-blog`:
diff --git a/docs/nav/development/development-guide.md b/docs/nav/development/development-guide.md
index 0a6f2ab..f9188be 100644
--- a/docs/nav/development/development-guide.md
+++ b/docs/nav/development/development-guide.md
@@ -1,3 +1,5 @@
+# Development guide
+
Last updated January 28, 2024
---
diff --git a/docs/nav/development/release-notes.md b/docs/nav/development/release-notes.md
index aad08f5..d5587b6 100644
--- a/docs/nav/development/release-notes.md
+++ b/docs/nav/development/release-notes.md
@@ -1,3 +1,5 @@
+# Release
+
March 25, 2023
---
diff --git a/docs/nav/getting-started.md b/docs/nav/getting-started.md
index 8fef5d3..aa9a367 100644
--- a/docs/nav/getting-started.md
+++ b/docs/nav/getting-started.md
@@ -1,10 +1,10 @@
+# Getting Started
+
March 25, 2023
---
-## Install
-
-### Installation MkDocs
+## Installation MkDocs
To install MkDocs, run the following command from the command line:
@@ -12,7 +12,7 @@ To install MkDocs, run the following command from the command line:
pip install mkdocs
```
-### Installation theme
+## Installation theme
Install the theme using PIP:
@@ -20,7 +20,7 @@ Install the theme using PIP:
pip install mkdocs-simple-blog
```
-### Activating theme
+## Activating theme
After the theme is installed, edit your `mkdocs.yml` file and set the theme name to `simple-blog`:
diff --git a/docs/nav/setup/colors.md b/docs/nav/setup/colors.md
index 54ffb71..235eff6 100644
--- a/docs/nav/setup/colors.md
+++ b/docs/nav/setup/colors.md
@@ -1,3 +1,5 @@
+# Colors
+
January 17, 2023
---
@@ -14,7 +16,7 @@ theme:
```