Catch up mobile guide with 11.1.0-11.1.16 feature parity - #450
Open
digitaldiina wants to merge 1 commit into
Open
Catch up mobile guide with 11.1.0-11.1.16 feature parity#450digitaldiina wants to merge 1 commit into
digitaldiina wants to merge 1 commit into
Conversation
en/mobile/* documented only the 11.1.0 redesign and the 11.1.3 business- card scanner, missing 8 shipped releases' worth of features. Adds guide content for voice notes, the redesigned welcome screen, request relations, reply-to-a-single-message, summarize-a-request (AI Lab pilot), moving the + button, the image background remover, lead status, person-type icons, long-press complete, all-day events, company completion, and the project Links tab - each sourced to its release note's version/date, never downgrading an existing value. Corrects security.md's stale Onsite-only fingerprint-auth claim now that 11.1.12 shipped biometric login for all customers. Mirrors the refreshed "What's new" highlights into the 5 translated index.mdx stubs, which fully translate that section rather than only linking out. Also fixes a pre-existing -screenshot/-app-screen alt-tag mismatch on a reused Mobile CRM screenshot, in both the guide and release-notes/mobile/v11.mdx.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
en/mobile/*(the Mobile CRM user guide) was pinned to the 11.1.0 redesign plus the 11.1.3 business-card scanner, with zero coverage for 8 shipped releases since. This adds guide content for every in-scope feature:security.md's stale claim that fingerprint auth is Onsite-only (11.1.12)Each touched file's
so_version/dateis sourced from the release note that introduced the feature, taking the max of current vs. sourced value per field (never downgraded).Out of scope, explicitly: "birthday cheer" (claimed for 11.1.16 in the original issue, but no matching entry exists anywhere in
release-notes/mobile/v11.mdx); the release-notes page itself (tracked separately under #332); 11.1.14/11.1.15 (hotfix-only, no user-facing feature).Also included
{lang}/mobile/index.mdxstubs - they turned out to fully translate that section rather than just linking out to English.-screenshot/-app-screenalt-tag mismatch on a reused Mobile CRM screenshot, in both the guide andrelease-notes/mobile/v11.mdx.en/mobile/snippets/remove-image-background.md, following this repo's only existing snippet-import precedent - confirmedtools/ci/sync-recent-pages.py'sis_snippet()check correctly excludes it from the homepage "what's new" auto-detect.Screenshot status
security.md) - shipping text-only for now.project/index.mdx(opened directly - genuinely depicts Project members); not reused oncompany/index.mdx/sale/index.mdx, which ship text-only.media/loc/en/mobile/.Closes #343
Test plan
mint validate- clean (only the pre-existing, unrelated.scratch/warning)markdownlint-cli2on all 22 touched files - zero new issues (3 pre-existing MD053 false positives on links inside<Note>blocks, confirmed present onmainalready, one of which -#7inrequest/index.mdx- is a new instance of that same tolerated class)sync-recent-pages.pydoesn't pick up the new snippet file on this branch's real diff<Tip>/<Note>/imported-snippet components render correctly, translated stubs render correctly in all 5 languages