You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorialkit.dev/src/content/docs/guides/overriding-components.mdx
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ tutorialkit({
44
44
When overriding `TopBar` you can place TutorialKit's default components using following [Astro slots](https://docs.astro.build/en/basics/astro-components/#named-slots):
45
45
46
46
-`logo`: Logo of the application
47
+
-`open-in-stackblitz-link`: Link for opening current lesson in StackBlitz
47
48
-`theme-switch`: Switch for changing the theme
48
49
-`login-button`: For StackBlitz Enterprise user, the login button
49
50
@@ -59,6 +60,8 @@ When overriding `TopBar` you can place TutorialKit's default components using fo
0 commit comments