Raxol.Docs.InteractiveTutorial.Navigation (Raxol v0.3.0)

View Source

Handles navigation and progress tracking for tutorials.

Summary

Functions

Gets the progress for a tutorial.

Jumps to a specific step in the current tutorial.

Goes to the next step in the current tutorial.

Goes to the previous step in the current tutorial.

Starts a tutorial by ID.

Functions

get_progress(state, tutorial_id)

Gets the progress for a tutorial.

jump_to_step(state, step_id)

Jumps to a specific step in the current tutorial.

next_step(state)

Goes to the next step in the current tutorial.

previous_step(state)

Goes to the previous step in the current tutorial.

start_tutorial(state, tutorial_id)

Starts a tutorial by ID.