Skip to content

Commit

Permalink
Fix missing TOC entries and page header typo (#7098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Feb 15, 2024
1 parent b62c596 commit 18247e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit 18247e1

Please sign in to comment.