Skip to content

Commit d656a18

Browse files
committed
docs: refresh RocketSim 15 documentation
Document the new RocketSim 15 feature set across the docs site, including the post editor, reset keychain, network prompt exports, and the build insights agent skill. Update screenshots and supporting copy so the published guides match the current product experience.
1 parent a400a72 commit d656a18

37 files changed

+328
-32
lines changed

docs/astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export default defineConfig({
135135
items: [
136136
{ slug: "docs/features/capturing/screenshots" },
137137
{ slug: "docs/features/capturing/recordings" },
138+
{ slug: "docs/features/capturing/post-editor" },
138139
{ slug: "docs/features/capturing/floating-thumbnail" },
139140
{ slug: "docs/features/capturing/app-store-connect-optimization" },
140141
{ slug: "docs/features/capturing/touch-indicators" },

docs/src/collections/feature-page/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: "Accessibility"
33
description: "Test accessibility with environment overrides, VoiceOver Navigator, and dynamic text controls."
44
hero:
55
title: "Accessibility"
6-
subtitle: "Make your app accessible to everyone"
6+
subtitle: "Verify accessibility faster with overlays, navigator controls, and environment testing"
77
---

docs/src/collections/feature-page/app-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "App Actions"
3-
description: "Configurable quick actions for deeplinks, push notifications, locations, permissions, and more."
3+
description: "Configurable quick actions for deeplinks, push notifications, locations, permissions, reset keychain, and more."
44
hero:
55
title: "App Actions"
6-
subtitle: "Configurable actions to boost your development speed"
6+
subtitle: "Configurable actions to boost your development speed and clear app state faster"
77
bento:
88
enable: true
99
list:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Networking"
3-
description: "Monitor network requests in realtime, control network speed, and simulate airplane mode."
3+
description: "Monitor network requests in realtime, export prompt-ready debugging context, control network speed, and simulate airplane mode."
44
hero:
55
title: "Networking"
6-
subtitle: "Inspect, throttle, and control your app's network traffic"
6+
subtitle: "Inspect, export, throttle, and control your app's network traffic"
77
---

docs/src/collections/feature-page/screenshots-recordings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Screenshots & Recordings"
3-
description: "Create professional screenshots and recordings with device bezels, touch indicators, and App Store Connect optimization."
3+
description: "Create professional screenshots and recordings with device bezels, touch indicators, a built-in post editor, and App Store Connect optimization."
44
hero:
55
title: "Screenshots & Recordings"
6-
subtitle: "Professional captures that make your app shine"
6+
subtitle: "Professional captures you can polish after recording"
77
bento:
88
enable: true
99
list:

docs/src/collections/feature/01-network-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ asset:
1414
caption: "Network Monitoring is made possible by [Pulse](https://github.com/kean/Pulse), an open-source project created by [Alex Grebenyuk](https://github.com/kean)."
1515
---
1616

17-
Explore JSON responses, request headers, metrics, copy cURL requests, and much more.
17+
Explore JSON responses, request headers, metrics, copy cURL requests, export redacted summaries, and generate prompt-ready debugging context.

docs/src/collections/feature/11-quick-actions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ asset:
1010
columnSpan: 6
1111
---
1212

13-
**Configurable actions** for Deeplinks (Universal Links), Push Notifications, and locations. Control permissions.
13+
**Configurable actions** for Deeplinks (Universal Links), Push Notifications, locations, permissions, and quick state resets.
1414

1515
- **Bundle Identifier based:** actions automatically show up for recent builds
1616
- Quickly test **Locations, Push Notifications, and Deeplinks**
17+
- Use **Reset Keychain** to clear stubborn authentication state faster

docs/src/collections/feature/15-professional-captures.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ asset:
1010
columnSpan: 6
1111
---
1212

13-
**Capture** MP4, GIF, or PNG.
13+
**Capture and polish** MP4, GIF, or PNG.
1414

1515
- You'll blow away your colleagues after **adding device bezels** to your screenshots & videos
1616
- Apply a custom ratio like 16:9 to **create social media assets**
17+
- Fine-tune the result afterwards with the built-in **Post Editor**
1718
- **Touches** make a difference in telling a story. Share professional recordings of a new feature with your friends and colleagues
1819
- Create easy-to-follow demos by using **Touch Attention Mode**.
1920
- **Optimize for App Store Connect App Previews** and stop wasting time using tools like FFmpeg to conform to the [App Preview specifications](https://help.apple.com/app-store-connect/?lang=en/#/dev4e413fcb8).

docs/src/collections/feature/20-voiceover-navigator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ VoiceOver Navigator keeps you in the Simulator. It overlays numbered labels on e
2121
- **Search** — find elements by name or type
2222
- **Rotor** — manually select which rotor category to use
2323
- **Overlay** — turn the numbered overlay on or off
24+
- **Stay in flow** — verify accessibility behavior without moving to a physical device
2425

2526
No device, no gestures, no context switch. You get a much quicker loop for checking VoiceOver behavior while you develop.

docs/src/content/docs/docs/features/accessibility/voiceover-navigator.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "VoiceOver Navigator"
33
description: "Visualize VoiceOver element order on the iOS Simulator with numbered overlays. Navigate elements with keyboard shortcuts and verify reading order without a device."
44
---
55

6-
:::note
7-
VoiceOver Navigator is available in the latest RocketSim beta. [Join the beta via TestFlight](https://testflight.apple.com/join/emGszFpq) to try it out.
8-
:::
6+
::::note
7+
VoiceOver Navigator is available as a Pro feature in RocketSim 15.
8+
::::
99

1010
Testing VoiceOver used to mean grabbing a physical device, enabling VoiceOver, and swiping through your app. VoiceOver Navigator lets you stay in the Simulator: you get a visual overlay of the accessibility element order and keyboard-driven navigation, so you can verify reading order and rotor behavior without leaving your flow.
1111

1212
## Introduction to the VoiceOver Overlay
1313

14-
When you open the **Voice Over** tab in RocketSim’s side window, you can turn on **Elements Overlay**. Numbered labels appear on each accessibility element in the same order VoiceOver would use on a real deviceso you can see at a glance whether your reading order makes sense. The panel lists every element with its role (e.g. Button, Heading, StaticText) and the total count. Use the **Rotor** dropdown to filter by category (e.g. Headings, Buttons) or leave it on **All Elements**. **Refresh** updates the list after the app’s UI changes.
14+
When you open the **Voice Over** tab in RocketSim’s side window, you can turn on **Elements Overlay**. Numbered labels appear on each accessibility element in the same order VoiceOver would use on a real device, so you can see at a glance whether your reading order makes sense. The panel lists every element with its role, such as **Button**, **Heading**, or **StaticText**, plus the total count. Use the **Rotor** dropdown to filter by category or leave it on **All Elements**. **Refresh** updates the list after the app’s UI changes.
1515

1616
![VoiceOver overlay showing numbered elements on the Simulator and the Elements Overlay panel with Rotor and Voice Over Elements list.](./voiceover-navigator/voiceover-overlay.png)
1717

@@ -23,11 +23,11 @@ In navigation mode, the overlay stays on screen and the panel shows the same ele
2323

2424
- **↑↓** — Move to the previous or next element in VoiceOver order
2525
- **←→** — Switch between rotor categories (like swiping on device)
26-
- **⏎ Enter** — Activate the focused element (e.g. tap a button); the app navigates and the overlay updates
26+
- **⏎ Enter** — Activate the focused element (for example, tap a button); the app navigates and the overlay updates
2727
- **Esc** — Exit navigation mode
2828

2929
You can search for elements, change the rotor category from the dropdown, and turn the overlay on or off from the panel. When you’re done, **Stop Navigating** returns you to the overlay-only view.
3030

3131
![VoiceOver navigation mode with keyboard shortcuts (↑↓ ←→ ⏎ Esc), focused element highlighted in the list, and numbered overlay on the Simulator.](./voiceover-navigator/voiceover-navigation.png)
3232

33-
No device, no gestures, no context switch — you get a much quicker loop for checking VoiceOver behavior while you develop.
33+
No device, no gestures, no context switch. You get a much quicker loop for checking reading order, rotor groupings, and activation flow while you develop.

0 commit comments

Comments
 (0)