add padding spacing to the bottom of the doc page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m14s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m14s
This commit is contained in:
parent
e6a28ed268
commit
96abad164a
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Home
|
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
|
# 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
|
## Features
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ export default function Page({ params: { slug } }: DocumentationPageParams) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* The content of the documentation page */}
|
{/* The content of the documentation page */}
|
||||||
<div className="text-left w-full">
|
<div className="text-left w-full pb-[5rem]">
|
||||||
<CustomMDX source={page.content} />
|
<CustomMDX source={page.content} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user