From a1280cb608c9f780105e4ac6345e2763c9a2320d Mon Sep 17 00:00:00 2001 From: Veronica Lopez Date: Mon, 31 Mar 2025 20:49:18 +0400 Subject: [PATCH 1/5] docs(api): add link to postman docs for Cloud API --- pages/spicedb/api/_meta.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/spicedb/api/_meta.json b/pages/spicedb/api/_meta.json index fe45d4de..7d10bcd4 100644 --- a/pages/spicedb/api/_meta.json +++ b/pages/spicedb/api/_meta.json @@ -8,5 +8,10 @@ "title": "HTTP API Reference", "href": "https://www.postman.com/authzed/workspace/spicedb/overview", "newWindow": true + }, + "http-api": { + "title": "Cloud API Reference", + "href": "https://www.postman.com/authzed/spicedb/collection/5fm402n/authzed-cloud-api", + "newWindow": true } } From d0ab5acbe3c0ea29dda9222c64547ab53a1e4ccc Mon Sep 17 00:00:00 2001 From: Veronica Lopez Date: Mon, 31 Mar 2025 21:57:51 +0400 Subject: [PATCH 2/5] add api reference section to AuthZed docs --- pages/authzed/api/_meta.json | 17 +++++++++++++++++ pages/spicedb/api/_meta.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 pages/authzed/api/_meta.json diff --git a/pages/authzed/api/_meta.json b/pages/authzed/api/_meta.json new file mode 100644 index 00000000..c988ea06 --- /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 + } +} diff --git a/pages/spicedb/api/_meta.json b/pages/spicedb/api/_meta.json index 7d10bcd4..c988ea06 100644 --- a/pages/spicedb/api/_meta.json +++ b/pages/spicedb/api/_meta.json @@ -9,7 +9,7 @@ "href": "https://www.postman.com/authzed/workspace/spicedb/overview", "newWindow": true }, - "http-api": { + "cloud-api": { "title": "Cloud API Reference", "href": "https://www.postman.com/authzed/spicedb/collection/5fm402n/authzed-cloud-api", "newWindow": true From b440fac035a7d32de70cdd41f6a69ea740a63c05 Mon Sep 17 00:00:00 2001 From: Veronica Lopez Date: Tue, 1 Apr 2025 01:56:46 +0400 Subject: [PATCH 3/5] rm reference on spicedb docs --- pages/spicedb/api/_meta.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/spicedb/api/_meta.json b/pages/spicedb/api/_meta.json index c988ea06..fe45d4de 100644 --- a/pages/spicedb/api/_meta.json +++ b/pages/spicedb/api/_meta.json @@ -8,10 +8,5 @@ "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 } } From 95cae6cf661f46af6d972ed69a21efc0edf63c81 Mon Sep 17 00:00:00 2001 From: Veronica Lopez Date: Tue, 1 Apr 2025 17:59:06 +0400 Subject: [PATCH 4/5] add API Reference section to authzed docs --- pages/authzed/_meta.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/authzed/_meta.json b/pages/authzed/_meta.json index d5ce1a54..98a112a0 100644 --- a/pages/authzed/_meta.json +++ b/pages/authzed/_meta.json @@ -2,4 +2,5 @@ "guides": "Guides", "concepts": "Concepts", "links": "Links" + "api": "API Reference" } From 3577c7a6ee3cafa146d992c26ae8136624783a49 Mon Sep 17 00:00:00 2001 From: Veronica Lopez Date: Tue, 1 Apr 2025 18:16:04 +0400 Subject: [PATCH 5/5] lint --- pages/authzed/_meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/authzed/_meta.json b/pages/authzed/_meta.json index 98a112a0..23026795 100644 --- a/pages/authzed/_meta.json +++ b/pages/authzed/_meta.json @@ -1,6 +1,6 @@ { "guides": "Guides", "concepts": "Concepts", - "links": "Links" + "links": "Links", "api": "API Reference" }