Skip to content
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
4 changes: 4 additions & 0 deletions Sources/OAuthKit/OAuthKit.docc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Explore advanced OAuth configuration options such as Keychain protection and pri

@Metadata {
@PageKind(article)
@PageImage(
purpose: card,
source: "config-card",
alt: "OAuthKit Framework Configuration")
@PageColor(red)
@Available(iOS, introduced: "18.0")
@Available(macOS, introduced: "15.0")
Expand Down
4 changes: 4 additions & 0 deletions Sources/OAuthKit/OAuthKit.docc/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Learn how to create an observable OAuth instance and start an authorization flow

@Metadata {
@PageKind(article)
@PageImage(
purpose: card,
source: "gettingStarted-card",
alt: "Getting Started with OAuthKit")
@PageColor(yellow)
@Available(iOS, introduced: "18.0")
@Available(macOS, introduced: "15.0")
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Sources/OAuthKit/OAuthKit.docc/SampleCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Integrate OAuthKit into a multiplatform app with support for iOS, macOS, tvOS, v
url: "https://github.com/codefiesta/OAuthSample"
)
@PageKind(sampleCode)
@PageImage(
purpose: card,
source: "blueprint-card",
alt: "OAuthKit Sample Code")
@Available(iOS, introduced: "18.0")
@Available(macOS, introduced: "15.0")
@Available(tvOS, introduced: "18.0")
Expand Down