mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-15 02:53:25 +10:00
docs(contributing): align app names in guide frontmatter (#3287)
- Problem: development.mdx and architecture.mdx frontmatter still referenced removed client/worker/artboard apps even though the monorepo only ships apps/web and apps/server. - Fix: update both descriptions to say web and server apps. - Verification: docs-only; grep confirms only apps/web and apps/server exist. Co-authored-by: Amruth Pillai <im.amruth@gmail.com>
This commit is contained in:
co-authored by
Amruth Pillai
parent
dd9843172b
commit
a8d1f5a685
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Project Architecture"
|
||||
description: "Explore the Reactive Resume monorepo layout, runtime boundaries between client, server, artboard, and worker apps, and the package ownership model."
|
||||
description: "Explore the Reactive Resume monorepo layout, runtime boundaries between the web and server apps, and the package ownership model."
|
||||
---
|
||||
|
||||
Reactive Resume is a pnpm/Turborepo monorepo. The product runs as one deployed Node.js process, while the source is split into a full-stack web app, a server adapter, and focused internal packages.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Development Setup"
|
||||
description: "Set up a local development environment for Reactive Resume with pnpm, Docker services, environment variables, and the client, server, and worker apps."
|
||||
description: "Set up a local development environment for Reactive Resume with pnpm, Docker services, environment variables, and the web and server apps."
|
||||
---
|
||||
|
||||
<Info>
|
||||
|
||||
Reference in New Issue
Block a user