Skip to content

Commit

Permalink
[Docs] Add timeout and fallback cheat sheets (#1836)
Browse files Browse the repository at this point in the history
Add timeout and fallback cheat sheets.
  • Loading branch information
peter-csala authored Dec 5, 2023
1 parent 00845d7 commit c49ab55
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/community/cheat-sheets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Cheat Sheets

Cheat sheets provide easy to use code snippets for common scenarios.

> [!NOTE]
> The below cheat sheets provide quick samples for the V8 API.
## Download

| Strategy | Pdf link |
| ------------- | :-------------: |
| Timeout | [Download](../media/timeout-cheat-sheet.pdf) |
| Fallback | [Download](../media/fallback-cheat-sheet.pdf) |
| Retry | *Coming soon* |
| Circuit Breaker | *Coming soon* |
| Hedging | *Coming soon* |
| Rate Limiter | *Coming soon* |
1 change: 1 addition & 0 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"resource": [
{
"files": [
"media/*.pdf",
"icon.png"
]
}
Expand Down
Binary file added docs/media/Fallback-cheat-sheet.pdf
Binary file not shown.
Binary file added docs/media/Fallback-cheat-sheet.pptx
Binary file not shown.
Binary file added docs/media/Timeout-cheat-sheet.pdf
Binary file not shown.
Binary file added docs/media/Timeout-cheat-sheet.pptx
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
href: community/resources.md
- name: Git workflow
href: community/git-workflow.md
- name: Cheat sheets
href: community/cheat-sheets.md

- name: API
href: api/

0 comments on commit c49ab55

Please sign in to comment.