Publish
Take your docs live on the Fiskil docs platform
When your site is ready, publish it with one command. The platform builds your content and deploys it — you don't manage any hosting yourself.
Publish
npx fiskil publishAuthenticate with a Fiskil-issued token, passed as --token or the
FISKIL_DOCS_TOKEN environment variable:
FISKIL_DOCS_TOKEN=... npx fiskil publish --site my-docsRun npx fiskil build locally first to catch any issues before you deploy —
the same build runs on the platform.
Preview vs production
Deploy to a preview URL to review changes before they go live, then promote to production:
npx fiskil publish --target preview
npx fiskil publish --target productionCustom domains
Serve your docs on your own domain (for example docs.acme.com) rather than the
default platform URL. Point the domain at the platform and it's provisioned for
your site — then every publish deploys there.
Back to the start
Re-run the quickstart on your own content.