docs: compact layout, blue/green color coding, 1800px max-width; docs-generator SubParams support

This commit is contained in:
“Naeel”
2026-07-17 07:35:00 +04:00
parent d7e61abf2b
commit 12645b0a02
4 changed files with 204 additions and 115 deletions
+3
View File
@@ -130,6 +130,9 @@ func loadSpecs(dir string, ordered []types.ServiceMeta) []types.ServiceSpec {
if err := yaml.Unmarshal(b, &spec); err != nil {
return err
}
for i := range spec.Operations {
types.FixupSubParams(spec.Operations[i].Params)
}
specsByID[spec.ServiceID] = spec
return nil
})