Skip to content

Commit

Permalink
[docs] add glitch examples for js/events/dom APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Aug 20, 2017
1 parent dfa1f1e commit 1472ab2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/introduction/javascript-events-dom-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ type: introduction
layout: docs
parent_section: introduction
order: 6
examples: []
examples:
- title: A-Frame School — Getting Entities
src: https://glitch.com/edit/#!/aframe-school-js?path=solution.html
- title: A-Frame School — Modifying Entities
src: https://glitch.com/edit/#!/aframe-school-js?path=solution2.html
- title: A-Frame School — Creating Entities
src: https://glitch.com/edit/#!/aframe-school-js?path=solution3.html
- title: A-Frame School — Handling Events
src: https://glitch.com/edit/#!/aframe-school-js?path=solution4.html
---

[geometry]: ../components/geometry.md
Expand Down

1 comment on commit 1472ab2

@ngokevin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@a-frobot docs-v0.6.0

Please sign in to comment.