Skip to content

Commit 2e26d18

Browse files
committed
Update documentation
1 parent f5641f5 commit 2e26d18

File tree

2 files changed

+35
-15
lines changed

2 files changed

+35
-15
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,12 @@ By default, you can set your store indexers to "Update on Save" or "Update by Sc
3232
```
3333
composer require magepal/magento2-reindex
3434
```
35-
##### Manually (not recommended)
36-
* Download the extension
37-
* Unzip the file
38-
* Create a folder {Magento 2 root}/app/code/MagePal/Reindex
39-
* Copy the content from the unzip folder
4035

41-
#### Step 2 - Enable Reindex (from {Magento root} folder)
42-
* php -f bin/magento module:enable --clear-static-content MagePal_Reindex
43-
* php -f bin/magento setup:upgrade
44-
45-
#### How to Reindex Magento2 (from Admin with extension)
36+
## Documentation
4637

47-
![Magento2 how to Reindex](https://image.ibb.co/nt4GDd/how_to_reindex_magento2.png)
38+
[How to Installing Reindex for Magento2](https://www.magepal.com/help/docs/how-to-reindex-magento-2/#installation)
4839

49-
* Admin > System > Index Management > Select Index Checkbox > Index Action > Reindex > Submit
40+
[How to setup Reindex for Magento2](https://www.magepal.com/help/docs/how-to-reindex-magento-2/#configuration)
5041

5142
#### How to reindex your Magento 2 store from Command Line - One or more indexers are invalid
5243

etc/adminhtml/system.xml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,38 @@
1818
<group id="about" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="0" translate="label">
1919
<attribute type="expanded">1</attribute>
2020
<label>About MagePal Reindex</label>
21-
<comment><![CDATA[ <strong>Copyright © 2019 <a href="http://bit.ly/MPEXRI" target="_blank">www.magepal.com</a> / <a href="mailto:support@magepal.com">support@magepal.com</a></strong><br />
22-
Discover other must have extensions at <a href="http://bit.ly/MPEXRI" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
23-
<hr style="border-top: 1px solid #e3e3e3" /> ]]></comment>
21+
<comment><![CDATA[
22+
<div id="magepal-info">
23+
Copyright © 2019 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">MagePal, LLC</a>
24+
<a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#documentation" target="_blank">Documentation</a>
25+
<a href="https://www.magepal.com/help/docs/smtp-magento/?utm_source=smtp&utm_medium=admin#support">Support</a>
26+
<a href="https://www.magepal.com/help/docs/smtp-magento?utm_source=smtp&utm_medium=admin#current_version" target="_blank">Latest Version</a>
27+
<a href="https://www.magepal.com/custom-smtp.html?utm_source=smtp&utm_medium=admin" target="_blank">Extension Detail</a>
28+
<a href="https://www.magepal.com/magento2/extensions.html?utm_source=smtp&utm_medium=admin" target="_blank">More Extensions</a>
29+
</div>
30+
<hr style="border-top: 1px solid #e3e3e3" />
31+
<style>
32+
#magepal-info a {
33+
font-weight: bold;
34+
border-left: 2px solid #e3e3e3;
35+
padding-left:10px;
36+
padding-right:10px;
37+
color: #ef7e1e;
38+
}
39+
40+
#magepal-info a:first-child {
41+
padding-left: 5px;
42+
border-left: none;
43+
}
44+
45+
#magepal-info {
46+
padding-bottom: 5px;
47+
}
48+
49+
.section-config.active #system_gmailsmtpapp-head {
50+
padding-bottom: 0px;
51+
}
52+
</style>]]></comment>
2453
<field id="module_version" translate="label" type="label" sortOrder="0" showInDefault="1" showInWebsite="0" showInStore="0">
2554
<label>Module Version</label>
2655
<frontend_model>MagePal\Reindex\Block\Adminhtml\System\Config\Form\Module\Version</frontend_model>

0 commit comments

Comments
 (0)