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

Skip to content

ev3dev-lang-java/docs

Repository files navigation

ev3dev-lang-java / docs

This is the repository about the documentation about the project.

Local development

To test in local, in the terminal view of Intellij execute:

./gradlew -t asciidoctor

Later, create another terminal tab and execute:

./gradlew livereload

Finally, create another terminal to serve the contents:

python -m SimpleHTTPServer 8000

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

http://localhost:8000/build/docs/html5/
0