Skip to content

Commit d60f8a5

Browse files
authored
Merge pull request #217 from jzelinskie/language-primer
schema: add language primer video
2 parents bf8cee2 + a737c67 commit d60f8a5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pages/spicedb/concepts/schema.mdx

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Callout } from 'nextra/components'
2+
import YouTube from 'react-youtube';
23
import { InlinePlayground } from '@/components/playground'
34

45
# Schema Language
@@ -7,9 +8,15 @@ A SpiceDB schema defines the types of objects found, how those objects relate to
78

89
The schema language's extension for use on a file system is `.zed`.
910

10-
<Callout type="info">
11-
You can experiment with schemas in real-time with the [Playground](https://play.authzed.com).
12-
</Callout>
11+
You can experiment with schemas in real-time with the [Playground](https://play.authzed.com).
12+
13+
The following video provides an overview of schema development using the Playground:
14+
15+
<br /><YouTube videoId="AoK0LrkGFDY" />
16+
17+
After studying this page's content, you may want to also read the [Developing a Schema] doc.
18+
19+
[Developing a Schema]: ../modeling/developing-a-schema
1320

1421
## Definitions
1522

@@ -380,7 +387,3 @@ If a non-recursive resource is used as the starting point for a recursive lookup
380387
**very important** that the permission name used on the right side of the arrow is the **same** in both the starting resource type and the parent resource type(s):
381388

382389
<InlinePlayground reference="EWVhjM3vGxE6"/>
383-
384-
## Try it out
385-
386-

0 commit comments

Comments
 (0)