From 96abad164a37c31b9cda40ca5ff9f7a880e4c8a0 Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 21 Apr 2024 06:05:25 +0100 Subject: [PATCH] add padding spacing to the bottom of the doc page --- documentation/home.md | 4 ++-- src/app/(pages)/docs/[[...slug]]/page.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/home.md b/documentation/home.md index 867af6b..ab00692 100644 --- a/documentation/home.md +++ b/documentation/home.md @@ -1,11 +1,11 @@ --- title: Home -summary: Welcome to the Minecraft Utilities documentation! Here you can find information on how to use the various features of the API. +summary: Welcome to the Minecraft Utilities documentation! --- # Getting Started -Welcome to the Minecraft Utilities documentation! Here you can find information on how to use the various features of the API. +Welcome to the Minecraft Utilities documentation! You can find information on how to use the various features of the API. ## Features diff --git a/src/app/(pages)/docs/[[...slug]]/page.tsx b/src/app/(pages)/docs/[[...slug]]/page.tsx index 8c05f2b..7cdf974 100644 --- a/src/app/(pages)/docs/[[...slug]]/page.tsx +++ b/src/app/(pages)/docs/[[...slug]]/page.tsx @@ -90,7 +90,7 @@ export default function Page({ params: { slug } }: DocumentationPageParams) { {/* The content of the documentation page */} -
+