Skip to content

Commit

Permalink
jekyll build from Action d826147
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Mar 25, 2024
0 parents commit 9c04955
Show file tree
Hide file tree
Showing 641 changed files with 197,075 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
539 changes: 539 additions & 0 deletions 404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.arenaxr.org
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contribution Guide

The Contribution Guide for all ARENA projects can be found [here](https://docs.arenaxr.org/content/contributing.html).
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This work is licensed under a Creative Commons Attribution 4.0 International License.
https://creativecommons.org/licenses/by/4.0/legalcode
37 changes: 37 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
SHELL := /bin/bash
BUNDLE := bundle
JEKYLL := $(BUNDLE) exec jekyll
HTMLPROOF := $(BUNDLE) exec htmlproofer
PROJECT_DEPS := Gemfile

.PHONY: all check install update build serve

all: install serve

check:
$(JEKYLL) doctor
$(HTMLPROOF) --check-html \
--http-status-ignore 999,403,429 \
--assume-extension \
--allow-hash-href \
--check-favicon \
--empty-alt-ignore \
_site

install: $(PROJECT_DEPS)
$(BUNDLE) install --path _vendor/bundle

update: $(PROJECT_DEPS)
$(BUNDLE) update

build:
$(JEKYLL) build

serve:
$(JEKYLL) serve

watch:
$(JEKYLL) serve --watch

clean:
$(JEKYLL) clean
84 changes: 84 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# ARENA Documentation Website

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](https://docs.arenaxr.org).

## Local Development
* [Install Jekyll](https://jekyllrb.com/docs/installation)
* Install any new ruby packages: `make install`
* Dependencies: `make update`
* Build and test: `make serve`
* Clean build: `make clean`
* Check html: `make check`
* Preview site at [http://localhost:4000/](http://localhost:4000/).

## Content

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](https://jekyllrb.com/docs/front-matter) for navigation. The navigation details are determined by our theme. See the [just-the-docs](https://github.com/just-the-docs/just-the-docs/blob/main/docs/navigation-structure.md) theme for more details about site navigation.

## Test

```shell
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.

## Check HTML and Links

Look for broken links and correct HTML using [html-proofer](https://github.com/gjtorikian/html-proofer):

```shell
make check
```

## Alerts/Callouts
Callout alerts are available. Use this syntax:
```markdown
{% include alert type="warning" title="Coming Soon" content="Stay tuned for more details..." %}
```
- heading
- info
- tip
- warning
- danger

# ARENA-Related Repositories

- **ARENA-web-core**
- https://github.com/arenaxr/arena-web-core

- **arena-py Python examples**
- https://github.com/arenaxr/arena-py

- **arena-unity Unity library**
- https://github.com/arenaxr/arena-unity

- **ARENA Runtime Supervisor (ARTS)**
- https://github.com/SilverLineFramework/orchestrator

- **ATLAS**
- https://github.com/arenaxr/ATLAS

- **ARENA persist**
- https://github.com/arenaxr/arena-persist

- **ARENA Authentication backend**
- https://github.com/arenaxr/arena-account

- **Posefusion**
- https://github.com/conix-center/posefusion

- **April Tag Decoding w. AR.js**
- https://github.com/conix-center/AR.js/blob/master/README.md#apriltag-detection

- **[Original Design Notes slides](https://docs.google.com/presentation/d/1dc1RdlGROBYj1zIoPR8HX_RBIKn8-KRmNZscXVrdIs0/edit?ts=5dbc423f#slide=id.g606e93cce1_1_14)** (some out of date?)
- JSON message format
- PubSub topics
- Runtime notes
- Refactor
- Capability-based Access Control
- Cantrips (pre-ATLAS?)
1 change: 1 addition & 0 deletions assets/css/just-the-docs-dark.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/just-the-docs-default.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/css/just-the-docs-light.css

Large diffs are not rendered by default.

Binary file added assets/images/just-the-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/large-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/small-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/blender-gltf-export.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/blender-scene-properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/gltf-model-lod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/ui-button-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/ui-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3dcontent/ui-prompt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/404.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arb-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/architecture/arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/architecture/no-user-interaction2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/architecture/no-user-interaction3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/architecture/scene-pubsub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arena-arts-app-start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arena-authority.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arena-overview-examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/arena-stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/atlas/atlas1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/atlas/atlas2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/atlas/atlas3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/atlas/atlas4.png
Binary file added assets/img/blender/tutorial_01.png
Binary file added assets/img/blender/tutorial_02.png
Binary file added assets/img/blender/tutorial_03.png
Binary file added assets/img/blender/tutorial_04.png
Binary file added assets/img/blender/tutorial_05.png
Binary file added assets/img/blender/tutorial_06.png
Binary file added assets/img/blender/tutorial_07.png
Binary file added assets/img/blender/tutorial_08.png
Binary file added assets/img/blender/tutorial_09.png
Binary file added assets/img/blender/tutorial_10.png
Binary file added assets/img/blender/tutorial_12.png
Binary file added assets/img/blender/tutorial_13.png
Binary file added assets/img/blender/tutorial_14.png
Binary file added assets/img/blender/tutorial_15.png
Binary file added assets/img/dimension/d1.jpg
Binary file added assets/img/dimension/d2.jpg
Binary file added assets/img/dimension/d3.jpg
Binary file added assets/img/dimension/d4.jpg
Binary file added assets/img/dimension/d5.jpg
Binary file added assets/img/downscale/down1.jpg
Binary file added assets/img/downscale/down2.jpg
Binary file added assets/img/downscale/down3.png
Binary file added assets/img/downscale/down4.png
Binary file added assets/img/downscale/down5.png
Binary file added assets/img/downscale/down6.jpg
Binary file added assets/img/downscale/down7.jpg
Binary file added assets/img/downscale/down8.jpg
Binary file added assets/img/examples/attributes/attribution1.png
Binary file added assets/img/examples/attributes/attribution2.png
Binary file added assets/img/examples/attributes/blip.gif
Binary file added assets/img/examples/attributes/screenshare1.png
Binary file added assets/img/examples/attributes/screenshare2.png
Binary file added assets/img/examples/build3d.png
Binary file added assets/img/examples/objects/box.png
Binary file added assets/img/examples/objects/capsule.png
Binary file added assets/img/examples/objects/circle.png
Binary file added assets/img/examples/objects/cone.png
Binary file added assets/img/examples/objects/cylinder.png
Binary file added assets/img/examples/objects/dodecahedron.png
Binary file added assets/img/examples/objects/gltf.png
Binary file added assets/img/examples/objects/icosahedron.png
Binary file added assets/img/examples/objects/octahedron.png
Binary file added assets/img/examples/objects/plane.png
Binary file added assets/img/examples/objects/ring.png
Binary file added assets/img/examples/objects/roundedbox.png
Binary file added assets/img/examples/objects/sphere.png
Binary file added assets/img/examples/objects/splat.png
Binary file added assets/img/examples/objects/tetrahedron.png
Binary file added assets/img/examples/objects/threejs.png
Binary file added assets/img/examples/objects/torus.png
Binary file added assets/img/examples/objects/torusKnot.png
Binary file added assets/img/examples/objects/triangle.png
Binary file added assets/img/examples/program.png
Binary file added assets/img/examples/scene-graph.png
Binary file added assets/img/examples/spot-ar-qr.png
65 changes: 65 additions & 0 deletions assets/img/icons/arch.svg
Binary file added assets/img/icons/audio-off.png
Binary file added assets/img/icons/audio-on.png
Binary file added assets/img/icons/avatar-off.png
Binary file added assets/img/icons/avatar-on.png
1 change: 1 addition & 0 deletions assets/img/icons/code.svg
Binary file added assets/img/icons/down-arrow.png
Binary file added assets/img/icons/exclamation-error.png
Binary file added assets/img/icons/exclamation-warn.png
1 change: 1 addition & 0 deletions assets/img/icons/first-time.svg
Binary file added assets/img/icons/flying-off.png
Binary file added assets/img/icons/flying-on.png
1 change: 1 addition & 0 deletions assets/img/icons/hosting.svg
Binary file added assets/img/icons/landmarks.png
Binary file added assets/img/icons/left-arrow.png
Binary file added assets/img/icons/logout.png
Binary file added assets/img/icons/message.png
Binary file added assets/img/icons/options.png
1 change: 1 addition & 0 deletions assets/img/icons/report.svg
Binary file added assets/img/icons/right-arrow.png
1 change: 1 addition & 0 deletions assets/img/icons/scene.svg
Binary file added assets/img/icons/screen-on.png
Binary file added assets/img/icons/signal-bad.png
Binary file added assets/img/icons/signal-good.png
Binary file added assets/img/icons/signal-poor.png
Binary file added assets/img/icons/signal-weak.png
Loading

0 comments on commit 9c04955

Please sign in to comment.