| Docs frontend | foundersnest/docs-site/package.json, foundersnest/docs-site/docusaurus.config.ts | FoundersNest docs frontend is a standalone Docusaurus site that reads content from ../docs |
| Build hooks | foundersnest/package.json | Root scripts include docs:install, docs:dev, docs:build, and docs:serve |
| Static output | foundersnest/docs-site/README.md | Docusaurus outputs to docs-site/build |
| Main container | foundersnest/Dockerfile | FoundersNest production container builds and serves the main app, not the Docusaurus docs build |
| Reverse proxy | foundersnest/nginx.conf | Checked-in Nginx config is for the main app and API gateway, not a docs subdomain |
| Runtime startup | foundersnest/server/start-prod.sh | Main runtime starts Nginx plus a Node API process |
| CI/CD | no checked-in foundersnest/.github/workflows directory | No docs-specific GitHub Actions workflow was present in the repo snapshot |