Skip to content

Commit c2309bf

Browse files
maciej-kaaweary
authored andcommitted
Delete examples dir from codebase overview (#9397)
Removes doc about folder that no longer exists.
1 parent 457b812 commit c2309bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/contributing/codebase-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ After cloning the [React repository](https://github.com/facebook/react), you wil
6666

6767
* [`src`](https://github.com/facebook/react/tree/master/src) is the source code of React. **If your change is related to the code, `src` is where you'll spend most of your time.**
6868
* [`docs`](https://github.com/facebook/react/tree/master/docs) is the React documentation website. When you change APIs, make sure to update the relevant Markdown files.
69-
* [`examples`](https://github.com/facebook/react/tree/master/examples) contains a few small React demos with different build setups.
7069
* [`packages`](https://github.com/facebook/react/tree/master/packages) contains metadata (such as `package.json`) for all packages in the React repository. Nevertheless, their source code is still located inside [`src`](https://github.com/facebook/react/tree/master/src).
7170
* `build` is the build output of React. It is not in the repository but it will appear in your React clone after you [build it](/react/contributing/how-to-contribute.html#development-workflow) for the first time.
7271

0 commit comments

Comments
 (0)