Skip to content

Commit c58a2ff

Browse files
committed
remove some redundancy
1 parent 5e2d933 commit c58a2ff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,14 +221,11 @@ formatting guidelines. In your local build environment, please run the code form
221221
by executing the command `yarn format`. Once the code is formatted, commit the changes and push your
222222
branch. The push should cause the CI to re-check your PR's changes.
223223

224-
### Generating Documentation HTML Files
224+
# Generating Documentation HTML Files
225225

226226
If the Doc Change Check fails in your PR, it indicates that the documentation has not been generated
227-
correctly for the changes. In your local build environment, please run `yarn docgen devsite` to
228-
generate the documentation locally. Once the documentation has been generated, commit the changes
229-
and push your branch. The push should cause the CI to re-check your PR's changes.
230-
231-
In order to generate the HTML documentation files locally, go to the root of this repo, and run:
227+
correctly for the changes. In your local build environment, please run the following commands in the
228+
root directory to generate the documentation locally:
232229

233230
```
234231
yarn

0 commit comments

Comments
 (0)