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
Recently luminus gained support for creating a project built with boot. Right now, understandably, the luminus website only has documentation for lein projects. It would be great to document how to use boot with luminus as well.
What would be the best way to go about this?
We could simply have both in one page, but for pages like the ClojureScript documentation, this takes up a lot of space, since we need to specify the boot tasks required and the commands to run them (including adding an app.cljs.edn file). There aren't too many pages like this, so it may be worth just giving people a bit more to read through.
Alternatively, we could consider adding javascript or clojurescript to the project and allowing users to set whether or not they use boot or lein, and then displaying only the documentation for that version. This is a bit more complicated, and thus more likely to break, but cleaner to the end user if doesn't break.
The text was updated successfully, but these errors were encountered:
This could be done directly in the markdown docs. Then, the script in the page could check if the classes exist and add a button to toggle their visibility.
Recently luminus gained support for creating a project built with boot. Right now, understandably, the luminus website only has documentation for lein projects. It would be great to document how to use boot with luminus as well.
What would be the best way to go about this?
We could simply have both in one page, but for pages like the ClojureScript documentation, this takes up a lot of space, since we need to specify the boot tasks required and the commands to run them (including adding an app.cljs.edn file). There aren't too many pages like this, so it may be worth just giving people a bit more to read through.
Alternatively, we could consider adding javascript or clojurescript to the project and allowing users to set whether or not they use boot or lein, and then displaying only the documentation for that version. This is a bit more complicated, and thus more likely to break, but cleaner to the end user if doesn't break.
The text was updated successfully, but these errors were encountered: