Skip to content

docs(android): Update UI Kit v6 docs to 6.0.8 - #498

Open
ashfaqcometchat wants to merge 1 commit into
mainfrom
docs/android-v6-6.0.8
Open

docs(android): Update UI Kit v6 docs to 6.0.8#498
ashfaqcometchat wants to merge 1 commit into
mainfrom
docs/android-v6-6.0.8

Conversation

@ashfaqcometchat

Copy link
Copy Markdown
Contributor

Summary

Automated sync of Android UI Kit v6 documentation from uikit-android.

Version: 6.0.8
Source PR: https://github.com/cometchat-team/uikit-android/pull/901


This PR was automatically created by the docs sync workflow.

@mintlify

mintlify Bot commented Sep 8, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
cometchat 🟢 Ready View Preview Sep 8, 2026, 4:09 AM

💡 Tip: Enable Automations to automatically generate PRs for you.

@raj-dubey1

Copy link
Copy Markdown
Contributor

Docs review — Android UI-Kit v6 → 6.0.8

Verdict: request changes. Also flagging: this is a UI-Kit version-bump PR, not a Calls SDK / mobile-calling correction — it was reviewed alongside the calling-docs batch but is a different kind of change.

63 new files under ui-kit/android/v6/, +23,976 / −0 (all Added, 0 modified).

🔴 P0 — the new pages are unreachable (dead on arrival)

docs.json:7269-7275 already carries a redirect:

/ui-kit/android/v6        → /ui-kit/android
/ui-kit/android/v6/:slug* → /ui-kit/android/:slug*

The live UI Kit is served from ui-kit/android/ (wired into nav). Every new /ui-kit/android/v6/<page> URL 30x-bounces to /ui-kit/android/<page>, and none of the new pages are added to navigation. So the entire 23,976-line payload is unreachable — 63 orphans behind a redirect. (The analyzer reported "0 orphans" only because it checks the current ui-kit/android/ nav path, not this shadowed sibling.)

🔴 P0 — the version bump isn't actually performed

grep "6.0.8" across the PR = 0 hits. Every Gradle snippet in the new pages pins 6.0.0 (getting-started.mdx:91,135,146, getting-started-kotlin.mdx:96, getting-started-jetpack.mdx:101, calling-integration.mdx:22,31, call-features.mdx:36,45); the live ui-kit/android/ pages pin 6.0.3. Neither the new copy nor the live one says 6.0.8.

🟡 P1

  • Stray editor artifact committed: ui-kit/android/v6/overview copy.mdx (105 lines) — a "copy" of overview, and stale (documents v5 chat-uikit-android + "19 languages"). Must not ship.
  • Duplication + contradiction with the live tree: the new v6/ pages say minSdk 24; the live ui-kit/android/overview.mdx says minSdk 28.
  • 144 in-prose cross-links target /ui-kit/android/v6/… (bounced by the redirect); 7 leak straight to the live path.

✅ Passed

Existing-tree nav integrity (0 unresolved pages refs); all 144 referenced images exist; redirects count unchanged (no new live-URL 404s); no TODO/placeholder leftovers; config is docs.json.

Decision needed

Where does v6 live? If it's ui-kit/android/, these files should modify/replace the live pages, the /v6/ redirect should be removed (or nav pointed at /v6/), nav wired, and the version actually set to 6.0.8 — then delete overview copy.mdx and reconcile minSdk.


Automated docs-PR review (Claude Code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants