You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/spicedb/modeling/composable-schemas/page.mdx
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
import { Callout, Tabs } from"nextra/components";
2
2
3
-
# Composable Schemas (Preview)
4
-
5
-
<Callouttype="info">
6
-
This preview feature's functionality may change before general release.
7
-
</Callout>
3
+
# Composable Schemas
8
4
9
5
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.
10
6
@@ -235,5 +231,5 @@ definition resource {
235
231
236
232
Then on merge:
237
233
238
-
1. CI runs `zed preview schema compile`
234
+
1. CI runs `zed schema compile`
239
235
1. CI calls SpiceDB's WriteSchema API with the compiled schema
0 commit comments