Skip to content

Commit 58c1f79

Browse files
committed
Re-organize DocC
- Moved more objects to their appropriate places. - Added note in SessionDebuggable.
1 parent e5ad70c commit 58c1f79

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Sources/ATProtoKit/ATProtoKit.docc/Extensions/ATProtoError.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
- ``ATEventStreamError``
1414
- ``WebSocketFrameMessageError``
1515
- ``CBORProcessingError``
16+
- ``ApplSecureKeychainError``
17+
- ``ATKeychainError``
18+
- ``GetOriginalPostsFromQuotePostsError``

Sources/ATProtoKit/ATProtoKit.docc/Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ ATProtoKit is fully open source under the [MIT license](https://github.com/Maste
139139
- ``ATProtoTools``
140140
- <doc:DateFormatting-PropertyWrapper>
141141
- ``ATFacetParser``
142+
- <doc:SessionDebuggableArticle>
143+
- ``SessionDebuggable``
144+
- ``ConsoleDebugger``
145+
- ``Truncatable``
142146

143147
@Comment {
144148
The following should be added:

Sources/ATProtoKit/Utilities/Logging/SessionDebuggable.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import Foundation
2222
/// ```swift
2323
/// await APIClientService.shared.setLogger(ConsoleDebugger())
2424
/// ```
25+
///
26+
/// - Note: Learn more about this protocol by reading "<doc:SessionDebuggableArticle>."
2527
public protocol SessionDebuggable: Sendable {
2628

2729
/// Creates a log immediately before an HTTP request is sent.

0 commit comments

Comments
 (0)