Documentation Guide

Editing Markbind Documentation

Content Files

  • Edit any .md file directly to update content
  • Changes are automatically deployed via GitHub Actions when merged to master
  • Use standard Markdown syntax for formatting

Adding New Pages

  • Create new .md files in the docs/ folder
  • Add them to the navigation by editing site.json under the siteNav section

File Organization

  • images/ - Add screenshots, diagrams, and icons here
  • team/ - Individual team member profile pages
  • diagrams/ - Architecture and technical diagrams
  • Main documentation files are in the root docs/ folder

Referencing Assets

  • Images: ![description](images/filename.png)
  • Links to other pages: [Page Title](PageName.html)
  • Internal sections: [Section](#section-header)

Style guidance:

Converting to PDF