facebookarchive / react-360

Create amazing 360 and VR content using React
https://facebook.github.io/react-360
Other
8.73k stars 1.23k forks source link

There's no link to `Text` component documentation on the main page of the docs #646

Open tlakomy opened 5 years ago

tlakomy commented 5 years ago

As in the title - during the ReactVR days there was a documentation to Text component. Currently this component is not documented on https://facebook.github.io/react-360/docs which is kind of confusing especially since it's used in the 'Hello World' example.

EDIT: It seems that the document itself exists but if you go to the main page of the docs, the link to Text is not visible. Here's a link to the Text docs: https://facebook.github.io/react-360/docs/text.html

matheusmonte commented 5 years ago

This happens because text.md is missing in master branch, I really don't know why, maybe is deprecated but I didn't find any commit with this change. Anyway, I create a text.md based in https://facebook.github.io/react-360/docs/text.html information and added to project again in PR #691 , Locally everything running well, let's wait for reviewers.