-
Notifications
You must be signed in to change notification settings - Fork 4
Updated screenshots for Module installation #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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" | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
||||||
| 3. Click the **Activate** button to install the module and its dependencies. | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to the comment above, the filename for this image uses mixed case (
Suggested change
|
||||||
|
|
||||||
| 4. Restart OpenSPP after installing the module: | ||||||
| ```bash | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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" | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 3. Click the **Activate** button to install the module and its dependencies | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For grammatical consistency, please add a period at the end of this sentence. Other steps in the documentation follow this convention.
Suggested change
|
||||||
|
|
||||||
|  | ||||||
|
|
||||||
| 4. Restart OpenSPP after installing the module: | ||||||
| ```bash | ||||||
| sudo systemctl restart openspp | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The filename for this image uses mixed case (
spp_Farmer1.jpg). For consistency with other images in the documentation (like12-social_inst_base01.jpgand01-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.