Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing TOC entries and page header typo #7098

Merged
merged 2 commits into from
Feb 15, 2024
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
2 changes: 1 addition & 1 deletion docs/articles/debugging/rules/AK1001.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: AK1001
title: Akka.Analyzers Rule AK1001 - "Should always close over `Sender` when using `PipeTo`"
---

# AK1000 - Error
# AK1001 - Error

You should always close over [`Context.Sender`](xref:Akka.Actor.IActorContext#Akka_Actor_IActorContext_Sender) when using [`PipeTo`](xref:Akka.Actor.PipeToSupport#Akka_Actor_PipeToSupport_PipeTo_System_Threading_Tasks_Task_Akka_Actor_ICanTell_Akka_Actor_IActorRef_System_Func_System_Object__System_Func_System_Exception_System_Object__)

Expand Down
4 changes: 4 additions & 0 deletions docs/articles/debugging/rules/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
href: AK1000.md
- name: AK1001
href: AK1001.md
- name: AK1002
href: AK1002.md
- name: AK1003
href: AK1003.md
- name: AK2000
href: AK2000.md
- name: AK2001
Expand Down
Loading