Skip to content

Commit

Permalink
Fix image links
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Feb 8, 2024
1 parent 72b35c0 commit a292785
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions website/docs/archive/hubs-cloud/customizing-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@ While not exhuastive, these diagrams will outline a few key variables that you c

## Entry Screen

<img src="/img/theme-entry-screen.png" alt="Theme variable correlation on entry screen"/>
![Theme variable correlation on entry screen](/img/theme-entry-screen.png)

## Bottom Toolbar

<img src="/img/theme-toolbar.png" alt="Theme variable correlation on bottom toolbar"/>
![Theme variable correlation on bottom toolbar](/img/theme-toolbar.png)

## Menus

<img src="/img/theme-menus.png" alt="Theme variable correlation on menus"/>
![Theme variable correlation on menus](/img/theme-menus.png)

# In-App Themes

Expand Down
2 changes: 1 addition & 1 deletion website/docs/creators/blender-add-on/add-on-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ The ‘Video Texture Target’ component can also be used on Avatars. In this ca

<video autoplay loop muted controls width="800">
<source src="/img/components_videoAvatars_feature2.mp4" type="video/mp4"/>
<img src="/img/components_videoTextureTarget_videoThumbnail.png" alt="Hubs Video Avatar"/>
![Hubs Video Avatar](/img/components_videoTextureTarget_videoThumbnail.png)
</video>

