scalabridge / curriculum

materials and resources for workshop curriculum
19 stars 20 forks source link

Document website deploy process / remove outdated import #38

Open ericluria opened 7 years ago

ericluria commented 7 years ago

There's an outdated import in the documentation, but before fixing I'd like to know whether the HTML is generated or if it should be edited manually. Also, is there a deploy process? If not, maybe using GitHub pages would be a good way to keep the documentation up to date?

As for the import, there are 11 instances of import doodle.jvm.Java2DCanvas._, which yield the following error:

<console>:41: error: object Java2DCanvas is not a member of package doodle.jvm
Note: class Java2DCanvas exists, but it has no companion object.
       import doodle.jvm.Java2DCanvas._
                         ^

One of the volunteers from BridgeWater suggested replacing it with import doodle.jvm.Java2DFrame._, but I'm not sure when or if it's necessary.