From c645d9e55debf578ac652ff781f66485ef0c51da Mon Sep 17 00:00:00 2001 From: Tanner Stirrat Date: Thu, 20 Nov 2025 15:31:43 -0700 Subject: [PATCH] Remove preview markers from composable schemas --- pages/spicedb/modeling/composable-schemas.mdx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pages/spicedb/modeling/composable-schemas.mdx b/pages/spicedb/modeling/composable-schemas.mdx index 91ef72b..c0a9fa8 100644 --- a/pages/spicedb/modeling/composable-schemas.mdx +++ b/pages/spicedb/modeling/composable-schemas.mdx @@ -1,15 +1,11 @@ import { Callout, Tabs } from 'nextra/components' -# Composable Schemas (Preview) +# Composable Schemas - -This preview feature's functionality may change before general release. - - -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. +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, which we moved to General Acceptance in v1.0.0. ``` -zed preview schema compile root.zed +zed schema compile root.zed ``` The command allows you to combine a schema that is spread across many files, for example: @@ -202,5 +198,5 @@ Attempting to reference other declaration types (e.g. a definition or a caveat) Then on merge: -1. CI runs `zed preview schema compile` +1. CI runs `zed schema compile` 1. CI calls SpiceDB's WriteSchema API with the compiled schema