From 3eea6baeb6e02401a01459087c9c5d2d31d52061 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Tue, 7 Sep 2021 11:23:38 +0200 Subject: [PATCH] docs(contributing): add middleware --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5828ab3308..5594bd4be1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -140,6 +140,7 @@ Here are the main files and folders of the project. ▸ connectors/ << The source of all the connectors driving the widgets' logic ▸ helpers/ << The source of the method helpers ▸ lib/ << The core of the library (InstantSearch, routers, etc.) + ▸ middleware/ << The source of the middleware ▸ types/ << The TypeScript declarations ▸ widgets/ << The source of the widgets ```