Skip to content

Commit

Permalink
Renamed files and reordered table of contents.
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Chremmou <[email protected]>
  • Loading branch information
kc284 committed Jun 21, 2024
1 parent c3aab47 commit cffd225
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Version **@xapi-version@**
- [Classes](@root@management-api/classes.html)
- [Relationships Between Classes](@root@management-api/relationships-between-classes.html)
- [Types](@root@management-api/types.html)
- [ErrorHandling](@root@management-api/api-ref-autogen-errors.html)
- [ErrorHandling](@root@management-api/api-errors.html)
2 changes: 1 addition & 1 deletion ocaml/idl/markdown_backend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ let generate_errors () =
]
in
render_file
("api_errors.mustache", "api-ref-autogen-errors.md")
("api_errors.mustache", "api-errors.md")
error_json templatesdir destdir

let all api =
Expand Down
12 changes: 6 additions & 6 deletions ocaml/idl/templates/toc.mustache
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- title: API Reference
url: @root@api-ref-autogen.html
url: @root@management-api.html
subfolderlist:
- title: Classes
url: @root@management-api/classes.html
{{#classes}}
- title: Class:{{{name}}}
url: @root@management-api/class-{{{name_lower}}}.html
{{/classes}}
- title: Relationships Between Classes
url: @root@management-api/relationships-between-classes.html
- title: Types
url: @root@management-api/types.html
{{#classes}}
- title: Class:{{{name}}}
url: @root@management-api/class-{{{name_lower}}}.html
{{/classes}}
- title: Error Handling
url: @root@management-api/api-ref-autogen-errors.html
url: @root@management-api/api-errors.html

0 comments on commit cffd225

Please sign in to comment.