Skip to content

Commit

Permalink
Tweak and fix DocC
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Dec 30, 2024
1 parent 4784a9e commit 4bb6d4b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension ATProtoKit {
///
/// - Note: As of now, the `algorithm` value only supports a reverse-chonological order, and
/// so the use cases of this are limited. It's best to use methods such as
/// ``getFeedGenerators(_:)`` and combine them with this method if you want to tweak how
/// ``getFeedGenerators(by:)`` and combine them with this method if you want to tweak how
/// the timeline works.
///
/// - Note: According to the AT Protocol specifications: "Get a view of the requesting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@

- ``MuteThreadRequestBody``

### app.bsky.graph.searchStarterPack

- ``SearchStarterPacksOutput``

### app.bsky.graph.starterpack

- ``StarterpackRecord``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- ``SkeletonSearchPostDefinition``
- ``SkeletonSearchActorDefinition``
- ``SkeletonSearchStarterPackDefinition``
- ``TrendingTopic``

### app.bsky.unspecced.getConfig

- ``GetConfigOutput``

### app.bsky.unspecced.getPopularFeedGenerators

Expand All @@ -19,6 +25,10 @@

- ``GetTaggedSuggestionsOutput``

### app.bsky.unspecced.getTrendingTopics

- ``GetTrendingTopicsOutput``

### app.bsky.unspecced.searchActorsSkeleton

- ``SearchActorsSkeletonOutput``
Expand All @@ -27,3 +37,7 @@

- ``SearchPostsSkeleton``
- ``SearchPostsSkeletonOutput``

### app.bsky.unspecced.searchStarterPacksSkeleton

- ``SearchStarterPackSkeletonOutput``

0 comments on commit 4bb6d4b

Please sign in to comment.