Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/endpoints/announcements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


::: api.endpoints.get_announcement
Original file line number Diff line number Diff line change
Expand Up @@ -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`.


---

Expand All @@ -27,4 +26,4 @@ Example error response:
```

### Endpoint Overview
::: api.endpoints
::: api.endpoints.get_calendar
4 changes: 4 additions & 0 deletions docs/endpoints/slack_bot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


::: api.endpoints.slack_events
::: api.endpoints.message_actions
3 changes: 3 additions & 0 deletions docs/endpoints/wikithoughts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


::: api.endpoints.wikithought
Binary file added docs/images/Jumpstart_Slack_Bot_Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading