Skip to content

Commit 2541e70

Browse files
authored
Merge pull request #469 from objectstack-ai/copilot/improve-hub-protocol-management
2 parents b51fedf + 73ffbb1 commit 2541e70

75 files changed

Lines changed: 5519 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

HUB_PROTOCOL_DEVELOPMENT_PLAN.md

Lines changed: 725 additions & 0 deletions
Large diffs are not rendered by default.

HUB_PROTOCOL_SUMMARY.md

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

content/docs/references/api/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This section contains all protocol schemas for the api layer of ObjectStack.
1515
<Card href="./errors" title="Errors" description="Source: packages/spec/src/api/errors.zod.ts" />
1616
<Card href="./graphql" title="Graphql" description="Source: packages/spec/src/api/graphql.zod.ts" />
1717
<Card href="./http-cache" title="Http Cache" description="Source: packages/spec/src/api/http-cache.zod.ts" />
18+
<Card href="./hub" title="Hub" description="Source: packages/spec/src/api/hub.zod.ts" />
1819
<Card href="./odata" title="Odata" description="Source: packages/spec/src/api/odata.zod.ts" />
1920
<Card href="./protocol" title="Protocol" description="Source: packages/spec/src/api/protocol.zod.ts" />
2021
<Card href="./realtime" title="Realtime" description="Source: packages/spec/src/api/realtime.zod.ts" />

content/docs/references/api/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"errors",
99
"graphql",
1010
"http-cache",
11+
"hub",
1112
"odata",
1213
"protocol",
1314
"realtime",

content/docs/references/hub/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ This section contains all protocol schemas for the hub layer of ObjectStack.
99

1010
<Cards>
1111
<Card href="./composer" title="Composer" description="Source: packages/spec/src/hub/composer.zod.ts" />
12+
<Card href="./hub-federation" title="Hub Federation" description="Source: packages/spec/src/hub/hub-federation.zod.ts" />
1213
<Card href="./license" title="License" description="Source: packages/spec/src/hub/license.zod.ts" />
1314
<Card href="./marketplace" title="Marketplace" description="Source: packages/spec/src/hub/marketplace.zod.ts" />
1415
<Card href="./plugin-registry" title="Plugin Registry" description="Source: packages/spec/src/hub/plugin-registry.zod.ts" />
16+
<Card href="./plugin-security" title="Plugin Security" description="Source: packages/spec/src/hub/plugin-security.zod.ts" />
1517
<Card href="./space" title="Space" description="Source: packages/spec/src/hub/space.zod.ts" />
1618
<Card href="./tenant" title="Tenant" description="Source: packages/spec/src/hub/tenant.zod.ts" />
1719
</Cards>

content/docs/references/hub/meta.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
"title": "Hub Protocol",
33
"pages": [
44
"composer",
5+
"hub-federation",
56
"license",
67
"marketplace",
78
"plugin-registry",
9+
"plugin-security",
810
"space",
911
"tenant"
1012
]

0 commit comments

Comments
 (0)