Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
725 changes: 725 additions & 0 deletions HUB_PROTOCOL_DEVELOPMENT_PLAN.md

Large diffs are not rendered by default.

495 changes: 495 additions & 0 deletions HUB_PROTOCOL_SUMMARY.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions content/docs/references/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This section contains all protocol schemas for the api layer of ObjectStack.
<Card href="./errors" title="Errors" description="Source: packages/spec/src/api/errors.zod.ts" />
<Card href="./graphql" title="Graphql" description="Source: packages/spec/src/api/graphql.zod.ts" />
<Card href="./http-cache" title="Http Cache" description="Source: packages/spec/src/api/http-cache.zod.ts" />
<Card href="./hub" title="Hub" description="Source: packages/spec/src/api/hub.zod.ts" />
<Card href="./odata" title="Odata" description="Source: packages/spec/src/api/odata.zod.ts" />
<Card href="./protocol" title="Protocol" description="Source: packages/spec/src/api/protocol.zod.ts" />
<Card href="./realtime" title="Realtime" description="Source: packages/spec/src/api/realtime.zod.ts" />
Expand Down
1 change: 1 addition & 0 deletions content/docs/references/api/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"errors",
"graphql",
"http-cache",
"hub",
"odata",
"protocol",
"realtime",
Expand Down
2 changes: 2 additions & 0 deletions content/docs/references/hub/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ This section contains all protocol schemas for the hub layer of ObjectStack.

<Cards>
<Card href="./composer" title="Composer" description="Source: packages/spec/src/hub/composer.zod.ts" />
<Card href="./hub-federation" title="Hub Federation" description="Source: packages/spec/src/hub/hub-federation.zod.ts" />
<Card href="./license" title="License" description="Source: packages/spec/src/hub/license.zod.ts" />
<Card href="./marketplace" title="Marketplace" description="Source: packages/spec/src/hub/marketplace.zod.ts" />
<Card href="./plugin-registry" title="Plugin Registry" description="Source: packages/spec/src/hub/plugin-registry.zod.ts" />
<Card href="./plugin-security" title="Plugin Security" description="Source: packages/spec/src/hub/plugin-security.zod.ts" />
<Card href="./space" title="Space" description="Source: packages/spec/src/hub/space.zod.ts" />
<Card href="./tenant" title="Tenant" description="Source: packages/spec/src/hub/tenant.zod.ts" />
</Cards>
Expand Down
2 changes: 2 additions & 0 deletions content/docs/references/hub/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
"title": "Hub Protocol",
"pages": [
"composer",
"hub-federation",
"license",
"marketplace",
"plugin-registry",
"plugin-security",
"space",
"tenant"
]
Expand Down
Loading
Loading