Skip to content

Commit a09f6e0

Browse files
update Open Source Docs from Roblox internal teams
1 parent 007a71e commit a09f6e0

File tree

8 files changed

+2504
-757
lines changed

8 files changed

+2504
-757
lines changed

content/common/navigation/cloud/reference.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ navigation:
3939
- title: Reference
4040
path: /cloud/auth/oauth2-reference
4141
- heading: Features
42+
- title: '' # doesn't show anywhere
43+
path: /cloud/reference/features/
44+
type: cloudfeature
45+
source: /reference/cloud/openapi.json
46+
- heading: Domains
47+
- title: '' # doesn't show anywhere
48+
path: /cloud/reference/domains/
49+
type: clouddomain
50+
source: /reference/cloud/openapi.json
51+
52+
- heading: Features
4253
- title: Accounts
4354
path: /cloud/features/accounts
4455
- title: Assets
@@ -93,14 +104,6 @@ navigation:
93104
path: /cloud/features/user-profiles
94105
- title: Users
95106
path: /cloud/features/users
96-
- title: '' # doesn't show anywhere
97-
path: /cloud/reference/features/
98-
type: cloudfeature
99-
source: /reference/cloud/openapi.json
100-
- title: '' # doesn't show anywhere
101-
path: /cloud/reference/domains/
102-
type: clouddomain
103-
source: /reference/cloud/openapi.json
104107
- heading: Open Cloud API Reference
105108
- title: Cloud
106109
section:
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3916af20ec855f99b9ac0d26310f4618ec0e5d3d76420a61308f904d03ff8654
3+
size 13968615
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:71846be8b93f5a3a76965e826859399d42f1fc0d2464c8903af5958f4293065a
3+
size 9198626

content/en-us/production/publishing/thumbnails.md

Lines changed: 171 additions & 136 deletions
Large diffs are not rendered by default.

content/en-us/reference/cloud/cloud.docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7738,6 +7738,11 @@
77387738
"example": true,
77397739
"type": "boolean",
77407740
"description": "Can view blocked words"
7741+
},
7742+
"bypassSlowMode": {
7743+
"example": true,
7744+
"type": "boolean",
7745+
"description": "can bypass slow mode"
77417746
}
77427747
},
77437748
"description": "Represents the permissions on a role."
@@ -8416,7 +8421,7 @@
84168421
"description": "Upload the binary input object using this URI."
84178422
}
84188423
},
8419-
"description": "Represents a large binary input that can be given to a\n`LuauExecutionSessionTask`.\n\nEach `LuauExecutionSessionTaskBinaryInput` is associated with a presigned URL\nwhich can be used to upload an arbitrary object. After uploading the object,\nthe path of the `LuauExecutionSessionTaskBinaryInput` can be passed when\ncreating a `LuauExecutionSessionTask` to make the object available to the\ntask.\n\nWithin the task, the contents of the object are made available within a table\npassed as the first agument to the script, with the key `BinaryInput`. The\nfollowing example demonstrates how to retrieve the data:\n\n```\nlocal taskInput: LuauExecutionTaskInput = ({...})[1]\nlocal buf: buffer = taskInput.BinaryInput\n```\n\nEach `LuauExecutionSessionTaskBinaryInput` is valid for 15 minutes from the\ntime of creation. Within that time, in desired, you can use it to create\nmultiple tasks for the same universe.\n\nThe uploaded binary object must be no larger than 100 MiB.",
8424+
"description": "Represents a large binary input that can be given to a\n`LuauExecutionSessionTask`.\n\nEach `LuauExecutionSessionTaskBinaryInput` is associated with a presigned URL\nwhich can be used to upload an arbitrary object. After uploading the object,\nthe path of the `LuauExecutionSessionTaskBinaryInput` can be passed when\ncreating a `LuauExecutionSessionTask` to make the object available to the\ntask.\n\nWithin the task, the contents of the object are made available within a table\npassed as the first argument to the script, with the key `BinaryInput`. The\nfollowing example demonstrates how to retrieve the data:\n\n```\nlocal taskInput: LuauExecutionTaskInput = ({...})[1]\nlocal buf: buffer = taskInput.BinaryInput\n```\n\nEach `LuauExecutionSessionTaskBinaryInput` is valid for 15 minutes from the\ntime of creation. Within that time, in desired, you can use it to create\nmultiple tasks for the same universe.\n\nThe uploaded binary object must be no larger than 100 MiB.",
84208425
"x-aep-resource": {
84218426
"patterns": [
84228427
"universes/{universe_id}/luau-execution-session-task-binary-inputs/{luau_execution_session_task_binary_input_id}"

0 commit comments

Comments
 (0)