Skip to content

Commit

Permalink
final test
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent committed Dec 7, 2023
1 parent 0b32f7a commit 4220ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy docs content to Pages
name: Deploy docs content to Pages 2

on:
push:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
bundle add jazzy
- name: Generate documentation
run: bundle exec jazzy --output ./docs
run: bundle exec jazzy --output ./docs --theme=fullwidth

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion Sources/XMTP/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public struct ClientOptions {
}
}

/// Client is the entrypoint into the XMTP SDK. v1
/// Client is the entrypoint into the XMTP SDK. v2
///
/// A client is created by calling ``create(account:options:)`` with a ``SigningKey`` that can create signatures on your behalf. The client will request a signature in two cases:
///
Expand Down

0 comments on commit 4220ced

Please sign in to comment.