Skip to content

Commit e5f81c7

Browse files
authored
Added documentations links on top of the indexing queue page (#931)
1 parent e3df7d3 commit e5f81c7

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

view/adminhtml/templates/queue/status.phtml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
<style type="text/css">
22
.algolia-notice { margin-bottom: 2rem; }
3+
.algolia-admin-content { margin-bottom: 2rem; }
34
</style>
4-
5+
<div class="algolia-admin-content">
6+
<div class="algolia-admin-content-wrapper">
7+
<div class="algolia-admin-content-links">
8+
<p>
9+
<span>
10+
<img src="<?php echo $this->getViewFileUrl('Algolia_AlgoliaSearch::images/icon-docs.svg') ?>">
11+
<a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/how-it-works/indexing-queue/?utm_source=magento&amp;utm_medium=extension&amp;utm_campaign=magento_2&amp;utm_term=shop-owner&amp;utm_content=doc-link">Indexing queue documentation</a>
12+
</span>
13+
</p>
14+
<p>
15+
<span>
16+
<img src="<?php echo $this->getViewFileUrl('Algolia_AlgoliaSearch::images/icon-docs.svg') ?>">
17+
<a target="_blank" href="https://www.algolia.com/doc/integration/magento-2/troubleshooting/data-indexes-queues/?utm_source=magento&amp;utm_medium=extension&amp;utm_campaign=magento_2&amp;utm_term=shop-owner&amp;utm_content=doc-link">Indexing troubleshooting guide</a>
18+
</span>
19+
</p>
20+
</div>
21+
<div class="algolia-admin-content-videos">
22+
<p>
23+
<span>Related video:</span>
24+
<a target="_blank" href="https://www.youtube.com/watch?v=0V1BSKlCm10"><img src="https://img.youtube.com/vi/0V1BSKlCm10/mqdefault.jpg"></a>
25+
<a target="_blank" href="https://www.youtube.com/watch?v=0V1BSKlCm10">The indexing queue</a>
26+
</p>
27+
</div>
28+
</div>
29+
</div>
530
<?php if ($this->isQueueActive()) : ?>
631
<div class="message message-notice notice algolia-notice">
732
<div data-ui-id="messages-message-notice">

0 commit comments

Comments
 (0)