diff --git a/README.md b/README.md index 44138d8..e1f9e12 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ p5.xr sketches can be run with [p5's online editor.](https://editor.p5js.org/) A ## Getting Started 1. Use the [the most recent version of p5.js](https://p5js.org/download/) -2. Check out the [Device and Browser Support Section](https://stalgiag.github.io/p5.xr/#/quick-start/device-support). +2. Check out the [Device and Browser Support Section](https://stalgiag.github.io/p5.xr/#/device-support.html) or use the [Immersive Web Emulator](https://stalgiag.github.io/p5.xr/#/quick-start/emulator) 3. Add p5.xr to your project. This can be done most easily by adding the script link to a CDN in the `
` of your HTML file underneath the p5 link: ``` diff --git a/docs/README.md b/docs/README.md index 831ff6e..3f8b705 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,7 +16,7 @@ p5.xr sketches can be run with [p5's online editor.](https://editor.p5js.org/) A ## Getting Started 1. Use the [the most recent version of p5.js](https://p5js.org/download/) -2. Check out the [Device and Browser Support Section](https://stalgiag.github.io/p5.xr/#/quick-start/device-support). +2. Check out the [Device and Browser Support Section](https://stalgiag.github.io/p5.xr/#/device-support.html) or use the [Immersive Web Emulator](https://stalgiag.github.io/p5.xr/#/quick-start/emulator) 3. Add p5.xr to your project. This can be done most easily by adding the script link to a CDN in the `` of your HTML file underneath the p5 link: ``` diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 01a5ca0..a1935ed 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -5,7 +5,8 @@ *** - __QUICK START__ - - [Device and Browser Support](webxr-test.html) + - [Device and Browser Support](device-support.html) + - [Immersive Web Emulator](quick-start/emulator.md) - [Examples](quick-start/examples.md) *** - __REFERENCE__ diff --git a/docs/webxr-test.html b/docs/device-support.html similarity index 99% rename from docs/webxr-test.html rename to docs/device-support.html index ba7da4d..56407aa 100644 --- a/docs/webxr-test.html +++ b/docs/device-support.html @@ -71,7 +71,7 @@Emulator: The Immersive Web Emulator simulates a supported device, allowing you to test and debug VR and AR experiences - directly in your browser. + directly in your browser. See how to set it up.
For the most up-to-date information, please refer to the diff --git a/docs/index.html b/docs/index.html index b9a4549..14da307 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,6 +23,10 @@