From 17267655406bc98bdd5e39639827e671b07947f9 Mon Sep 17 00:00:00 2001 From: Khushi256 Date: Mon, 16 Mar 2026 23:51:04 +0530 Subject: [PATCH 1/2] docs: add missing files to contributor docs list --- contributor_docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributor_docs/README.md b/contributor_docs/README.md index f1536f549b..6175f34bf5 100644 --- a/contributor_docs/README.md +++ b/contributor_docs/README.md @@ -17,6 +17,12 @@ These guides aren't exhaustive, and do not cover all the possible ways you can c - [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used. - [Release](./release.md) - A guide to creating a production release. - [Typescript Migration](typescript_migration.md) - About the Typescript Migration project. +- [Public API](public_api.md) - The current Web Editor programmatic API for uploading sketches and working with files. +- [Proposed Public API](public_api_proposed.md) - Proposed API extensions and design notes for future endpoints. +- [Styling](styling.md) - UI styling guidelines and front-end design best practices. +- [S3 Configuration](s3_configuration.md) - Steps for setting up Amazon S3 and required environment variables. +- [GSoC Hinter and Refactoring Changes](GSOC_hinter_and_refactoring_changes.md) - Architecture overview for autocomplete hinter and refactoring systems built during GSoC 2025. +- [pr05 2025 Typescript Migration](pr05_2025_typescript_migration/index.md) - Project appendix and migration status for the 2025 incremental TypeScript migration. ## Documents to Create From effc211595d4071ce38f3997d6cdeebb86f62d1c Mon Sep 17 00:00:00 2001 From: Khushi256 Date: Wed, 18 Mar 2026 13:57:53 +0530 Subject: [PATCH 2/2] docs: normalize file paths in contributor_docs README --- contributor_docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributor_docs/README.md b/contributor_docs/README.md index 6175f34bf5..722e3b3be6 100644 --- a/contributor_docs/README.md +++ b/contributor_docs/README.md @@ -9,13 +9,13 @@ These guides aren't exhaustive, and do not cover all the possible ways you can c - [Contribution Guide](https://github.com/processing/p5.js-web-editor/blob/develop/.github/CONTRIBUTING.md) - A place to get started! - [Installation](installation.md) - A guide for setting up your development environment. - [Development](development.md) - A guide for contributing code to the codebase. -- [Testing](./testing.md) - A guide for writing and running tests in the codebase. +- [Testing](testing.md) - A guide for writing and running tests in the codebase. - [Preparing an Issue](preparing_an_issue.md) - Instructions for creating and navigating issues. - [Preparing a Pull Request](preparing_a_pull_request.md) - Instructions for making a pull-request. - [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application. - [Translations Guidelines](translations.md) - Guidelines for translating the p5.js editor. - [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used. -- [Release](./release.md) - A guide to creating a production release. +- [Release](release.md) - A guide to creating a production release. - [Typescript Migration](typescript_migration.md) - About the Typescript Migration project. - [Public API](public_api.md) - The current Web Editor programmatic API for uploading sketches and working with files. - [Proposed Public API](public_api_proposed.md) - Proposed API extensions and design notes for future endpoints.