Skip to content

refactor: store documentation content in text files #60

@uAtomicBoolean

Description

@uAtomicBoolean

Currently, the documentation takes around 45-50 minutes to compile on my computer due to all the documentation pages.
The documentation content could be stored in YAML or JSON files and loaded during startup, and then the application would get the content for the current page with a callback.
The drawback from doing this is that there would be a huge if condition to manage all the widgets' presentations.

To do after Slint's 1.16 release:

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions