Skip to content

Commit c9cb780

Browse files
authored
feat: make composable schemas GA by adding to schema reference (#532)
1 parent 5cd66b6 commit c9cb780

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • app/spicedb/modeling/composable-schemas

app/spicedb/modeling/composable-schemas/page.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { Callout, Tabs } from "nextra/components";
22

3-
# Composable Schemas (Preview)
4-
5-
<Callout type="info">
6-
This preview feature's functionality may change before general release.
7-
</Callout>
3+
# Composable Schemas
84

95
To make it easier to organize your schema and collaborate across teams, `zed` version v0.27.0 introduced a new schema compilation command that allows you to modularize your schema.
106

@@ -235,5 +231,5 @@ definition resource {
235231

236232
Then on merge:
237233

238-
1. CI runs `zed preview schema compile`
234+
1. CI runs `zed schema compile`
239235
1. CI calls SpiceDB's WriteSchema API with the compiled schema

0 commit comments

Comments
 (0)