AntonioLoureiro / VueJS.jl

Julia web app builder using Vue.js
Other
12 stars 3 forks source link

Documentation and docs workflow improvements #97

Closed charlieIT closed 2 years ago

charlieIT commented 2 years ago

Documentation under Live Examples are currently generated from text based Dicts under docs/example.jl, which are later parsed as code.

Current implementation requires that individual lines of executable code be separated by newline chars and limits the ability to highlight code portions or insert explanatory comments.

Proposal is to, instead, create binary files that can also be used for visual display, as string. Binary files are not bound by above restrictions and can be leveraged to improve the visual representation of a page's code.

Proposed changed aim to improve the code base and overall example quality whilst keeping intended functionality.

Proposed improvements

Current limitations