hyperion.ng/docs/docs/README.md
brindosch 884c68b239
feat(docs): Documentation for Hyperion (#780)
* Add Documentation

* git ignore dist and node_modules filder

* Update dependencies

* Add GH Actions to test build

* Update header to latest Quasar spec

* resolve c&p issue

* Update splashscreens

* Add docs deploy
2020-05-01 20:19:19 +02:00

17 lines
580 B
Markdown

---
sidebar: false
---
<img :src="$withBase('/hyperion-logo.png')" alt="Hyperion Logo">
Welcome in the colorful world of Hyperion. Please choose the documentation you want to view.
<div class="flex flex-center no-decoration">
<MainSection title="User" text="Installation, configuration and advanced informations" to="/en/user" />
<MainSection title="Effects" text="Learn how to create an effect" to="/en/effects" />
<MainSection title="JSON API" text="Learn how to interact with the API" to="/en/json" />
</div>
::: tip
You can select another translation at the top.
:::