PERSCOM is a powerful personnel management platform built for military simulation units, emergency services, and public safety organizations. It provides tools for managing personnel records, assignments, awards, qualifications, and more.
| Directory | Description |
|---|---|
docs/ |
General product documentation |
guides/ |
Step-by-step user guides |
integrations/ |
API, SDKs, webhooks, and third-party integrations |
api-reference/ |
Complete API endpoint documentation |
- Node.js (v18 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/DeschutesDesignGroupLLC/perscom-docs.git cd perscom-docs -
Install the Mintlify CLI:
npm i -g mintlify
-
Install dependencies:
npm install
-
Start the development server:
mintlify dev
-
Open http://localhost:3000 in your browser.
Run Prettier to format files before committing:
npm run formatWe welcome contributions to improve the documentation. Please see CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch (
git checkout -b improve-docs) - Make your changes
- Run
npm run formatto format your changes - Commit your changes (
git commit -m "Improve X documentation") - Push to the branch (
git push origin improve-docs) - Open a Pull Request
This documentation is open source and available under the MIT License.
