Organization Documentation Management

The organization’s documentation is stored in a GitHub repository created for that organization and accessible to designated users.

The documentation is served by the Cricket HCMS service, which operates within the Signomix platform, and is available to organization members via the Help option in the Signomix web application menu, visible after logging into their account.

Sharing Documentation

To make the organization’s documentation available, create a GitHub repository and add the documentation files to it. The repository should be public or accessible to the user who will be configuring the organization’s documentation on the server.

  1. Cloning the repository on the server where Signomix is running.

If the folder containing the organization’s documentation is ~/volumes/organization-docs, and the Demo organization’s ID is 2, then the repository can be cloned using the following command:

cd ~/volumes/organization-docs
git clone https://github.com/signomix/signomix-demo-documentation.git 2

This command will create the folder ~/volumes/organization-docs/2, where the Demo organization’s documentation files will be stored.

  1. Configuring Demo documentation support via the Cricket HCMS service.
© 2023-2025 Grzegorz Skorupa