Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Welcome to the official documentation for MetaSSR Framework. This guide will hel
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [Developer Documentation](#developer-documentation)
- [Contributing](#contributing)

---
Expand All @@ -26,6 +27,14 @@ We welcome contributions from the community! Visit the [Contributing](../CONTRIB
- [Contributing Guide](../CONTRIBUTING.md)
- [Code of Conduct](../CODE_OF_CONDUCT.md)

---

## Developer Documentation

Internal documentation for contributors who want to understand MetaSSR's internals.

- [Architecture](./dev/Architecture.md) — High-level design, crate responsibilities, build pipeline, SSR request lifecycle, hot-reload flow, and MetaCall integration points.


---

Expand Down
Loading