docs: standardize frontmatter field order (summary before title)

This commit is contained in:
Vincent Koc
2026-04-23 13:18:10 -07:00
parent 79112f207d
commit c5c163d078
88 changed files with 88 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
---
summary: "api.runtime -- the injected runtime helpers available to plugins"
title: "Plugin runtime helpers"
sidebarTitle: "Runtime Helpers"
summary: "api.runtime -- the injected runtime helpers available to plugins"
read_when:
- You need to call core helpers from a plugin (TTS, STT, image gen, web search, subagent)
- You want to understand what api.runtime exposes