This repository guides developers through containerising an app, creating zenith-compose.yml, and submitting the app to Zenith.
The site is built with Mintlify. Pages are MDX files, and site configuration lives in docs.json.
../zenith/internal/xzenith/xzenith.protodefines the public schema.../zenith/internal/xzenith/validate.godefines intrinsic validation.../zenith/internal/kubernetes2/transform/validator.govalidates a full app proposal.../zenith/internal/xzenith/ENV.mddefines environment resolution.
Install the Mintlify CLI to preview your documentation changes locally. To install, use the following command:
npm i -g mint
Run the following command at the root of your documentation, where your docs.json is located:
mint dev
View your local preview at http://localhost:3000.
mint broken-links
mint validate