Skip to content

zsoftly/zcp-docs

Repository files navigation

ZSoftly Documentation

Source for docs.zcp.zsoftly.ca, the official documentation for the ZSoftly Cloud Platform (ZCP) and ZSoftly Private Cloud Platform (ZPCP).

Built with Starlight (Astro).

Prerequisites

  • Node.js ≥ 20
  • pnpm ≥ 10

Local development

pnpm install
pnpm dev          # dev server at http://localhost:4321 (content only)
pnpm build        # full production build
pnpm preview      # serve built output (use this to test code blocks and search)

Code block syntax highlighting and Pagefind search only work correctly in pnpm preview, not pnpm dev.

Quality checks

Run before every commit:

pnpm fmt && pnpm lint && pnpm typecheck && pnpm build

Content structure

src/content/docs/
├── public-cloud/     # ZCP — ZSoftly Cloud Platform (portal, CLI, API)
└── private-cloud/    # ZPCP — ZSoftly Private Cloud Platform

All content is Markdown (.md) or MDX (.mdx). Frontmatter requires at minimum:

---
title: Page Title
---

Contributing

See CONTRIBUTING.md.

Contributor docs

Guides in docs/:

License

Source code and tooling: MIT

Documentation content: © 2026 ZSoftly Technologies Inc. All rights reserved.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors