This directory contains the user documentation for Disciple.Tools generated from code.
- Customizations (D.T) BETA - Learn how to customize record types, tiles, and fields in Disciple.Tools
- Creating and Managing Contacts - Learn how to create and manage contacts in Disciple.Tools
- Bulk Deleting Contacts - Learn how to safely bulk delete multiple contacts at once
- Changing Your Display Name - Learn how to change your display name in the Settings page
If you'd like to contribute to this documentation, please:
- Fork the repository
- Make your changes
- Submit a pull request
When adding new documentation:
- Use markdown format
- Include a table of contents for longer documents
- Add the file to this README.md
- Place screenshots in the
img/
directory, organized in subdirectories by topic
Each documentation section has a corresponding script in the gen-scripts/
directory:
# To generate screenshots for the contacts documentation
./gen-scripts/generate-contacts-screenshots.sh
# To generate screenshots for the bulk delete contacts documentation
./gen-scripts/generate-bulk-delete-contacts-screenshots.sh
# To generate screenshots for the display name documentation
./gen-scripts/generate-display-name-screenshots.sh
Based on the existing structure and format generate new user documentation for "x".
Use cypress to captures screenshots. Do not create placeholder images or descriptions files. Makes sure all selectors point to valid elements.
Put the new documentation .md fil is the /docs folder. The script to generate the screenshots in the /gen-scripts folder. Make it executable. The images in the /img folders under the correct subfolder.
All the project code is available in the wp-content/themes/disciple-tools-theme folder. In the end Prompt the user to run the script to generate the screenshots.