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
So that the tutorial rendering machinery can be maintained separately of tutorial content, the rendering machinery, including api documentation, will live in a dedicated GH repo, onyx-platform/onyx-blueprint. cf. #1
An "official" interactive tutorial will live as onyx-platform/onyx-tutorial. The browser experience will be served from GH pages, with available iterations per minor version of the Onyx runtime, starting with 0.9.x.
The official tutorial will be a community effort. I will submit a PR for its first draft, subject to the Onyx core team's approval.
Other, community-contributed tutorials will be highly encouraged. Start creating a custom tutorial as you would any ClojureScript application. Just require onyx-blueprint from Clojars (not yet though), set up your components and sections, then render your tutorial data via onyx-blueprint's api. You'll be able to use extension points to support custom tutorial ui components in addition to the default set.
Comments? Suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
So that the tutorial rendering machinery can be maintained separately of tutorial content, the rendering machinery, including api documentation, will live in a dedicated GH repo,
onyx-platform/onyx-blueprint
. cf. #1An "official" interactive tutorial will live as
onyx-platform/onyx-tutorial
. The browser experience will be served from GH pages, with available iterations per minor version of the Onyx runtime, starting with 0.9.x.The official tutorial will be a community effort. I will submit a PR for its first draft, subject to the Onyx core team's approval.
Other, community-contributed tutorials will be highly encouraged. Start creating a custom tutorial as you would any ClojureScript application. Just require
onyx-blueprint
from Clojars (not yet though), set up yourcomponents
andsections
, then render your tutorial data viaonyx-blueprint
's api. You'll be able to use extension points to support custom tutorial ui components in addition to the default set.Comments? Suggestions? Thanks!
The text was updated successfully, but these errors were encountered: