Skip to content

Commit d0bdd8d

Browse files
committed
Add documentation
1 parent 2e26d18 commit d0bdd8d

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ composer require magepal/magento2-reindex
3535

3636
## Documentation
3737

38-
[How to Installing Reindex for Magento2](https://www.magepal.com/help/docs/how-to-reindex-magento-2/#installation)
38+
- [How to Installing Reindex for Magento2](https://www.magepal.com/help/docs/how-to-reindex-magento-2/#installation)
3939

40-
[How to setup Reindex for Magento2](https://www.magepal.com/help/docs/how-to-reindex-magento-2/#configuration)
40+
- [How to setup Reindex for Magento2](https://www.magepal.com/help/docs/how-to-reindex-magento-2/#configuration)
4141

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
1515
},
1616
"type": "magento2-module",
17-
"version": "1.0.6",
17+
"version": "1.0.7",
1818
"license": [
1919
"proprietary"
2020
],

etc/adminhtml/system.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<label>About MagePal Reindex</label>
2121
<comment><![CDATA[
2222
<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>
23+
Copyright © 2019 <a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">MagePal, LLC</a>
24+
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2/?utm_source=reindex&utm_medium=admin#documentation" target="_blank">Documentation</a>
25+
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2/?utm_source=reindex&utm_medium=admin#support">Support</a>
26+
<a href="https://www.magepal.com/help/docs/how-to-reindex-magento-2?utm_source=reindex&utm_medium=admin#current_version" target="_blank">Latest Version</a>
27+
<a href="https://www.magepal.com/reindex.html?utm_source=reindex&utm_medium=admin" target="_blank">Extension Detail</a>
28+
<a href="https://www.magepal.com/magento2/extensions.html?utm_source=reindex&utm_medium=admin" target="_blank">More Extensions</a>
2929
</div>
3030
<hr style="border-top: 1px solid #e3e3e3" />
3131
<style>
@@ -45,10 +45,6 @@
4545
#magepal-info {
4646
padding-bottom: 5px;
4747
}
48-
49-
.section-config.active #system_gmailsmtpapp-head {
50-
padding-bottom: 0px;
51-
}
5248
</style>]]></comment>
5349
<field id="module_version" translate="label" type="label" sortOrder="0" showInDefault="1" showInWebsite="0" showInStore="0">
5450
<label>Module Version</label>

0 commit comments

Comments
 (0)