8000 GitHub - ev3dev-lang-java/docs at 82a11aee79f6000290128a9ec7e1b504bf95f2a0
[go: up one dir, main page]

Skip to content

ev3dev-lang-java/docs

Repository files navigation

ev3dev-lang-java / docs

Documentation about the project.

To generate in local the documentation, execute the following commands:

./gradlew -t asciidoctor
./gradlew livereload & 

python -m SimpleHTTPServer 8000 &


If you open the document in a Web browser with the live reload plugin, you could see the changes.
0