The organization's documentation is stored in a GitHub repository created for the organization and accessible to designated users.
Documentation is served by the Cricket HCMS service running within the Signomix platform and is available to organization members via the Help
option in the Signomix webapp menu, visible after logging into their account.
To share documentation with the organization, create a GitHub repository and add documentation files to it. The repository should be public or accessible to the user who will configure the organization's documentation on the server.
If the folder containing the organization documentation is ~/volumes/organization-docs
and the Demo
organization ID is 2
, the repository can be cloned with the command:
cd ~/volumes/organization-docs git clone https://github.com/signomix/signomix-demo-documentation.git 2
This command will create a folder ~/volumes/organization-docs/2
, where Demo
organization documentation files will be stored.
Demo
documentation by the Cricket HCMS service.