Closed argjiramala-tomtom closed 9 months ago
Yes it's a valid feature to create documentation for multiple modules at once, so you could write jazzy --modules ModuleA,ModuleB
and get a complete docs site.
Issue #564 is the tracker for this.
The general top-level issues that I remember are:
If all you want from jazzy is the output of your prototype then I think you should just use custom_categories
to organise the combined sourcekitten JSON site -- you could write a script to generate that from the JSON if you didn't want to maintain it.
It is disappointing that DocC hasn't addressed this use case yet but Apple did talk about working on it fairly recently - there's a good chance it will appear in the next couple of years.
Continued in #1379
π Hey jazzy community!
I wanted to share a feature proposal for enhancing the Jazzy experience for our TomTomSDK API reference. Currently, Jazzy is used to build the API references for our navigation app, but it doesn't fully meet our needs. Here's what we have and what we need:
π What we currently have for API Reference documentation: We have a custom index.html page that combines all the modules into a single list. You can check it out here: link to current documentation
π What we need: We want to provide a better user experience when navigating between APIs from different modules. We would like to have seamless navigation, similar to what Jazzy already offers within a single module.
π‘ Concept:
π€ Questions:
π What does this PR (Pull Request) contain? Here's a breakdown of the changes we made: precondition (Generate .json files using SourceKitten, following the instructions in the Jazzy repository)
Please note that this implementation is still a work in progress and may not cover all cases, but it illustrates what we aim to achieve.
We appreciate your feedback and suggestions on how to improve this feature proposal.