Skip to content

Commit ea8f69d

Browse files
authored
Merge branch 'main' into TheAlizabeth/clarify-buffer-create
2 parents 84ea8fb + 205fc1f commit ea8f69d

File tree

112 files changed

+6988
-4036
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+6988
-4036
lines changed

content/common/navigation/avatar/guides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,5 @@ navigation:
118118

119119
- title: In-experience creation
120120
path: /avatar/in-experience-creation
121+
- title: Photo-to-Avatar generation
122+
path: /avatar/avatar-generation

content/common/navigation/cloud/reference.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ navigation:
1616
path: /cloud/reference/errors
1717
- title: Rate limits
1818
path: /cloud/reference/rate-limits
19-
- title: OpenAPI descriptions
19+
- title: OpenAPI document
2020
path: /cloud/reference/openapi
2121
- title: Scopes
2222
path: /cloud/reference/scopes
23+
- title: Risk levels
24+
path: /cloud/reference/risk-levels
2325
- heading: Authentication
2426
- title: API keys
2527
path: /cloud/auth/api-keys
@@ -47,8 +49,6 @@ navigation:
4749
path: /cloud/features/badges
4850
- title: Bans and blocks
4951
path: /cloud/features/bans-and-blocks
50-
- title: Chats
51-
path: /cloud/features/chats
5252
- title: Connections
5353
path: /cloud/features/friends
5454
- title: Creator Store
@@ -93,6 +93,14 @@ navigation:
9393
path: /cloud/features/user-profiles
9494
- title: Users
9595
path: /cloud/features/users
96+
- title: '' # doesn't show anywhere
97+
path: /cloud/features-revamp/
98+
type: cloudfeature
99+
source: /reference/cloud/openapi.json
100+
- title: '' # doesn't show anywhere
101+
path: /cloud/domains/
102+
type: clouddomain
103+
source: /reference/cloud/openapi.json
96104
- heading: Open Cloud API Reference
97105
- title: Cloud
98106
section:
@@ -318,12 +326,6 @@ navigation:
318326
versions:
319327
- name: v1
320328
path: /cloud/legacy/gameinternationalization/v1
321-
- title: Game join
322-
type: cloudlegacy
323-
ignoreTranslation: true
324-
versions:
325-
- name: v1
326-
path: /cloud/legacy/gamejoin/v1
327329
- title: Games v2
328330
type: cloudlegacy
329331
ignoreTranslation: true

content/common/navigation/engine/reference.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ navigation:
310310
type: engineapi
311311
source: /reference/engine/classes/AudioTextToSpeech.yaml
312312
ignoreTranslation: true
313+
- title: AudioTremolo
314+
path: /reference/engine/classes/AudioTremolo
315+
type: engineapi
316+
source: /reference/engine/classes/AudioTremolo.yaml
317+
ignoreTranslation: true
313318
- title: AvatarCreationService
314319
path: /reference/engine/classes/AvatarCreationService
315320
type: engineapi
@@ -2884,6 +2889,11 @@ navigation:
28842889
type: engineapi
28852890
source: /reference/engine/classes/TextFilterTranslatedResult.yaml
28862891
ignoreTranslation: true
2892+
- title: TextGenerator
2893+
path: /reference/engine/classes/TextGenerator
2894+
type: engineapi
2895+
source: /reference/engine/classes/TextGenerator.yaml
2896+
ignoreTranslation: true
28872897
- title: TextService
28882898
path: /reference/engine/classes/TextService
28892899
type: engineapi
@@ -3854,6 +3864,11 @@ navigation:
38543864
type: engineapi
38553865
source: /reference/engine/enums/BorderMode.yaml
38563866
ignoreTranslation: true
3867+
- title: BorderStrokePosition
3868+
path: /reference/engine/enums/BorderStrokePosition
3869+
type: engineapi
3870+
source: /reference/engine/enums/BorderStrokePosition.yaml
3871+
ignoreTranslation: true
38573872
- title: BreakpointRemoveReason
38583873
path: /reference/engine/enums/BreakpointRemoveReason
38593874
type: engineapi
@@ -5394,6 +5409,11 @@ navigation:
53945409
type: engineapi
53955410
source: /reference/engine/enums/StreamOutBehavior.yaml
53965411
ignoreTranslation: true
5412+
- title: StrokeSizingMode
5413+
path: /reference/engine/enums/StrokeSizingMode
5414+
type: engineapi
5415+
source: /reference/engine/enums/StrokeSizingMode.yaml
5416+
ignoreTranslation: true
53975417
- title: StudioCloseMode
53985418
path: /reference/engine/enums/StudioCloseMode
53995419
type: engineapi

content/common/navigation/engine/tutorials.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ navigation:
127127
section:
128128
- title: Save player data
129129
path: /tutorials/use-case-tutorials/data-storage/save-player-data
130+
- title: Create a custom leaderboard
131+
path: /tutorials/use-case-tutorials/data-storage/create-leaderboard
130132
- heading: Advanced paths
131133
- title: Overview
132134
path: /tutorials/curriculums/curriculum-overview

content/common/navigation/scale/discovery.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ navigation:
1212
path: /production/publishing/thumbnails
1313
- title: Badges
1414
path: /production/publishing/badges
15-
- title: Deep links
16-
path: /production/promotion/deeplinks
1715
- title: Events
1816
path: /production/promotion/experience-events
1917
- title: Player invite prompts
@@ -26,6 +24,3 @@ navigation:
2624
path: /production/promotion/social-media-links
2725
- title: Share links
2826
path: /production/promotion/share-links
29-
- title: Get featured on Roblox‑owned channels
30-
path: /production/promotion/get-featured-on-roblox-owned-channels
31-

content/common/navigation/scale/overview.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ navigation:
55
- heading: Experience discovery
66
- title: How it works
77
path: /discovery
8-
- title: Get featured
9-
path: /production/promotion/get-featured-on-roblox-owned-channels
108
- title: Ads
119
path: /production/promotion/ads-manager
1210
- heading: Localization

content/en-us/art/modeling/specifications.md

Lines changed: 1 addition & 1 deletion
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)