Skip to content

Commit 554a6fe

Browse files
committed
Add note about plugin folder in README
1 parent f3262dd commit 554a6fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ build specific pages (file `index_data/x.json` not found).
6767
- `/components`: ReScript / React components used by multiple pages
6868
- `/ffi`: (to be deprecated) Plain JS that some ReScript code binds to (use `raw` statements for that)
6969
- `/layouts`: All Next layouts used in our pages. Check out `src/common/App.res` for mapping layouts to routes
70+
- `plugins`: Contains plugins for all kinds of things: HighlightJS, MDX, webpack loader, etc.
7071
- `scripts`: Contains a mix of JS / ReScript based scripts that do all kind of code generation / code introspection logic
7172
- `tailwind.config.js`: Contains our Tailwind configuration for all the low level design tokens
7273

0 commit comments

Comments
 (0)