diff --git a/docs/contributing/architecture.mdx b/docs/contributing/architecture.mdx index 176a933c6..0da83d072 100644 --- a/docs/contributing/architecture.mdx +++ b/docs/contributing/architecture.mdx @@ -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. diff --git a/docs/contributing/development.mdx b/docs/contributing/development.mdx index d3fa96ac9..e381ec166 100644 --- a/docs/contributing/development.mdx +++ b/docs/contributing/development.mdx @@ -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." ---