don't open docs in a new tab
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m28s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m28s
This commit is contained in:
parent
9a5cc8642d
commit
7edfc31e82
@ -31,7 +31,7 @@ const pages: Page[] = [
|
||||
{ name: "Player", url: "/player" },
|
||||
{ name: "Server", url: "/server/java" },
|
||||
{ name: "Mojang", url: "/mojang/status" },
|
||||
{ name: "API", url: "https://api.mcutils.xyz", openInNewTab: true },
|
||||
{ name: "API", url: "https://api.mcutils.xyz" },
|
||||
{ name: "Docs", url: "/documentation", openInNewTab: true },
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user