realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.36k stars 413 forks source link

How to integrate jazzy with docusaurus? #1316

Closed monica-m-ps closed 2 years ago

monica-m-ps commented 2 years ago

I have a whole bunch of documentation in docusaurus. Also added APIs generated with redocly. Now next I want to generate ios reference docs using docusaurus. Can someone please help?

I have generated the files locally. But how to add to the build? I have looked everywhere but unable to find.

johnfairh commented 2 years ago

Jazzy generates static websites from Swift/ObjC modules and markdown using mustache templates.

You can edit the output html, customise the theme (mustache templates) or ask for help from those other tools about integrating static sites into their output.

johnfairh commented 2 years ago

Closing, answered/inactive.