Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs-beta] format mdx with prettier #26491

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cmpadden
Copy link
Contributor

@cmpadden cmpadden commented Dec 13, 2024

Summary & Motivation

This is the result of remove docs/ from .prettierignore, and running the fix command.

Note that we've configured the use of single quotes and line length in .prettierrc.js:

module.exports = {
  bracketSpacing: false,
  printWidth: 100,
  singleQuote: true,
  trailingComma: 'all',
};

That is why quotes were converted to single quotes in the front matter.

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

@cmpadden cmpadden changed the title Colton/docs beta prettier [docs-beta] format mdx with prettier Dec 13, 2024
Copy link

Deploy preview for dagster-docs-beta ready!

Preview available at https://dagster-docs-beta-io3iukp7w-elementl.vercel.app

Direct link to changed pages:

@neverett neverett added the area:docs-revamp Related to the revamp of the docs label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs-revamp Related to the revamp of the docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants