Reinstate quick start guides with platform-specific setup details#96
Merged
Conversation
…up details Restores the 8 platform quick start guides (Android, iOS, macOS, Flutter, React Native, Expo, Ionic/Cordova, web CI) from draft to published, and replaces their shared "Adding a project" partial — which was identical across all 8 pages and added no platform-specific value — with real detail on how the project scanner detects each platform and what settings the setup wizard exposes for it, sourced from the bitrise-init scanner code. Also fixes a corrupted, currently-unused partial from the Paligo migration: "Installing dependencies for ExpoIonic/CordovaReact Native apps" had three platform names concatenated together (a Paligo variable that didn't get substituted correctly), and none of its three importing pages actually rendered it. Renamed to installing-javascript-dependencies-for-react-native- ionic-cordova-and-expo.mdx, made the content platform-agnostic, and wired the invocation into the React Native, Ionic/Cordova, and Expo guides. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…is character The "3 dots" options-menu icon was embedded as an inline image in several pages, which renders at full native resolution instead of icon size since it has no sizing applied. Replaced all 14 occurrences with "the options menu (⋮)", matching the phrasing already used consistently across the rest of the docs (tester-groups, scheduling-builds, roles-and-permissions, etc.), and removed the two now-unused source images. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
bitrise-initscanner code.Test plan
docusaurus buildcompiles cleanly for both changes, no MDX errors🤖 Generated with Claude Code