Skip to content

Commit 9f5d043

Browse files
update Open Source Docs from Roblox internal teams
1 parent 230aef0 commit 9f5d043

Some content is hidden

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

58 files changed

+1079
-420
lines changed

.github/actions/quality-checks/action.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,21 @@ description: Reusable action for running the quality checks
33
inputs:
44
BASE_BRANCH:
55
description: Base branch
6+
CHECK_LOCALIZED_CONTENT:
7+
description: Whether to check localized content
8+
CHECK_MARKDOWN_LINT:
9+
description: Whether to check markdown lint
610
CHECK_PROTECTED_FIELDS:
711
description: Whether to check protected YAML fields
12+
CHECK_RETEXT_ANALYSIS:
13+
description: Whether to check retext analysis
814
COMMIT_HASH:
915
description: Commit hash
1016
EVENT_NAME:
1117
description: Github event name
1218
GITHUB_PAT:
1319
description: Github token
14-
POST_PULL_REQUEST_COMMENTS:
20+
POST_PULL_REQUEST_COMMENTS:
1521
description: Whether to post comments on the pull request
1622
PULL_REQUEST_NUMBER:
1723
description: Pull request number
@@ -40,7 +46,10 @@ runs:
4046
env:
4147
GITHUB_PAT: ${{ inputs.GITHUB_PAT }}
4248
BASE_BRANCH: ${{ inputs.BASE_BRANCH }}
49+
CHECK_LOCALIZED_CONTENT: ${{ inputs.CHECK_LOCALIZED_CONTENT }}
50+
CHECK_MARKDOWN_LINT: ${{ inputs.CHECK_MARKDOWN_LINT }}
4351
CHECK_PROTECTED_FIELDS: ${{ inputs.CHECK_PROTECTED_FIELDS }}
52+
CHECK_RETEXT_ANALYSIS: ${{ inputs.CHECK_RETEXT_ANALYSIS }}
4453
COMMIT_HASH: ${{ inputs.COMMIT_HASH }}
4554
POST_PULL_REQUEST_COMMENTS: ${{ inputs.POST_PULL_REQUEST_COMMENTS }}
4655
PULL_REQUEST_NUMBER: ${{ inputs.PULL_REQUEST_NUMBER }}

.github/labeler.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,18 @@ engine reference:
4949
- 'content/en-us/reference/engine/**/*'
5050
- 'content/common/navigation/engine/reference.yaml'
5151

52-
navigation:
53-
- 'content/common/navigation/**/*'
54-
5552
cloud:
5653
- 'content/en-us/cloud/**/*'
5754
- 'content/en-us/assets/open-cloud/**/*'
5855
- 'content/en-us/reference/cloud/**/*'
5956
- 'content/common/navigation/cloud/**/*'
6057

58+
localization:
59+
- any: ['content/**/*', '!content/en-us/**', '!content/common/**']
60+
61+
navigation:
62+
- 'content/common/navigation/**/*'
63+
6164
resources:
6265
- 'content/en-us/resources/**/*'
6366
- 'content/common/navigation/engine/resources.yaml'

.github/workflows/content-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ jobs:
7373
with:
7474
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
7575
BASE_BRANCH: origin/main
76+
CHECK_LOCALIZED_CONTENT: false
77+
CHECK_MARKDOWN_LINT: true
7678
CHECK_PROTECTED_FIELDS: true
79+
CHECK_RETEXT_ANALYSIS: true
7780
COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
7881
EVENT_NAME: ${{ github.event_name }}
7982
POST_PULL_REQUEST_COMMENTS: true

content/common/navigation/engine/guides.yaml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -369,24 +369,26 @@ navigation:
369369
section:
370370
- title: Labels
371371
path: /ui/labels
372+
- title: Buttons
373+
path: /ui/buttons
372374
- title: Frames
373375
path: /ui/frames
376+
- title: Scrolling frames
377+
path: /ui/scrolling-frames
378+
- title: Viewport frames
379+
path: /ui/viewport-frames
374380
- title: Video frames
375381
path: /ui/video-frames
382+
- title: Text input fields
383+
path: /ui/text-input
376384
- title: 2D paths
377385
path: /ui/2D-paths
378-
- title: Interactive
379-
section:
380-
- title: Buttons
381-
path: /ui/buttons
382-
- title: Text input fields
383-
path: /ui/text-input
384-
- title: Proximity prompts
385-
path: /ui/proximity-prompts
386-
- title: UI drag detectors
387-
path: /ui/ui-drag-detectors
388-
- title: 3D drag detectors
389-
path: /ui/3D-drag-detectors
386+
- title: Proximity prompts
387+
path: /ui/proximity-prompts
388+
- title: UI drag detectors
389+
path: /ui/ui-drag-detectors
390+
- title: 3D drag detectors
391+
path: /ui/3D-drag-detectors
390392
- title: Position and size
391393
path: /ui/position-and-size
392394
- title: Layout structures
Lines changed: 3 additions & 0 deletions
Loading

content/en-us/assets/ui/misc/Roblox-UI-And-Cutout.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)