Custom modules categories based on json files #1363
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👋 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:
![Screenshot 2023-09-07 at 16 51 47](https://private-user-images.githubusercontent.com/106680087/266356307-c50ed5a2-7469-48d1-972f-0e4304c2bab3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjAzOTAsIm5iZiI6MTczOTAyMDA5MCwicGF0aCI6Ii8xMDY2ODAwODcvMjY2MzU2MzA3LWM1MGVkNWEyLTc0NjktNDhkMS05NzJmLTBlNDMwNGMyYmFiMy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMzA4MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01YzYxNDA0OWY4M2MyNzVmNTg1MjljOTU0MDk5N2M4YWQ2YjVlZTE3N2Q2N2E5Y2RlMzNkNDg0OTMwMzVjYmIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.lFLMfhYWepIsk50MWtr3j_3gjN-gmVnaITMzLEJmHs8)
![Screenshot 2023-09-07 at 16 51 59](https://private-user-images.githubusercontent.com/106680087/266356325-e4cc078d-f83a-42eb-a8c3-a1b81f32bfc4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjAzOTAsIm5iZiI6MTczOTAyMDA5MCwicGF0aCI6Ii8xMDY2ODAwODcvMjY2MzU2MzI1LWU0Y2MwNzhkLWY4M2EtNDJlYi1hOGMzLWExYjgxZjMyYmZjNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMzA4MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1lZGZkODljZTIxZWJkY2UwMTkwYzM5MmI1NDI1NmY0YzVlNmM4YWI4YzYzMjQ0MmRiMjBmNWJjYzI4YmMzOWY0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.yJDXMe5ayZ5Et00LK7Z9WHsf07xTbitFvWcvo_n2JLQ)
🤔 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.