Skip to content
Closed

Gud #1144

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/en-us/tutorials/first-experience/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
fifa

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • Heading style (MD003/heading-style/header-style)
  • Expected: atx; Actual: setext.

For more information, see the Markdownlint docs for MD003/heading-style/header-style.

⛔️ This change is a requirement. Please fix it before merging.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • Headings should be surrounded by blank lines (MD022/blanks-around-headings/blanks-around-headers)
  • Expected: 1; Actual: 0; Below.

For more information, see the Markdownlint docs for MD022/blanks-around-headings/blanks-around-headers. You might be able to fix this by using markdownlint for VS Code or by running npm ci && npm run markdownlint.

⛔️ This change is a requirement. Please fix it before merging.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The content quality library markdownlint says:

  • First line in a file should be a top-level heading (MD041/first-line-heading/first-line-h1)

For more information, see the Markdownlint docs for MD041/first-line-heading/first-line-h1.

⛔️ This change is a requirement. Please fix it before merging.

---
title: Create your first experience
description: Explains the process of creating your first experience in Roblox Studio.
---
......... try

After you complete the onboarding tour and are familiar with Roblox Studio's user interface, you're ready to start creating experiences on the platform.

Expand Down
Loading