Topics

Creating the hello-world topic

  1. Create a new file under the following path:
    docs-project/topics/02-hello-world.md

You just created a markdown file. If you don't know what is markdown, then, you definitely need to read this before we can continue.

  1. Now, please open the file we just created and past the following content:
    # Say hello __world__ to *arqiva*
  1. Access a command line interface pointing to the directory containing your project and run the arqiva project using the following command:
    mvn arqiva:run

The command above tells arqiva to start it's web-server on the 9610 port (configurable). Arqiva will be serving your docs from that port in the /arqiva context path.

  1. Display your new topic in a web-browser
    http://localhost:9610/arqiva/topics/hello-world.html

What to do next?

Let us show you a few more markdown syntax tricks.

Created by Emerjoin