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
+1
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ 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
+
-`misc_docs`: Contains `pages` independent resources that are embedded in miscellaneous pages (e.g. for the syntax lookup)
61
62
-`pages`: All Next pages. Those are written in JS / MDX, some pages are re-exporting ReScript based pages from the `src/` directory.
62
63
-`styles`: Contains all extra CSS that cannot be expressed with Tailwind
63
64
-`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