You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
A JavaScript tool that generates documentation websites on the fly. It does not generate static html files. Instead, it loads and parses Markdown files and displays them as a website.
Requires JavaScript, harder to search. There's 9 pull requests about docsify updates.
update all .kt files adding fun main() and unifying style
make dev branch become main branch so the source code of the guide is easier to find and to contribute to. The produced content should be in a new generated branch.
docsify
A JavaScript tool that generates documentation websites on the fly. It does not generate static html files. Instead, it loads and parses Markdown files and displays them as a website.
Requires JavaScript, harder to search. There's 9 pull requests about docsify updates.
jekyll
A Ruby tool that converts Markdown into static html files. Integrated into GitHub.
Currently a docker image with docsify is used. Even if GitHub provides Jekyll, a docker image of Jekyll would be good for local testing.
A vague list of tasks:
read https://github.com/envygeeks/jekyll-docker/blob/master/README.md Maybe this tutorial helps. GitHub pages seems to use Jekyll version 3.9.0.Copy https://github.com/openrndr/orml/blob/master/docs/run.shdocker pull jekyll/jekyll
fun main()
and unifying stylegenerated
branch.ORML
The https://github.com/openrndr/orml repo already uses jekyll and can be used as inspiration. Here the result: https://orml.openrndr.org/ See:
The text was updated successfully, but these errors were encountered: