Skip to content

Commit

Permalink
Docs and gitignore cleanups (#308)
Browse files Browse the repository at this point in the history
We were using the old schema in the docs, and `.gitignore` blocked making
changes to the test data.
  • Loading branch information
jlisee committed Feb 7, 2019
1 parent 85a7d02 commit fef4f4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
data
/data
node_modules
dist

Expand Down
9 changes: 4 additions & 5 deletions docs/protocol-schema/session-protocol.md
Expand Up @@ -178,16 +178,15 @@ has just the single `/object/polygon` containing a
"updates": [
{
"timestamp": 1001.3,
"primitives": [
{
"name": "/object/polygon",
"primitives": [
"primitives": {
"/object/polygon": {
"polygons": [
{
"vertices": [[9, 15, 3], [20, 13, 3], [20, 5, 3]]
}
]
}
]
}
}
]
}
Expand Down

0 comments on commit fef4f4b

Please sign in to comment.