# Developer portal publishing The developer portal is a static site built from docs and API specs. Publishing must remain deterministic for offline use. Build and publish - Use a pinned Node and pnpm version. - Generate a static site bundle and record SHA256 checksums. - Optionally publish a container image for deployment. Offline operation - Bundle site artifacts with checksums and a manifest. - Serve from local storage without external CDN dependencies. Related references - docs/devportal/publishing.md