update get started to postman collection
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m7s

This commit is contained in:
Lee 2024-04-17 19:06:26 +01:00
parent f533f1a932
commit 3786ff84ad

@ -10,7 +10,12 @@ type Button = {
};
const buttons: Button[] = [
{ title: "Get Started", tooltip: "Click to get open the player page", url: "/player" },
{
title: "Get Started",
tooltip: "Click to view the Postman Collection",
url: "https://www.postman.com/imfascinated/workspace/minecraft-utilities",
openInNewTab: true,
},
{
title: "Documentation",
tooltip: "Click to open the documentation",