For more information about both ‘Video Texture Source’ and ‘Video Texture Target’, [check out the stream](https://www.youtube.com/watch?v=oEc8ML2Q-z8) that the Hubs team did, viewable on YouTube.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/creators/blender-add-on/intro-add-on.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ Part of why this is difficult is because you must use the 'Background' node in y

<video autoplay loop muted controls width="800">
<source src="/img/BlenderShaderBackground.mp4" type="video/mp4"/>
<img src="/img/intro-custom-avatar.jpeg" alt="Blender - Finding Background Node"/>
![Blender - Finding Background Node](/img/intro-custom-avatar.jpeg)
</video>

Once you have the Background node, you can plug your texture into it, and send that to the Material Output. When you export to glb and bring the object into Spoke or Hubs, it will be 'unlit' (or fully lit, depending how you think of it.)

<video autoplay loop muted controls width="800">
<source src="/img/BlenderShaderBackground2.mp4" type="video/mp4"/>
<img src="/img/intro-custom-avatar.jpeg" alt="Blender - Using Background Node"/>
![Blender - Using Background Node](/img/intro-custom-avatar.jpeg)
Your browser does not support HTML5 video.
</video>

Expand Down
8 changes: 4 additions & 4 deletions website/docs/creators/spoke/adding-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can use the Media Frame element to designate areas you would like media obje

<video autoplay loop muted controls width="800">
<source src="/img/media-frame-demo.mp4" type="video/mp4"/>
<img src="/img/media-frame-demo.png" alt="Using Media Frames"/>
![Using Media Frames](/img/media-frame-demo.png)
</video>

## Audio Zones
Expand All @@ -81,16 +81,16 @@ Audio Zones work based on the audio source and the audio listener's positions an
- **inOut:** The audio zone's parameters will be applied to audio sources inside the audio zone volume when the listener is outside the zone.
- **outIn:** The audio zone's parameters will be applied to audio sources outside the audio zone volume when the listener is inside.

<img src="/img/audio-zones-example-2.jpg" alt="drawing" width="65%"/>
![drawing](/img/audio-zones-example-2.jpg)

<center>_InOut zone that blocks all the audio sources coming from the inside._</center>

<img src="/img/audio-zones-example-3.jpg" alt="drawing" width="65%"/>
![drawing](/img/audio-zones-example-3.jpg)

<center>_OutIn zone that blocks all the audio sources coming from the outside._</center>

Audio zones can be inside other audio zones, in that case the applied parameters will be a reduction of the most restrictive parameters.

<img src="/img/audio-zones-example-1.jpg" alt="drawing" width="65%"/>
![drawing](/img/audio-zones-example-1.jpg)

<center>_If there are two audio-zones in between the listener and the source and the first one has gain == 0.1 and the other has gain == 0.5, gain == 0.1 is applied to the source._</center>
4 changes: 2 additions & 2 deletions website/docs/creators/spoke/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ From here you can customize your scene entirely to your liking! Try [adding cont

<video autoplay loop muted controls width="800">
<source src="/img/spoke-rock-kit.mp4" type="video/mp4"/>
<img src="/img/spoke-interface.jpeg" alt="Screenshot of the Spoke Interface"/>
![Screenshot of the Spoke Interface](/img/spoke-interface.jpeg)
</video>

## Remixing Scenes from Hubs
Expand All @@ -38,7 +38,7 @@ Scenes that are published to Hubs with a creative commons license are remixable.

<video autoplay loop muted controls width="800">
<source src="/img/hubs-scene-remix.mp4" type="video/mp4"/>
<img src="/img/spoke-scene-remixing.jpeg" alt="Screenshot of the scene remixing screen"/>
![Screenshot of the scene remixing screen](/img/spoke-scene-remixing.jpeg)
</video>

## Import a .spoke file
Expand Down
2 changes: 1 addition & 1 deletion website/docs/fundamentals/custom-avatars.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The most straightforward way to customize an avatar for Hubs is to upload a cust

<video autoplay loop muted controls width="400">
<source src="img/hubs-reskin-avatar.mp4" type="video/mp4"/>
<img src="/img/intro-custom-avatar.jpeg" alt="Screenshot of avatar customization screen"/>
![Screenshot of avatar customization screen](/img/intro-custom-avatar.jpeg)
</video>

### Create a robot texture
Expand Down
4 changes: 2 additions & 2 deletions website/docs/fundamentals/hubs-rooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Click "Enter Room" and follow the prompts to select a username/avatar and set up

<video autoplay loop muted controls width="400">
<source src="/img/hubs-enter-room.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-enter-room-min.PNG" alt="Hubs Lobby"/>
![Hubs Lobby](/img/intro-hubs-enter-room-min.PNG)
</video>

### On a Standalone VR Headset
Expand All @@ -33,7 +33,7 @@ Open the browser in your VR headset, navigate to [hubs.link](https://hubs.link)

<video autoplay loop muted controls width="800">
<source src="/img/hubs-enter-standalone-vr.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-enter-room-min.PNG" alt="Hubs Lobby"/>
![Hubs Lobby](/img/intro-hubs-enter-room-min.PNG)
</video>

### On a Wired-in VR Headset
Expand Down
2 changes: 1 addition & 1 deletion website/docs/fundamentals/room-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Note that only featured scenes have been tested for performance across devices.

<video autoplay loop muted controls width="800">
<source src="/img/change-the-scene.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>

Expand Down
4 changes: 2 additions & 2 deletions website/docs/introduction/getting-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Our [YouTube channel](https://youtube.com/@MozillaHubs) houses dozens of deep-di

Check out our [Discover Hubs playlist](https://youtube.com/playlist?list=PLCxaiaRxTL6_V88JFYb6tOPkHCKjnH2BK) to get started...
<br></br>
<img src="/img/discover-hubs.png" alt="Discover hubs playlist"/>
![Discover hubs playlist](/img/discover-hubs.png)

## Blog

Our blog, [Creator Labs](https://hubs.mozilla.com/labs/), is the perfect place to learn about the many different ways our community is pushing the boundaries of immersive content with Hubs. Explore the tutorials, creator spotlights, articles, and exciting initiatives we are working on.
<br></br>
<img src="/img/creator-labs.png" alt="Creator Labs preview"/>
![Creator Labs preview](/img/creator-labs.png)
24 changes: 12 additions & 12 deletions website/docs/subscription/creating-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/click-subscribe-free.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
Expand All @@ -29,7 +29,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/confirm-account.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
Expand All @@ -38,14 +38,14 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/verify-account.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>

4. **Access your subscription dasboard and wait for your Hub to be created. It may take up to 5 minutes for this process to complete.**

<img src="/img/access-dashboard.png" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/access-dashboard.png)
<br/><br/>

## How To Subscribe - Paid Plans
Expand All @@ -54,7 +54,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/click-subscribe.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
Expand All @@ -63,7 +63,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/enter-email.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
Expand All @@ -72,18 +72,18 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/enter-payment.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>

4. **Check your inbox for an email titled "Welcome to Hubs [Plan Name]". Choose the "Get Started" link in the email and follow the login process to access your Hubs Subscription Dashboard. It may take a few minutes while your Hub is getting set up.**

<img src="/img/access-dashboard.png" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/access-dashboard.png)

## Subscription Dashboard Overview

<img src="/img/dash-overview.png" alt="The subscription dashboard" width="800"/>
![The subscription dashboard](/img/dash-overview.png)
<br/><br/>

## Customizing Your Subdomain - Paid Plans
Expand All @@ -92,7 +92,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/open-domain-editor.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
Expand All @@ -101,7 +101,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/update-domain.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
Expand All @@ -110,7 +110,7 @@ _This guide walks you through the steps of setting up your Hubs Subscription. If

<video loop muted controls width="800">
<source src="/img/wait-for-subdomain.mp4" type="video/mp4"/>
<img src="/img/intro-hubs-scene-browser-min.jpeg" alt="Screenshot of the Scene Browser" width="800"/>
![Screenshot of the Scene Browser](/img/intro-hubs-scene-browser-min.jpeg)
Your browser does not support HTML5 video.
</video>
<br/><br/>
4 changes: 2 additions & 2 deletions website/docs/subscription/faq-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Your Hub's content storage limit is the total of all data associated with your H

PLEASE NOTE: The data limit is not currently enforced for Hubs Personal and Professional Plan subscribers while we continue to refine tools for data management with feedback from our early adopters.

<img src="/img/hub-over-limit.png" alt="The 503 error displayed when over ccu limit"/>
![The 503 error displayed when over ccu limit](/img/hub-over-limit.png)

### I am trying to lower my content storage by deleting data, but the counter on the subscription dashboard is not updating. What am I doing wrong?

Expand All @@ -24,7 +24,7 @@ It may take up to 3 days for your Hub to completely remove data you have manuall

Hub servers are optimized according to the subscription plan you are subscribed to. Exceeding the optimal number of concurrent users will greatly affect the stability and performance of your hub. Most often, new users will receive a persistent 503 error when attempting to connect.

<img src="/img/503-error.png" alt="The 503 error displayed when over ccu limit"/>
![The 503 error displayed when over ccu limit](/img/503-error.png)

### What is the difference between a 'hub, a 'room', a 'space', and a 'scene'?

Expand Down
6 changes: 3 additions & 3 deletions website/docs/subscription/help-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ For questions about using your account that you would prefer to discuss privatel

If you are experiencing issues with your subscription or Mozilla account, please [submit a support ticket with Mozilla Support](https://support.mozilla.org/en-US/products/hubs), Mozilla's account support channel. To submit a ticket, you should follow the blue "Get Support" buttons until you get to the support form.
<br></br>
<img src="/img/sumo-support.png" alt="Sumo support buttons"/>
![Sumo support buttons](/img/sumo-support.png)

## Message Us

[Our Discord Server](https://discord.gg/hubs-498741086295031808) is the easiest place to get support with questions about using your subscription. After joining the server, you can message us in #Subscription-Help with questions about using your subscription. We also recommend posting your questions in our community channels. It is likely that other users have experience with your use-case and will be willing to help.

Our discord server is also a fantastic place to learn more about the hubs community and to learn how to join one of our weekly public meetups!
<br></br>
<img src="/img/discord-support.png" alt="Discord subscription help"/>
![Discord subscription help](/img/discord-support.png)

## Submit An Idea

If you would like to share feature requests or thoughts about how to make Hubs better, please [submit an idea through Mozilla Connect](https://connect.mozilla.org/t5/ideas/idb-p/ideas/label-name/hubs). You will have to sign in to your Mozilla account and select the blue "Submit an idea" button to complete this process.
<br></br>
<img src="/img/connect-button.png" alt="Mozilla Connect submit idea"/>
![Mozilla Connect submit idea](/img/connect-button.png)
Loading

0 comments on commit a292785

Please sign in to comment.