Raxol.Docs.InteractiveTutorial (Raxol v0.4.0)
View SourceInteractive tutorial system for Raxol documentation.
This module provides a framework for creating and displaying interactive tutorials that guide users through Raxol features with hands-on examples and step-by-step instructions.
Features:
- Step-by-step guides with interactive examples
- Progress tracking and bookmarking
- Exercise validation
- Contextual hints and help
- Integration with documentation
Summary
Functions
Gets the progress for a tutorial.
Initializes the tutorial system.
Jumps to a specific step in the current tutorial.
Returns a list of all available tutorials.
Goes to the next step in the current tutorial.
Goes to the previous step in the current tutorial.
Registers a new tutorial.
Renders the current step's content.
Renders interactive elements for the current step.
Starts a tutorial by ID.
Validates a solution for the current step.
Functions
Gets the progress for a tutorial.
Initializes the tutorial system.
Jumps to a specific step in the current tutorial.
Returns a list of all available tutorials.
Goes to the next step in the current tutorial.
Goes to the previous step in the current tutorial.
Registers a new tutorial.
Renders the current step's content.
Renders interactive elements for the current step.
Starts a tutorial by ID.
Validates a solution for the current step.