diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 49d61410..e9134ce3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Deploy docs content to Pages +name: Deploy docs content to Pages 2 on: push: @@ -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 diff --git a/Sources/XMTP/Client.swift b/Sources/XMTP/Client.swift index 14f24bd9..76a0dbda 100644 --- a/Sources/XMTP/Client.swift +++ b/Sources/XMTP/Client.swift @@ -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: ///