Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ev3dev-lang-java/docs

Documentation about the project
https://github.com/ev3dev-lang-java/docs

documentation ev3 ev3-robot ev3dev robotics robotics-libraries

Last synced: 23 days ago
JSON representation

Documentation about the project

Awesome Lists containing this project

README

        

This is the repository about the documentation about the project.

## Local development

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

[source]
----
./gradlew -t asciidoctor
----

Later, create another terminal tab and execute:

[source]
----
./gradlew livereload
----

Finally, create another terminal to serve the contents:

[source]
----
./gradlew serve
----

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

[source]
----
http://localhost:8080/index.html
----