Markdown generator for IOS SDKs #10860
Replies: 1 comment 1 reply
-
That looks like a quite specific need. Related to a broader issue: #1059 If you already use Jazzy, and it works well for you, why do you need to use Docusaurus and Markdown? My assumption is that you want to co-locate SDK reference API docs with guides, tutorials and other pages in a single site. The easiest possibility would be to "embed" the HTML output of Jazzy inside a Docusaurus site layout through iframes, would it work for your use-case? |
Beta Was this translation helpful? Give feedback.
-
I currently maintain an iOS SDK and use jazzy to generate HTML documentation. I'm now looking for a tool or plugin that can generate markdown documentation compatible with Docusaurus. The SDK involves both Objective-C and Swift files, so I need a tool that can handle parsing both languages effectively.
I've tried using sourcedoc, which works well for a Swift-only SDK, but it doesn’t fully meet our needs for the ClientSDK, which is primarily implemented in Objective-C. Additionally, we need a way to avoid exposing certain internal APIs that are marked as public in the generated documentation.
Would love to hear what tools others are using 😄
Beta Was this translation helpful? Give feedback.
All reactions