Skip to content

feat: add navigation buttons#15

Merged
javimanotas merged 3 commits intomainfrom
feat/add-navigation-buttons
Feb 28, 2026
Merged

feat: add navigation buttons#15
javimanotas merged 3 commits intomainfrom
feat/add-navigation-buttons

Conversation

@javimanotas
Copy link
Copy Markdown
Collaborator

Pull Request

What does this PR introduce?

This PR adds buttons to navigate between chapters of the book.

Scope of change

  • Builder (Markdown → HTML)
  • Pseudocode Lexer
  • Pseudocode Parser / AST
  • Interpreter / Runtime
  • Debugger (step execution)
  • CLI
  • Documentation
  • Tests

Code Quality Checklist

Please confirm that you have followed the project's quality standards:

  • I have run npm run lint, npm run format and fixed any errors.
  • I have run ruff check --fix . and ruff format ..
  • My commit messages follow the Conventional Commits format.

How has this been tested?

  • Manual testing
  • Unit tests added/updated
  • Existing tests pass
  • Verified generated HTML output
  • Verified step-by-step debugger behavior
  • N/A

Only css was changed.

Breaking changes?

  • No
  • Yes (explain below)

Additional notes

closes #13

@javimanotas javimanotas requested a review from daniqss February 28, 2026 16:50
Copy link
Copy Markdown
Owner

@daniqss daniqss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@javimanotas javimanotas merged commit a68c29f into main Feb 28, 2026
@javimanotas javimanotas deleted the feat/add-navigation-buttons branch February 28, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dev Feature]: add navigation buttons

2 participants