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: "Setup wizards, setup-entry.ts, config schemas, and package.json metadata"
title: "Plugin setup and config"
sidebarTitle: "Setup and Config"
summary: "Setup wizards, setup-entry.ts, config schemas, and package.json metadata"
read_when:
- You are adding a setup wizard to a plugin
- You need to understand setup-entry.ts vs index.ts