sidebar.md

# Sidebar Configuration

The sidebar is controlled by `sidebar.json` with this structure:

## Basic Format
```json
{
  "menu": [
    {
      "title": "Menu Item",
      "path": "target-file"
    }
  ]
}