Skip to content

Commit

Permalink
docs: code review, setup page for 'How to'
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Sep 26, 2024
1 parent cfb8209 commit 0138820
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tutorialkit.dev/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ export default defineConfig({
label: 'Overriding Components',
link: '/guides/overriding-components/',
},
{
label: 'How to',
link: '/guides/how-to/',
},
],
},
{
Expand Down
13 changes: 13 additions & 0 deletions docs/tutorialkit.dev/src/content/docs/guides/how-to.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: How to
description: "Examples showing how to utilize TutorialKit APIs"
---

## Access tutorial state

## Write to terminal

## Provide feedback to user when lesson is solved

## How to watch a file for changes

0 comments on commit 0138820

Please sign in to comment.