Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting_started/farmer_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ The {doc}`OpenSPP Farmer Registry <../overview/products/farmer_registry>` config
1. Navigate to the **Apps** menu.
2. In the Apps menu, search for {doc}`spp_base_farmer_registry </reference/modules/spp_base_farmer_registry>` or "OpenSPP Farmer Registry Base"

![Searching for SPP Farmer Registry module](module_installation/05-spp_farmer1.jpg)
![Searching for SPP Farmer Registry module](module_installation/05-spp_Farmer1.jpg)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The filename for this image uses mixed case (spp_Farmer1.jpg). For consistency with other images in the documentation (like 12-social_inst_base01.jpg and 01-apps-ui.jpg), it's better to use all lowercase for filenames (e.g., spp_farmer1.jpg). This helps avoid potential issues on case-sensitive filesystems and improves maintainability. Please consider renaming the image file to use all lowercase.

Suggested change
![Searching for SPP Farmer Registry module](module_installation/05-spp_Farmer1.jpg)
![Searching for SPP Farmer Registry module](module_installation/05-spp_farmer1.jpg)


3. Click the **Activate** button to install the module and its dependencies.

![SPP Farmer Registry module installation complete](module_installation/06-spp_farmer2.jpg)
![SPP Farmer Registry module installation complete](module_installation/06-spp_Farmer2.jpg)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Similar to the comment above, the filename for this image uses mixed case (spp_Farmer2.jpg). For consistency, it's better to use all lowercase for filenames (e.g., spp_farmer2.jpg).

Suggested change
![SPP Farmer Registry module installation complete](module_installation/06-spp_Farmer2.jpg)
![SPP Farmer Registry module installation complete](module_installation/06-spp_farmer2.jpg)


4. Restart OpenSPP after installing the module:
```bash
Expand Down
Binary file modified docs/getting_started/module_installation/02-spp_base01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/module_installation/03-spp_base2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/module_installation/04-spp_base3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/module_installation/05-spp_farmer1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/getting_started/module_installation/06-spp_farmer2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/getting_started/social_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ The {doc}`OpenSPP Social Registry <../overview/products/social_registry>` config

1. Navigate to the **Apps** menu.
2. In the Apps menu, search for {doc}`spp_base_social_registry </reference/modules/spp_base_social_registry>` or "OpenSPP Social Registry Base"

![Searching for SPP Base module in Apps](module_installation/12-social_inst_base01.jpg)

3. Click the **Activate** button to install the module and its dependencies
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For grammatical consistency, please add a period at the end of this sentence. Other steps in the documentation follow this convention.

Suggested change
3. Click the **Activate** button to install the module and its dependencies
3. Click the **Activate** button to install the module and its dependencies.


![SPP Base module installation screen](module_installation/13-social_inst_base2.jpg)

4. Restart OpenSPP after installing the module:
```bash
sudo systemctl restart openspp
Expand Down