Skip to content

Commit f8a2266

Browse files
committed
Remove theme cli doc from build-overview
1 parent 7f7758f commit f8a2266

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pages/docs/manual/latest/build-overview.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@ canonical: "/docs/manual/latest/build-overview"
99

1010
ReScript comes with a build system, bsb, that's meant to be fast, lean and used as the authoritative build system of the community.
1111

12-
Bsb provides a few templates to quickly start a new project:
13-
14-
```sh
15-
bsb -init my-directory-name
16-
```
17-
18-
Feel free to inspect the various files in the newly generated directory. To see all the templates available, do:
19-
20-
```sh
21-
bsb -themes
22-
```
23-
2412
The build description file is called `bsconfig.json`. Every ReScript project needs one.
2513

2614
**To build a project**, run:

0 commit comments

Comments
 (0)