Skip to content

Commit 2ca13f7

Browse files
update Open Source Docs from Roblox internal teams
1 parent 2a1a9a0 commit 2ca13f7

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

content/common/navigation/engine/reference.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,10 +1710,10 @@ navigation:
17101710
type: engineapi
17111711
source: /reference/engine/classes/MessagingService.yaml
17121712
ignoreTranslation: true
1713-
- title: Moderation
1714-
path: /reference/engine/classes/Moderation
1713+
- title: ModerationService
1714+
path: /reference/engine/classes/ModerationService
17151715
type: engineapi
1716-
source: /reference/engine/classes/Moderation.yaml
1716+
source: /reference/engine/classes/ModerationService.yaml
17171717
ignoreTranslation: true
17181718
- title: Mouse
17191719
path: /reference/engine/classes/Mouse

content/en-us/cloud-services/http-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ local success, errorMessage = pcall(request)
5757
if not success then
5858
print("The HTTP request failed to send:", errorMessage)
5959
end
60+
```
6061

6162
### Supported Open Cloud endpoints
6263

content/en-us/production/analytics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After you update your experience, visit analytics to understand how the update i
4949
3. [Monetization](../../production/analytics/monetization.md): Payer conversion, ARPPU, and revenue.
5050
4. [Acquisition](../../production/analytics/acquisition.md): New users and qualified play through rate.
5151

52-
You can monitor major weekly changes and benchmark movement on your experience overview page. [Insights](#analytics-insights) highlights large movements in key metrics such as DAU, new users, and revenue.
52+
You can monitor major weekly changes and benchmark movement on your experience overview page. [Insights](./insights.md) highlights large movements in key metrics such as DAU, new users, and revenue.
5353

5454
<figure>
5555
<img src="../../assets/analytics/overview/step3.png" width="80%"/>
@@ -98,7 +98,7 @@ Watchlists are applied on the account level, are private, and persist when toggl
9898
<figcaption>Experience watchlist on Analytics Home.</figcaption>
9999
</figure>
100100

101-
Clicking on an experience you're monitoring takes you to the experience overview page. If applicable, [analytics insights](#analytics-insights) offer direction on next steps and redirect you to applicable documentation and relevant analytics.
101+
Clicking on an experience you're monitoring takes you to the experience overview page. If applicable, [analytics insights](./insights.md) offer direction on next steps and redirect you to applicable documentation and relevant analytics.
102102

103103
### Track avatar sales and revenue
104104

content/en-us/production/analytics/insights.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To access the insights reports:
3939
2. In the experience's **Overview** page, click **See full report**.
4040

4141
<figure>
42-
<img src="../assets/analytics/overview/AnalyticsInsights.png" width="80%"/>
42+
<img src="../../assets/analytics/overview/AnalyticsInsights.png" width="80%"/>
4343
<figcaption>Click *See full report* to see your weekly and monthly reports</figcaption>
4444
</figure>
4545

@@ -52,7 +52,7 @@ The report focuses on the following key metrics:
5252
You can also review personalized charts and recommendations in the generated report.
5353

5454
<figure>
55-
<img src="../assets/analytics/overview/AnalyticsAssistantReport.png" width="100%"/>
55+
<img src="../../assets/analytics/overview/AnalyticsAssistantReport.png" width="100%"/>
5656
<figcaption>Click each section to see relevant charts</figcaption>
5757
</figure>
5858

@@ -64,15 +64,15 @@ You can also review personalized charts and recommendations in the generated rep
6464

6565
To get more specific insights about player feedback, including what users like about your experience, suggestions for improvements, and feature requests, click **See feedback report** in the analytics report.
6666

67-
You can also access the player feedback report by clicking **See full report** on the AI summary insight in the [Feedback dashboard](../production/analytics/feedback.md).
67+
You can also access the player feedback report by clicking **See full report** on the AI summary insight in the [Feedback dashboard](./feedback.md).
6868

6969
<figure>
70-
<img src="../assets/analytics/feedback/AnalyticsFeedbackAssistant.png" width="100%"/>
70+
<img src="../../assets/analytics/feedback/AnalyticsFeedbackAssistant.png" width="100%"/>
7171
<figcaption>Click *See full report* to see your player feedback report</figcaption>
7272
</figure>
7373

7474
<figure>
75-
<img src="../assets/analytics/feedback/AnalyticsAssistantFeedbackReport.png" width="100%"/>
75+
<img src="../../assets/analytics/feedback/AnalyticsAssistantFeedbackReport.png" width="100%"/>
7676
</figure>
7777

7878
<Alert severity="warning">

content/en-us/reference/engine/classes/Sound.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ properties:
644644
Content ID of the sound file to associate with the `Class.Sound`.
645645
description: |
646646
This property is the content ID of the sound file to associate with the
647-
`Class.Sound`. See [Audio Assets](../../../sound/assets.md) for more
647+
`Class.Sound`. See [Audio Assets](../../../audio/assets.md) for more
648648
information.
649649
code_samples: []
650650
type: ContentId

0 commit comments

Comments
 (0)