Fix the documentation build (#5704)
In #5678, I thought that the extra README that eventually ended up in `cvat-sdk/docs/README.md` was unused, which turned out to be not quite true. One section from it _was_ used to generate the online API index page. Since I removed the file, the online docs now fail to build. Rather than restore the entire README, restore just that one section as a standalone file. This achieves the same result as before, but with simpler code.main
parent
86a0d51430
commit
4c32be5c9b
@ -0,0 +1,6 @@
|
|||||||
|
All URIs are relative to _{{basePath}}_
|
||||||
|
|
||||||
|
Class | Method | HTTP request | Description
|
||||||
|
------------ | ------------- | ------------- | -------------
|
||||||
|
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}_{{classname}}_ | [**{{>operation_name}}**](apis/{{classname}}#{{>operation_name}}) | **{{httpMethod}}** {{path}} | {{summary}}
|
||||||
|
{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
|
||||||
Loading…
Reference in New Issue