Skip to content

Commit 094ceb1

Browse files
authored
Merge branch 'main' into rbxphogen-patch-1
2 parents efed6ee + 93d728f commit 094ceb1

File tree

172 files changed

+9682
-10421
lines changed

Some content is hidden

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

172 files changed

+9682
-10421
lines changed

.github/workflows/content-checks.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,22 @@ jobs:
6363
run: npm ci
6464

6565
- name: Print workflow information
66+
env:
67+
EVENT_NAME: ${{ github.event_name }}
68+
PR_NUMBER: ${{ github.event.pull_request.number }}
69+
PR_USER_LOGIN: ${{ github.event.pull_request.user.login }}
70+
BASE_REF: ${{ github.event.pull_request.base.ref }}
71+
BASE_SHA: ${{ github.event.pull_request.base.sha }}
72+
HEAD_REF: ${{ github.event.pull_request.head.ref }}
73+
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
6674
run: |
67-
echo "Event name: ${{ github.event_name }}"
68-
echo "Pull request number: ${{ github.event.pull_request.number }}"
69-
echo "Pull request user login: ${{ github.event.pull_request.user.login }}"
70-
echo "Base (target) ref: ${{ github.event.pull_request.base.ref }}"
71-
echo "Base (target) sha: ${{ github.event.pull_request.base.sha }}"
72-
echo "Head (source) ref: ${{ github.event.pull_request.head.ref }}"
73-
echo "Head (source) sha: ${{ github.event.pull_request.head.sha }}"
75+
echo "Event name: $EVENT_NAME"
76+
echo "Pull request number: $PR_NUMBER"
77+
echo "Pull request user login: $PR_USER_LOGIN"
78+
echo "Base (target) ref: $BASE_REF"
79+
echo "Base (target) sha: $BASE_SHA"
80+
echo "Head (source) ref: $HEAD_REF"
81+
echo "Head (source) sha: $HEAD_SHA"
7482
git status
7583
git remote -v
7684
git log --oneline -n 10

content/common/navigation/education.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ navigation:
6969
path: /education/lesson-plans/digital-citizenship/intro-to-roblox
7070
- title: Be a digital citizen
7171
path: /education/lesson-plans/digital-citizenship/being-a-digital-citizen
72+
- title: Develop civil and safe games
73+
path: /education/lesson-plans/digital-citizenship/civil-and-safe-game
7274
- title: Lights and polish
7375
path: /education/lesson-plans/digital-citizenship/lights-and-polish
7476
- title: Coding fundamentals

content/common/navigation/engine/guides.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@ navigation:
356356
path: /ui/on-screen-containers
357357
- title: In-experience UI
358358
path: /ui/in-experience-containers
359+
- title: Accessibility guidelines
360+
path: /production/publishing/accessibility
359361
- title: UI objects
360362
section:
361363
- title: Labels
@@ -532,6 +534,10 @@ navigation:
532534
path: /cloud-services/memory-stores/best-practices
533535
- title: Secrets stores
534536
path: /cloud-services/secrets
537+
- title: In-experience HTTP requests
538+
path: /cloud-services/http-service
539+
- title: Extended Services
540+
path: /cloud-services/extended-services
535541
- title: Cross-server communication
536542
path: /cloud-services/cross-server-messaging
537543
- title: Roblox for Unity developers

0 commit comments

Comments
 (0)