From 81e1b861b53be077f9f0ba62bff316e1097acfd8 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 21 Jun 2026 02:27:29 +0200 Subject: [PATCH] docs: remove Project Documents section from README --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index ceadf32..854db33 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ only appears where browser state actually earns its place. - [How It Is Built](#how-it-is-built) - [Working Locally](#working-locally) - [Repository Map](#repository-map) -- [Project Documents](#project-documents) ## What This Project Is @@ -181,16 +180,6 @@ Configuration is loaded from environment variables, and a local `.env` file is r | `static` | TypeScript source for client-side behavior. | | `scripts` | Bun-powered development and maintenance scripts. | -## Project Documents - -This repository includes the usual project-level documents for public review and reuse: - -| Document | Purpose | -| --- | --- | -| [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) | Sets expectations for respectful project participation. | -| [`SECURITY.md`](SECURITY.md) | Explains how to report vulnerabilities and what is in scope. | -| [`LICENSE`](LICENSE) | MIT license terms. | - --- Released under the [MIT License](LICENSE).