docs: add missing code block language to README.md#10952
docs: add missing code block language to README.md#10952slorber merged 1 commit intofacebook:mainfrom Marukome0743:language
Conversation
|
Hi @Marukome0743! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
✅ [V2]Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
⚡️ Lighthouse report for the deploy preview of this PR
|
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Thanks Normally we don't edit manually the |
Summary: Remove [version 2 ref](facebook/docusaurus#9487) from Docusaurus [README.md](https://github.com/facebook/sapling/blob/main/website/README.md). ```diff - This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. + This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. ``` [Add `bash`](facebook/docusaurus#10952) to code block. Pull Request resolved: #1046 Reviewed By: genevievehelsel Differential Revision: D71368905 fbshipit-source-id: 7e8f99499f434bbc057938b43aa8365c96289317
Pre-flight checklist
Motivation
Some bash scripts don't have code block language like the below.
Then I added the bash language name to them.
It's changes the color and style of source code to make it easier to read.
Test Plan
N/A
Test links
N/A
Related issues/PRs
N/A