diff --git a/docs/endpoints/announcements.md b/docs/endpoints/announcements.md new file mode 100644 index 0000000..e37ec0d --- /dev/null +++ b/docs/endpoints/announcements.md @@ -0,0 +1,3 @@ + + +::: api.endpoints.get_announcement \ No newline at end of file diff --git a/docs/endpoints/endpoints.md b/docs/endpoints/calendar_endpoint.md similarity index 71% rename from docs/endpoints/endpoints.md rename to docs/endpoints/calendar_endpoint.md index bb11cca..b525bd8 100644 --- a/docs/endpoints/endpoints.md +++ b/docs/endpoints/calendar_endpoint.md @@ -2,8 +2,7 @@ ### Overview -This API provides endpoints for securely storing, retrieving, and deleting Snyk credentials using OpenBao (Vault) and Redis as backends. -All endpoints are versioned under `/credentials` and `/cache`. + --- @@ -27,4 +26,4 @@ Example error response: ``` ### Endpoint Overview -::: api.endpoints \ No newline at end of file +::: api.endpoints.get_calendar \ No newline at end of file diff --git a/docs/endpoints/slack_bot.md b/docs/endpoints/slack_bot.md new file mode 100644 index 0000000..5766bbc --- /dev/null +++ b/docs/endpoints/slack_bot.md @@ -0,0 +1,4 @@ + + +::: api.endpoints.slack_events +::: api.endpoints.message_actions \ No newline at end of file diff --git a/docs/endpoints/wikithoughts.md b/docs/endpoints/wikithoughts.md new file mode 100644 index 0000000..15483c2 --- /dev/null +++ b/docs/endpoints/wikithoughts.md @@ -0,0 +1,3 @@ + + +::: api.endpoints.wikithought \ No newline at end of file diff --git a/docs/images/Jumpstart_Slack_Bot_Logo.png b/docs/images/Jumpstart_Slack_Bot_Logo.png new file mode 100644 index 0000000..bf44128 Binary files /dev/null and b/docs/images/Jumpstart_Slack_Bot_Logo.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 7b27659..abb9d23 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,7 +39,10 @@ nav: - Home: index.md - Getting Started: getting-started/getting-started.md - Endpoints: - - v1: endpoints/endpoints.md + - Calendar: endpoints/calendar_endpoint.md + - Announcements: endpoints/announcements.md + - Slack Bot: endpoints/slack_bot.md + - Wiki Thoughts: endpoints/wikithoughts.md - Scripts: - Setup: getting-started/setup.md