Skip to content

Commit 14e04e6

Browse files
committed
Update documentation index pages
1 parent 96fbed6 commit 14e04e6

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

content/docs.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ weight = 0
66

77
<div class="heading-text">Documentation</div>
88

9-
<!-- - [Getting Started](getting-started) -->
10-
- [Reference](reference)
11-
- [Migrating to v0.8.0](migrating-v0-8-0)
12-
- [API Reference](api)
9+
Welcome to the Etro documentation!
10+
11+
- To learn the fundamentals of Etro, check out the [reference](reference)
12+
section
13+
- To use Etro in a React app, check out the [Webcam
14+
Filter](guides/webcam-filter) guide
15+
- The full API documentation can be found [here](api)
16+
- To learn how to migrate from Etro v0.7 to v0.8, check out the [migration
17+
guide](migrating-v0-8-0)

content/docs/reference.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ template = "page.html"
55

66
<div class="heading-text">Reference</div>
77

8-
1. [Framework Overview](overview)
9-
2. [Movies](movies)
10-
3. [Layers](layers)
11-
4. [Effects](effects)
12-
5. [Dynamic Properties](dynamic-properties)
13-
6. [Property Filters](property-filters)
8+
\+ [Framework Overview](overview)<br/>
9+
\+ [Movies](movies) <br/>
10+
\+ [Layers](layers) <br/>
11+
\+ [Effects](effects) <br/>
12+
\+ [Dynamic Properties](dynamic-properties) <br/>
13+
\+ [Property Filters](property-filters) <br/>

0 commit comments

Comments
 (0)