-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write Documentation for Onyx Lang #99
Comments
Answer to #80 (comment) - continued here for separation of concerns of issues. Less work is the best work, so obviously re-using from Crystal is good. The thing I've been changing up a bit is the static-web build chain, because I want to make it simpler to integrate in any sub-path on a web-site. Moving from Jekyll, trying Hugo (because of its' speed), but that is of course not really necessary. I'll simply find the least-amount-of-work-way to get an official repo up. I already have "onyx-lang.org" registered running on https, so that's a good place for keeping official docs. |
Also, I've written a wrapper around "pygment" that handles Onyx-highlighting using a "highlights.js" which use the Atom-onyx-grammars which in turn I generate via conversion-scripts from the sublime-onyx grammars, which I maintain side by side with changes to the onyx compiler. It's integrated into the compile-flow of Hugo. But other ways would be possible too. |
Why not show examples in Ruby? Or in Crystal? JavaScript is a bit poo; and also isn't very much like Onyx. How would I contribute to the documentation at onyx-lang.org? By which I mean: how would I actually push changes to it? |
Issue for tracking progress on documentation in general.
The text was updated successfully, but these errors were encountered: