From 7c0c22e038a3b3c41c039367ba3aa00082e1dd5c Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 29 Oct 2018 19:56:55 -0400 Subject: [PATCH] add link to development doc, in developer docs readme --- developer_docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_docs/README.md b/developer_docs/README.md index 5ca0f118..cf72650c 100644 --- a/developer_docs/README.md +++ b/developer_docs/README.md @@ -2,6 +2,7 @@ This folder contains documents intended for developers of the p5.js Web Editor. ## List of Documents * [Installation](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/installation.md) - A guide for setting up your development environment +* [Development](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/development.md) - A guide for adding code to the web editor * [Preparing a pull-request](https://github.com/processing/p5.js/blob/master/developer_docs/preparing_a_pull_request.md) - Instructions for how to make a pull-request * [Accessibility Guidelines](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/accessibility.md) - Guidelines for writing code to create an accessible application * [Deployment](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/deployment.md) - A guide to production deployment, and all platforms that are being used.