update get started to postman collection
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m7s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m7s
This commit is contained in:
parent
f533f1a932
commit
3786ff84ad
@ -10,7 +10,12 @@ type Button = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const buttons: 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",
|
title: "Documentation",
|
||||||
tooltip: "Click to open the documentation",
|
tooltip: "Click to open the documentation",
|
||||||
|
Loading…
Reference in New Issue
Block a user