Documentation Guide

Style guidance:

Converting to PDF

Adding New Sections

  • To add a new section to the documentation, create a new Markdown file in the docs/ folder.
  • Update the _markbind/navigation.md file to include a link to the new section.
  • Follow the existing style and structure guidelines to ensure consistency.

Updating Existing Sections

  • To update an existing section, edit the corresponding Markdown file in the docs/ folder.
  • Ensure that any changes adhere to the style and structure guidelines.
  • Test the changes locally using MarkBind to ensure they render correctly.

Testing Documentation Changes

  • Use the markbind serve command to preview changes locally.
  • Ensure that all links and images are working correctly.
  • Check for any formatting issues and resolve them before committing changes.

Submitting Documentation Changes

  • Commit your changes to a new branch.
  • Create a pull request for review.
  • Ensure that the pull request description includes a summary of the changes and any relevant context.