We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8852cdb commit 5ff7292Copy full SHA for 5ff7292
2 files changed
.github/workflows/Tests.yml
@@ -37,7 +37,7 @@ jobs:
37
persist-credentials: false
38
- uses: maxim-lobanov/setup-xcode@v1
39
with:
40
- xcode-version: '26.1.0-beta'
+ xcode-version: '26.2'
41
- uses: ruby/setup-ruby@v1
42
43
ruby-version: 3.3
README.md
@@ -358,7 +358,7 @@ of the modules being documented.
358
359
Three themes are provided with jazzy: `apple` (default), `fullwidth` and `jony`.
360
361
-* `apple` example: <https://realm.io/docs/swift/latest/api/>
+* `apple` example: <https://johnfairh.github.io/demo-jazzy-apple-theme/>
362
* `fullwidth` example: <https://reduxkit.github.io/ReduxKit/>
363
* `jony` example: <https://harshilshah.github.io/IGListKit/>
364
0 commit comments