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 */} -