Skip to content

Commit 5c69fb1

Browse files
update Open Source Docs from Roblox internal teams
1 parent 4c4800b commit 5c69fb1

File tree

15 files changed

+2606
-370
lines changed

15 files changed

+2606
-370
lines changed

content/common/navigation/cloud/reference.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ navigation:
118118
path: /cloud/api/followings
119119
- title: Game internationalization
120120
path: /cloud/api/game-internationalization
121+
- title: Game passes
122+
path: /cloud/api/game-passes
121123
- title: Groups
122124
path: /cloud/api/groups
123125
- title: Localization tables

content/common/navigation/platform.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ navigation:
3232
- heading: Guidelines and policies
3333
- title: General
3434
section:
35+
- title: Safety on Roblox
36+
path: /safety
3537
- title: Content maturity
3638
path: /production/promotion/content-maturity
3739
- title: GDPR and CCPA
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/cloud/guides/usage-messaging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ To use Messaging Service API for your application and request permissions from y
143143
--header 'Content-Type: application/json' \
144144
--data-raw '{"topic": "some-topic","message":"message to publish"}'
145145
```
146+
147+
## Use with HTTPService
148+
149+
This API is one of the [Open Cloud endpoints supported](../../cloud-services/http-service.md#supported-open-cloud-endpoints) by `Class.HttpService`. You can use it to publish messages across different experiences from within an experience.

content/en-us/performance-optimization/microprofiler/modes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ In addition to the bar graph from frame mode, detailed mode adds a colorful time
5858

5959
<img alt="The graph showing how long tasks take per frame." src="../../assets/optimization/microprofiler/micro-graph.png" width="300px" />
6060

61+
This graph is synchronized with the main profiler bars. The currently selected frame range is highlighted in green on the graph. You can also click anywhere on this graph to re-center the main profiler view to that specific frame, which is helpful for finding spikes in the detailed view.
62+
6163
<Alert severity="info">
6264
Use the **Options** menu to change the reference line on the graph to a different number of milliseconds.
6365
</Alert>

content/en-us/reference/cloud/asset-permissions-api/v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@
226226
"CannotManageSubject",
227227
"SubjectNotFound",
228228
"AssetTypeNotEnabled",
229-
"PermissionLimitReached"
229+
"PermissionLimitReached",
230+
"DependenciesLimitReached"
230231
],
231232
"type": "string",
232233
"description": "Enums for customized error code in error responses."

0 commit comments

Comments
 (0)