Skip to content

docs: add example of tutorialkit:store and tutorialkit:core usages #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 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 use TutorialKit API',
link: '/guides/how-to-use-tutorialkit-api/',
},
],
},
{
Expand All @@ -84,6 +88,10 @@ export default defineConfig({
label: 'React Components',
link: '/reference/react-components',
},
{
label: 'TutorialKit API',
link: '/reference/tutorialkit-api',
},
],
},
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: How to use TutorialKit API
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

Loading