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.
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.
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.
Demo documentation support via the Cricket HCMS service.