Skip to content

Commit 0138820

Browse files
committed
docs: code review, setup page for 'How to'
1 parent cfb8209 commit 0138820

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/tutorialkit.dev/astro.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ export default defineConfig({
6767
label: 'Overriding Components',
6868
link: '/guides/overriding-components/',
6969
},
70+
{
71+
label: 'How to',
72+
link: '/guides/how-to/',
73+
},
7074
],
7175
},
7276
{
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: How to
3+
description: "Examples showing how to utilize TutorialKit APIs"
4+
---
5+
6+
## Access tutorial state
7+
8+
## Write to terminal
9+
10+
## Provide feedback to user when lesson is solved
11+
12+
## How to watch a file for changes
13+

0 commit comments

Comments
 (0)