Skip to content

Commit fd1aca9

Browse files
authored
Update slug for nested typegen blog post (#189)
* Update slug for typegen blog post * fix broken URL * Retry broken URL fix * Update link to blog post from docs
1 parent 12ce995 commit fd1aca9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

blog/2022-06-13-nesting-typegen-files/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Nesting XState typegen files"
2+
title: 'Nesting XState typegen files'
33
description: What is file nesting in VS Code and how to enable it for XState's generated type files.
44
tags: [stately, extension, open source, xstate, vscode]
55
authors: [anders]
66
image: /blog/2022-06-13-nesting-typegen-files.png
7-
slug: 2022-06-13-nesting-typegen-files
8-
date: 2022-06-13
7+
slug: nesting-typegen-files
8+
date: 2022-06-13
99
---
1010

1111
Our latest update to the [XState VS Code extension](https://marketplace.visualstudio.com/items?itemName=statelyai.stately-vscode) has made it easy to enable file nesting for typegen files. But what is file nesting?

blog/2022-07-06-whats-new-july-2022/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "What’s new in July 2022?"
2+
title: 'What’s new in July 2022?'
33
description: Search for machines, pinch to zoom, nest typegen files and more! Find out the latest features in the Stately editor and XState VS Code extension.
44
tags: [stately, xstate, announcement, editor, search, typegen, survey, roadmap]
55
authors: [laura]
66
image: /blog/2022-07-06-whats-new-july-2022.png
77
slug: 2022-07-06-whats-new-july-2022
8-
date: 2022-07-06
8+
date: 2022-07-06
99
---
1010

1111
On top of our usual minor improvements and bug fixes, we’ve got great new features to share with you in July!
@@ -28,7 +28,7 @@ Trackpad fans rejoice; you can now pinch to zoom in and out to navigate the edit
2828

2929
## Nesting typegen files
3030

31-
You’re missing out if you’re not using [our XState VS Code extension](https://marketplace.visualstudio.com/items?itemName=statelyai.stately-vscode) yet! After a top tip from our friend Erik Rasmussen, Anders added the feature to our VS Code extension. Read [Anders’ blog post on nesting XState typegen files](/blog/2022-06-13-nesting-typegen-files/index.mdx) for more details.
31+
You’re missing out if you’re not using [our XState VS Code extension](https://marketplace.visualstudio.com/items?itemName=statelyai.stately-vscode) yet! After a top tip from our friend Erik Rasmussen, Anders added the feature to our VS Code extension. Read [Anders’ blog post on nesting XState typegen files](/blog/nesting-typegen-files) for more details.
3232

3333
## Labels on quick action buttons
3434

@@ -38,7 +38,7 @@ The quick action buttons for adding states and guarded transitions are now label
3838

3939
## More upcoming features
4040

41-
We’ve got many more features coming up. Watch [our office hours from last week](https://www.youtube.com/watch?v=4v_M3HcZc3U) and [office hours from June 24](https://www.youtube.com/watch?v=qmbeYvcA3Ks) for demos of [smoother transition lines](https://www.youtube.com/watch?v=qmbeYvcA3Ks&t=530s), [fit to content on initial render](https://www.youtube.com/watch?v=4v_M3HcZc3U&t=1214s) and [parity between XState and the Stately editor](https://www.youtube.com/watch?v=4v_M3HcZc3U&t=208s).
41+
We’ve got many more features coming up. Watch [our office hours from last week](https://www.youtube.com/watch?v=4v_M3HcZc3U) and [office hours from June 24](https://www.youtube.com/watch?v=qmbeYvcA3Ks) for demos of [smoother transition lines](https://www.youtube.com/watch?v=qmbeYvcA3Ks&t=530s), [fit to content on initial render](https://www.youtube.com/watch?v=4v_M3HcZc3U&t=1214s) and [parity between XState and the Stately editor](https://www.youtube.com/watch?v=4v_M3HcZc3U&t=208s).
4242

4343
## Suggest features and help us prioritize our roadmap
4444

@@ -60,4 +60,4 @@ Matt has made five great videos for [our YouTube channel](https://www.youtube.co
6060

6161
## Please give us feedback in our yearly survey
6262

63-
And finally, [the Stately 2022 survey](https://stately.ai/survey) is out, and we would love you to add your response to help us make our tools work for you. All the questions are optional, and it will take just five minutes of your time.
63+
And finally, [the Stately 2022 survey](https://stately.ai/survey) is out, and we would love you to add your response to help us make our tools work for you. All the questions are optional, and it will take just five minutes of your time.

docs/xstate/typescript/typegen.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Instead of enums, use typegen and rely on the strength of the type-safety provid
241241

242242
## Nesting typegen files
243243

244-
When you use typegen, you'll notice that it generates new type files. If you use VS Code we have made it easy for you to nest these files. Our extension will automatically ask you if you want to enable nesting. If you want to know more about file-nesting, you can [read the blog post where we introduced nesting typegen files](https://stately.ai/blog/2022-06-13-nesting-typegen-files).
244+
When you use typegen, you'll notice that it generates new type files. If you use VS Code we have made it easy for you to nest these files. Our extension will automatically ask you if you want to enable nesting. If you want to know more about file-nesting, you can [read the blog post where we introduced nesting typegen files](/blog/nesting-typegen-files).
245245

246246
## Known limitations
247247

0 commit comments

Comments
 (0)