1.3.0
This version of TutorialKit introduces 2 new exciting features. 🥳
Lessons without parts or chapters
Tutorials that don't need 3 levels of nesting can now omit part and/or chapter levels. See https://tutorialkit.dev/guides/creating-content/ for updated instructions about content creation.
tk-filetree-flat.webm
Download lesson as .zip
file
Lessons of a tutorial can now be downloaded as .zip
file with a single click.
To enable this feature, define new option in your frontmatter:
type: tutorial # Or part, chapter, lesson - works on all levels
downloadAsZip: true
# Or to use specific filename when downloaded:
downloadAsZip:
filename: vite-yaml-plugin-summary.zip
If you are using overriden TopBar
, see new slot names at https://tutorialkit.dev/guides/overriding-components/#top-bar.
What's Changed
- feat(astro): support lessons without parts or chapters by @AriPerkkio in #374
- feat(astro): add "Download lesson as zip" button by @AriPerkkio in #415
- fix: remove
downloadAsZip
from template for now by @AriPerkkio in #416
Full Changelog: 1.2.2...1.3.0