Skip to content

Commit f3262dd

Browse files
committed
Update README with misc_docs dir
1 parent 99801b2 commit f3262dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ build specific pages (file `index_data/x.json` not found).
5858
- `data`: Contains hand-curated data, such as sidebar ordering, blog data, etc
5959
- `index_data`: Contains generated data, usually generated by scripts like `scripts/extract-tocs.js`
6060
- `compilers`: Contains a subdirectory with independently installed ReScript compilers, to be able to compile / test examples with different ReScript versions
61+
- `misc_docs`: Contains `pages` independent resources that are embedded in miscellaneous pages (e.g. for the syntax lookup)
6162
- `pages`: All Next pages. Those are written in JS / MDX, some pages are re-exporting ReScript based pages from the `src/` directory.
6263
- `styles`: Contains all extra CSS that cannot be expressed with Tailwind
6364
- `src`: Contains all ReScript related code for the UI. Within `src`, you will also find all ReScript based Next pages that are re-exported in the `pages` directory

0 commit comments

Comments
 (0)