| 1 | namespace AgentForge.Plugin.View.Components.Layout; |
| 2 | |
| 3 | internal static class ForgeViewHeaderUtils |
| 4 | { |
| 5 | public static string Render() => |
| 6 | ForgeHtml.Nav("header-utils", "Utilities", |
| 7 | ForgeHtml.A("/health", "health"), |
| 8 | ForgeHtml.A("/openapi/v1.json", "API")); |
| 9 | } |
| 10 | |
View only · write via MCP/CIDE