diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index acba93764e6..230ac93b6c1 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -341,6 +341,7 @@ export default defineConfig({ label: 'Troubleshooting', autogenerate: { directory: 'troubleshooting' }, }, + { label: 'Agent Factory', link: '/agent-factory-status/' }, { label: 'Editors', link: '/reference/editors/' }, ], }), diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 7f3b2e3d899..8cd89a313b7 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -1519,6 +1519,12 @@ a:hover { color: #ffffff; } +/* Action status badges — uniform height so all rows have consistent sizing */ +table img[src*="badge.svg"] { + height: 20px; + vertical-align: middle; +} + /* Hero Styling */ .hero { background: transparent;