From a4518064696dc98680119f9417a45594cf5a5fc2 Mon Sep 17 00:00:00 2001 From: Matthew Mamonov Date: Mon, 27 Nov 2023 10:51:31 -0300 Subject: [PATCH] Update CONTRIBUTING.md Fix misleading information. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 421bcc6f..44404640 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ The step 5 is a shorthand for `npm run build:lib && npm link && npm link @maplib ## Project Structure -The source files of the library itself are located under the `/src` folder. The `/src/main.ts` is the main entry point. The `/src/directions` folder contains everything related to the plugin's main purpose. The `/src/control` folder contains all the UI-Control-related source code (is currently WIP). +The source files of the library itself are located under the `/src` folder. The `/src/main.ts` is the main entry point. The `/src/directions` folder contains everything related to the plugin's main purpose. The `/src/control` folder contains all the UI-Control-related source code. TypeDoc is responsible for building all the API documentation. The API documentation is built from the library sources and from the files located under the `/doc` folder.