Skip to content

Commit 6e9b129

Browse files
DOC-5922 updated NRedisStack prod usage checklist
1 parent cf443e9 commit 6e9b129

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/develop/clients/dotnet/produsage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Each item in the checklist below links to the section
2424
for a recommendation. Use the checklist icons to record your
2525
progress in implementing the recommendations.
2626

27-
{{< checklist "dotnetprodlist" >}}
28-
{{< checklist-item "#event-handling" >}}Event handling{{< /checklist-item >}}
29-
{{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
30-
{{< checklist-item "#exception-handling" >}}Exception handling{{< /checklist-item >}}
31-
{{< checklist-item "#retries" >}}Retries{{< /checklist-item >}}
32-
{{< /checklist >}}
27+
```checklist {id="dotnetprodlist"}
28+
- [ ] [Event handling](#event-handling)
29+
- [ ] [Timeouts](#timeouts)
30+
- [ ] [Exception handling](#exception-handling)
31+
- [ ] [Retries](#retries)
32+
```
3333

3434
## Recommendations
3535

0 commit comments

Comments
 (0)