Skip to content

Commit

Permalink
GitBook: [#15] No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspietravallo authored and gitbook-bot committed Jun 30, 2022
1 parent 2ccc15a commit 11dbf99
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: >-
An overview of sparkar-volts, an extensive non-reactive Typescript framework
that eases the development experience in Spark AR
An overview of sparkar-volts, an extensive Typescript framework that eases the
development experience in Spark AR
---

# Overview
Expand All @@ -10,11 +10,27 @@ sparkar-volts is an open source project which started as a continuation of [Spar

Here's a list of the articles in the current documentation:

{% page-ref page="install.md" %}
{% content-ref url="install.md" %}
[install.md](install.md)
{% endcontent-ref %}

{% page-ref page="how-to-use-volts.md" %}
{% content-ref url="how-to-use-volts.md" %}
[how-to-use-volts.md](how-to-use-volts.md)
{% endcontent-ref %}

{% page-ref page="extra-utils/transformacrossspaces.md" %}
{% content-ref url="broken-reference" %}
[Broken link](broken-reference)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](broken-reference)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](broken-reference)
{% endcontent-ref %}

{% content-ref url="extra-utils/transformacrossspaces.md" %}
[transformacrossspaces.md](extra-utils/transformacrossspaces.md)
{% endcontent-ref %}

5 changes: 4 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@

* [Overview](volts.state/overview.md)

## Volts.Cube

* [Overview](volts.cube/overview.md)

## Extra utils

* [transformAcrossSpaces](extra-utils/transformacrossspaces.md)

13 changes: 13 additions & 0 deletions volts.cube/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: In this section you'll find everything related to the VOLTS.Cube class
---

# Overview

{% tabs %}
{% tab title="v4" %}
```
import { Vector } from 'volts';
```
{% endtab %}
{% endtabs %}

0 comments on commit 11dbf99

Please sign in to comment.