Skip to content

Commit

Permalink
Use second level headings for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
miniBill committed Dec 13, 2024
1 parent a7925da commit f73d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli.elm
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ generateFilesFromOpenApiSpecs configs =
|> Dict.toList
|> List.concatMap
(\( ( _, group ), decls ) ->
[ Elm.docs ("# " ++ group)
[ Elm.docs ("## " ++ group)
, Elm.group (List.map .declaration decls)
]
)
Expand Down

0 comments on commit f73d883

Please sign in to comment.