diff --git a/pages/authzed/_meta.json b/pages/authzed/_meta.json index d5ce1a5..2302679 100644 --- a/pages/authzed/_meta.json +++ b/pages/authzed/_meta.json @@ -1,5 +1,6 @@ { "guides": "Guides", "concepts": "Concepts", - "links": "Links" + "links": "Links", + "api": "API Reference" } diff --git a/pages/authzed/api/_meta.json b/pages/authzed/api/_meta.json new file mode 100644 index 0000000..c988ea0 --- /dev/null +++ b/pages/authzed/api/_meta.json @@ -0,0 +1,17 @@ +{ + "grpc-api": { + "title": "gRPC API Reference", + "href": "https://buf.build/authzed/api/docs/main:authzed.api.v1", + "newWindow": true + }, + "http-api": { + "title": "HTTP API Reference", + "href": "https://www.postman.com/authzed/workspace/spicedb/overview", + "newWindow": true + }, + "cloud-api": { + "title": "Cloud API Reference", + "href": "https://www.postman.com/authzed/spicedb/collection/5fm402n/authzed-cloud-api", + "newWindow": true + } +}