add veryyyy basic docs renderer
This commit is contained in:
@ -32,8 +32,8 @@ type Button = {
|
||||
const buttons: Button[] = [
|
||||
{
|
||||
title: "Get Started",
|
||||
tooltip: "Click to view get started!",
|
||||
url: "/player",
|
||||
tooltip: "Click to get started!",
|
||||
url: "/documentation",
|
||||
},
|
||||
{
|
||||
title: "Postman Collection",
|
||||
|
Reference in New Issue
Block a user