Skip to content

feat: scaffold Android reference doc generator (no-op stub)#1186

Merged
sybohy merged 1 commit into
mainfrom
feat/android-reference-generator-scaffold
Jun 18, 2026
Merged

feat: scaffold Android reference doc generator (no-op stub)#1186
sybohy merged 1 commit into
mainfrom
feat/android-reference-generator-scaffold

Conversation

@sybohy

@sybohy sybohy commented Jun 18, 2026

Copy link
Copy Markdown
Member

What

Adds mintlify-codegen/android-reference/ — the Android counterpart of ios-reference/:

  • generate.ts — a no-op stub mirroring the iOS generator's CLI (--archive flag + DOKKA_ARCHIVE env). It writes nothing and exits 0.
  • README.md — the intended Dokka → MDX pipeline and the key design decision before implementing.

Why a stub

It lets the phone-side Android sync workflow run end-to-end safely: the stub produces no diff → no PR is opened → the carefully hand-authored Android reference pages (DOC-231) are never overwritten. The real generator lands next.

The real work (next)

Unlike Swift-DocC, Dokka 1.9 has no clean per-symbol JSON, so the open decision is which Dokka output to parse (dokkaHtmlMultiModule HTML, dokkaGfmMultiModule Markdown, or the Kotlin sources directly) — best decided against a real Dokka build's output. Details in the README.

Companion: seamapi/phone#1201.

🤖 Generated with Claude Code

The Android counterpart of mintlify-codegen/ios-reference/. Adds a no-op
generate.ts + README so the seamapi/phone Android docs-sync workflow can run
end-to-end safely while the real Dokka→MDX generator is built.

The stub accepts --archive and exits 0 without writing any files, so the sync
workflow is a safe no-op — the hand-authored Android reference pages (DOC-231)
are never overwritten. README documents the intended pipeline and the key
design decision (which Dokka output to parse).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@sybohy sybohy requested a review from a team as a code owner June 18, 2026 19:11
@sybohy sybohy merged commit 1a6dc85 into main Jun 18, 2026
10 checks passed
@sybohy sybohy deleted the feat/android-reference-generator-scaffold branch June 18, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant