We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cff27d4 + 3577c7a commit 60c2dc7Copy full SHA for 60c2dc7
pages/authzed/_meta.json
@@ -1,5 +1,6 @@
1
{
2
"guides": "Guides",
3
"concepts": "Concepts",
4
- "links": "Links"
+ "links": "Links",
5
+ "api": "API Reference"
6
}
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
+ },
7
+ "http-api": {
8
+ "title": "HTTP API Reference",
9
+ "href": "https://www.postman.com/authzed/workspace/spicedb/overview",
10
11
12
+ "cloud-api": {
13
+ "title": "Cloud API Reference",
14
+ "href": "https://www.postman.com/authzed/spicedb/collection/5fm402n/authzed-cloud-api",
15
16
+ }
17
+}
0 commit comments