From 198ae58dbc79ef572143520e82ca665e7fece5b2 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 20 Aug 2023 13:36:23 +0530 Subject: docs(contributing): updated project structure --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 210438f..050f15a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,6 +75,8 @@ git checkout -b - `parsers` directory contains all the parsing aka scraping logic - `routes` directory contains all the routers - `utils` directory contains handy utility methods and properties + - `config` directory contains api configuration related files + - `extractors` directory contains anime streaming url extractor files

- `test` directory contains all the tests that needs to be evaluated -- cgit v1.2.3