add clear link to api docs

This commit is contained in:
mbecker20
2024-07-10 02:33:14 -07:00
parent 2202835d86
commit f443294818
2 changed files with 4 additions and 1 deletions

3
docsite/docs/api.md Normal file
View File

@@ -0,0 +1,3 @@
# API
Monitor Core exposes an http API to read data, write configuration, and execute actions. The API documentation is generated from the code and is [available here](https://docs.rs/monitor_client/latest/monitor_client/api/index.html).

View File

@@ -57,7 +57,7 @@ const sidebars: SidebarsConfig = {
},
"sync-resources",
"permissioning",
"file-paths",
"api",
],
};