docs: remove Project Documents section from README

This commit is contained in:
2026-06-21 02:27:29 +02:00
committed by Milas Holsting
parent ce64efaf5f
commit 81e1b861b5

View File

@@ -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).