Merge pull request #1229 from gabrielsroka/patch-1

Update README.md
This commit is contained in:
Cassie Tarakajian 2020-01-08 12:36:00 -05:00 committed by GitHub
commit c190ee98e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
This folder contains documents intended for developers of the p5.js Web Editor. This folder contains documents intended for developers of the p5.js Web Editor.
## List of Documents ## 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 * [Installation](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 * [Development](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 * [Preparing a pull-request](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 * [Accessibility Guidelines](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. * [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
## Documents to Create ## Documents to Create
* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/developer_docs/design_principles.md) * Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/developer_docs/design_principles.md)