Skip to content

DiscipleTools/disciple-tools-user-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disciple.Tools User Documentation

This directory contains the user documentation for Disciple.Tools generated from code.

User Guides

Contributing to Documentation

If you'd like to contribute to this documentation, please:

  1. Fork the repository
  2. Make your changes
  3. 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

Generating Screenshots

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

Starter prompt for new documentation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published