diff --git a/docsite/docs/api.md b/docsite/docs/api.md new file mode 100644 index 000000000..16bdf9428 --- /dev/null +++ b/docsite/docs/api.md @@ -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). \ No newline at end of file diff --git a/docsite/sidebars.ts b/docsite/sidebars.ts index 79f716d68..d62b5b4d3 100644 --- a/docsite/sidebars.ts +++ b/docsite/sidebars.ts @@ -57,7 +57,7 @@ const sidebars: SidebarsConfig = { }, "sync-resources", "permissioning", - "file-paths", + "api", ], };