Skip to content

Commit

Permalink
update Open Source Docs from Roblox internal teams
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx-open-source-docs[bot] committed Mar 5, 2025
1 parent 62b098d commit f985bc5
Show file tree
Hide file tree
Showing 54 changed files with 295 additions and 451 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/en-us/assets/engine-api/enums/ScreenInsets/None.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/en-us/assets/tutorials/creating-hud-meters/Intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Git LFS file not shown
4 changes: 2 additions & 2 deletions content/en-us/assets/tutorials/interactive-ui/Intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/misc/Contextual-Button.png
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/misc/Custom-Buttons-Near-Jump.png
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/misc/Roblox-Menu-Button.png
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/misc/Touch-Reserved-Zones.png
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/misc/TouchGui-Elements.png
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/ui-objects/Frame-Example.jpg
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/ui-objects/ScreenGui-Example.jpg
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/ui-objects/ScrollingFrame-Example.jpg
4 changes: 2 additions & 2 deletions content/en-us/assets/ui/ui-objects/TextBox-Example.jpg
2 changes: 1 addition & 1 deletion content/en-us/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Roblox also offers [webhooks](./webhooks/webhook-notifications.md), which can no

1. Test API calls using tools like [Postman](https://www.postman.com) with [OpenAPI descriptions](./reference/openapi.md) or the [OAuth 2.0 sample app](./auth/oauth2-sample.md).
1. Review the [resource guides](./guides/index.md) for end-to-end walkthroughs of using certain APIs.
1. Explore the left navigation for the full list of Open Cloud v1 and v2 resources, [common API patterns](./reference/patterns.md), [types](./reference/types.md), and [error codes](./reference/errors.md).
1. Explore the left navigation for the full list of Open Cloud v2 and v1 resources, [common API patterns](./reference/patterns.md), [types](./reference/types.md), and [error codes](./reference/errors.md).
19 changes: 10 additions & 9 deletions content/en-us/cloud/reference/openapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ The OpenAPI descriptions for V1 and V2 resources utilitize distinct specificatio

**V2 resource specification extensions**

| Extension | Location | Description |
|--------------------------------------- |------------------ |--------------------------------------------------------------------------------------------------------------- |
| `x-categories` | OpenAPI Object | List of strings. All resource categories. |
| `x-visibility` | Operation Object | Boolean. The visibility of the operation. |
| `x-roblox-docs` | Operation Object | Object. Associates an operation with a category and resource. |
| `x-long-running-operation-parameters` | Operation Object | Object. References the metadata and response for the operation's long running response. |
| `x-oneOf` | Schema Object | Object. Each field contains a list of properties in the schema. Only one of the properties should be present. |
| `x-resource` | Schema Object | Boolean. Whether the schema is a resource. |
| `x-immutable` | Schema Object | Boolean. Whether the schema is immutable. |
| Extension | Location | Description |
|---------------------------------------|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `x-categories` | OpenAPI Object | List of strings. All resource categories. |
| `x-visibility` | Operation Object | Boolean. The visibility of the operation. |
| `x-roblox-docs` | Operation Object | Object. Associates an operation with a category and resource. |
| `x-long-running-operation-parameters` | Operation Object | Object. References the metadata and response for the operation's long running response. |
| `x-aep-resource` | Schema Object | Object. An extension annotating the resource type. Has close compatibility to [AEP-4](https://aep.dev/4/#annotating-resource-types), one of the [API Enhancement Proposals](https://aep.dev/). |
| `x-oneOf` | Schema Object | Object. Each field contains a list of properties in the schema. Only one of the properties should be present. |
| `x-resource` | Schema Object | Boolean. Whether the schema is a resource. |
| `x-immutable` | Schema Object | Boolean. Whether the schema is immutable. |

**V1 resource specification extensions**

Expand Down
16 changes: 1 addition & 15 deletions content/en-us/reference/engine/classes/Annotation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ inherits:
tags: []
deprecation_message: ''
properties: []
methods:
- name: Annotation:IsThreadParent
summary: ''
description: ''
code_samples: []
parameters: []
returns:
- type: bool
summary: ''
tags: []
deprecation_message: ''
security: RobloxScriptSecurity
thread_safety: Unsafe
capabilities: []
writeCapabilities: []
methods: []
events: []
callbacks: []
31 changes: 0 additions & 31 deletions content/en-us/reference/engine/classes/GenerationService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,37 +44,6 @@ methods:
thread_safety: Unsafe
capabilities: []
writeCapabilities: []
- name: GenerationService:InternalGenerateMeshAsync
summary: ''
description: ''
code_samples: []
parameters:
- name: inputs
type: Dictionary
default:
summary: ''
- name: userId
type: int64
default:
summary: ''
- name: options
type: Dictionary
default:
summary: ''
- name: intermediateResultCallback
type: Function?
default:
summary: ''
returns:
- type: Tuple
summary: ''
tags:
- Yields
deprecation_message: ''
security: RobloxScriptSecurity
thread_safety: Unsafe
capabilities: []
writeCapabilities: []
- name: GenerationService:LoadGeneratedMeshAsync
summary: ''
description: ''
Expand Down
Loading

0 comments on commit f985bc5

Please sign in to comment.