Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.57 KB

File metadata and controls

35 lines (25 loc) · 1.57 KB

API Documentation Structure

This directory contains the modular API documentation for the rpi-sb-provisioner service.

Organization

The API documentation is split into logical sections for maintainability:

../api_endpoints.md serves as a navigation index that links to each sub-document.

Editing

  1. Locate the appropriate section file in this api/ subdirectory.
  2. Edit the relevant .md file.
  3. Cross-references between documents use standard Markdown links, so GitHub renders them directly with no build step.

Benefits

This modular structure provides:

  • Easier maintenance — each API group is in its own file
  • Better organization — clear separation of concerns
  • Faster editing — smaller files are easier to navigate
  • Parallel editing — multiple people can edit different sections simultaneously