Merged
Conversation
- Create standalone user guide at docs/mobile-user-guide.md - Add 12 screenshot placeholders with consistent naming - Create screenshot requirements in docs/images/screenshots/README.md - Add user guide to navigation in mkdocs.yml - Add prominent link on documentation homepage - Cover all main screens, settings, and features - Include Red Hat-specific callouts for internal users - Provide step-by-step instructions for common tasks The guide covers: - Getting Started (installation, login) - Main Screens (Dashboard, Sessions, Notifications, Settings) - Key Features (real-time monitoring, offline mode, themes) - Settings & Preferences (appearance, notifications, repos, profile) - Tips & Troubleshooting 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
29 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a comprehensive mobile user guide for end users of the ACP Mobile app. The guide covers all main screens, available settings, key features, and troubleshooting with placeholder markers for screenshots.
What was added
1. Comprehensive User Guide (
docs/mobile-user-guide.md)2. Screenshot Infrastructure
docs/images/screenshots/directory createddocs/images/screenshots/README.mdwith naming conventions and requirementsmobile-{feature}-{variant}.pngnaming3. Documentation Integration
mkdocs.ymldocs/index.mdhomepagemkdocs buildScreenshot Placeholders
The guide includes 12 placeholder screenshots with consistent naming:
mobile-login-oauth.png- OAuth login screenmobile-dashboard-main.png- Main dashboard viewmobile-dashboard-offline.png- Dashboard with offline bannermobile-sessions-list.png- Sessions listmobile-sessions-filters.png- Filter chipsmobile-session-detail.png- Session detailsmobile-notifications.png- Notifications screenmobile-settings-main.png- Settingsmobile-settings-appearance.png- Theme settingsmobile-settings-notifications.png- Notification prefsmobile-settings-repos.png- Repo managementmobile-connection-status.png- Connection indicatorNext Steps
To complete the user guide:
docs/images/screenshots/README.mddocs/images/screenshots/directoryPreview
The user guide can be viewed locally with:
Files Changed
docs/mobile-user-guide.md- Main user guide (new)docs/images/screenshots/README.md- Screenshot requirements (new)docs/images/screenshots/.gitkeep- Directory marker (new)mkdocs.yml- Added navigation entrydocs/index.md- Added prominent linkTesting
mkdocs build/mobile-user-guide/This completes the user-facing documentation portion of the mobile documentation initiative!
🤖 Generated with Claude Code