You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,9 @@ build specific pages (file `index_data/x.json` not found).
58
58
-`data`: Contains hand-curated data, such as sidebar ordering, blog data, etc
59
59
-`index_data`: Contains generated data, usually generated by scripts like `scripts/extract-tocs.js`
60
60
-`compilers`: Contains a subdirectory with independently installed ReScript compilers, to be able to compile / test examples with different ReScript versions
61
-
-`pages`: All Next pages. Those are written in JS / MDX, some pages are re-exporting ReScript based pages from `src/MyPage.res`
61
+
-`pages`: All Next pages. Those are written in JS / MDX, some pages are re-exporting ReScript based pages from the `src/` directory.
62
62
-`styles`: Contains all extra CSS that cannot be expressed with Tailwind
63
-
-`src`: Contains all ReScript related code for the UI
64
-
-`/`: Within `src`, you will find all ReScript based Next pages that are re-exported in the `pages` directory
63
+
-`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
65
64
-`/bindings`: (Zero-cost) bindings to JS libraries / apis
66
65
-`/common`: ReScript modules that are neither `bindings`, nor `components`
67
66
-`/components`: ReScript / React components used by multiple pages
0 commit comments