Skip to content

Commit b5ea853

Browse files
mellsonlaurakalbag
andauthored
Add Sky to the TOC (#253)
* Add Sky to the TOC * Update docs/stately-sky-getting-started.mdx Co-authored-by: Laura Kalbag <[email protected]> --------- Co-authored-by: Laura Kalbag <[email protected]>
1 parent ef4a15c commit b5ea853

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/stately-sky-getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This guide will walk you through deploying a simple traffic light state machine
88

99
:::caution
1010

11-
Please note that Sky is currently in alpha and will be changing rapidly.
11+
Please note that Sky is currently in beta and will be changing rapidly.
1212

1313
:::
1414

@@ -25,7 +25,7 @@ Please note that Sky is currently in alpha and will be changing rapidly.
2525

2626
Create a project and compose your machine in the [Stately editor](https://stately.ai/editor) with the transitions and states you want.
2727

28-
For this example, we’ll create a simple traffic light machine with three states: `green`, `yellow`, and `red`. Feel free to fork [our traffic light example](https://stately.ai/registry/editor/eb3e89f5-5936-439f-8254-2f6ea4303659?machineId=15fd8071-b80c-4a6f-b9f5-60b6cf578ee5) to test.
28+
For this example, we’ll create a simple traffic light machine with three states: `green`, `yellow`, and `red`. Feel free to fork [our traffic light example](https://stately.ai/registry/editor/eb3e89f5-5936-439f-8254-2f6ea4303659?machineId=15fd8071-b80c-4a6f-b9f5-60b6cf578ee5) to test. Check out a [deployed version of this traffic light machine](https://sky-starter.stately.ai/?page=trafficlight).
2929

3030
<EmbedMachine
3131
embedURL="https://stately.ai/registry/editor/embed/eb3e89f5-5936-439f-8254-2f6ea4303659?machineId=15fd8071-b80c-4a6f-b9f5-60b6cf578ee5"

sidebars.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,22 @@ const sidebars = {
150150
],
151151
},
152152
'projects',
153+
{
154+
type: 'category',
155+
label: 'Stately Sky',
156+
link: {
157+
type: 'doc',
158+
id: 'stately-sky-getting-started',
159+
},
160+
items: [
161+
{
162+
type: 'doc',
163+
label: 'Getting started',
164+
id: 'stately-sky-getting-started',
165+
className: 'pro-feature',
166+
},
167+
],
168+
},
153169
{
154170
type: 'doc',
155171
label: 'Teams',

0 commit comments

Comments
 (0)