From 4f8beb70b98e31468565be8bc6e1ded73a4a251d Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 10 Apr 2026 22:41:52 +0200 Subject: [PATCH] Added documentation for the newly added website root to the root of the Fun project. No code changes. (0.40.5) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 75c135a..3260120 100644 --- a/docs/README.md +++ b/docs/README.md @@ -34,6 +34,7 @@ This file serves as an index of the documents in this directory. Links are relat - [performance.md](./performance.md) - Build/runtime tuning tips and patterns for better performance. - [security-and-sandboxing.md](./security-and-sandboxing.md) - Trust boundaries, I/O expectations, and capability restrictions. - [faq.md](./faq.md) - Frequently asked questions and quick answers. +- [website.md](./website.md) - Documentation for the [fun-lang.xyz](https://fun-lang.xyz) website in the `./web/` directory. - [writing-tests.md](./writing-tests.md) - How to author new tests for Fun and opcode components. - [bytecode-format.md](./bytecode-format.md) - Reference for the bytecode format (split out from internals for convenience). - [roadmap.md](./roadmap.md) - High-level direction, planned features, and pointers to issues.