This is the ARENA Documentation website giving architecture, APIs, and step-by-step instructions to use the ARENA project. This is a static site generated by Jekyll, and is deployed on push to https://docs.arenaxr.org.
make install
make update
make serve
make clean
make check
ARENA Documentation pages are written in markdown and placed in the content
directory, except for ./index.md
.
Each .md
file inside content
must have YAML Front Matter for navigation. The navigation details are determined by our theme. See the just-the-docs theme for more details about site navigation.
make serve
This will create a watcher that will update and regenerate the localhost test site and allow you to immediately preview changes formatted to HTML.
The newly generated website will be placed in the _site
directory.
Look for broken links and correct HTML using html-proofer:
make check
Callout alerts are available. Use this syntax:
{% include alert type="warning" title="Coming Soon" content="Stay tuned for more details..." %}
ARENA-web-core
arena-py Python examples
arena-unity Unity library
ARENA Runtime Supervisor (ARTS)
ATLAS
ARENA persist
ARENA Authentication backend
Posefusion
April Tag Decoding w. AR.js
Original Design Notes slides (some out of date?)