Skip to content

Commit 1472ab2

Browse files
committed
[docs] add glitch examples for js/events/dom APIs
1 parent dfa1f1e commit 1472ab2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/introduction/javascript-events-dom-apis.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ type: introduction
44
layout: docs
55
parent_section: introduction
66
order: 6
7-
examples: []
7+
examples:
8+
- title: A-Frame School — Getting Entities
9+
src: https://glitch.com/edit/#!/aframe-school-js?path=solution.html
10+
- title: A-Frame School — Modifying Entities
11+
src: https://glitch.com/edit/#!/aframe-school-js?path=solution2.html
12+
- title: A-Frame School — Creating Entities
13+
src: https://glitch.com/edit/#!/aframe-school-js?path=solution3.html
14+
- title: A-Frame School — Handling Events
15+
src: https://glitch.com/edit/#!/aframe-school-js?path=solution4.html
816
---
917

1018
[geometry]: ../components/geometry.md

0 commit comments

Comments
 (0)