Add knowledge base page content

[MAILPOET-949]
This commit is contained in:
Pavel Dohnal
2017-06-28 15:36:51 +01:00
parent 43fa12ec08
commit a7504136a2
2 changed files with 15 additions and 2 deletions

View File

@@ -13,7 +13,18 @@ function KnowledgeBase() {
<Tabs tab="knowledgeBase" />
<div>asdfasdf</div>
<p>{MailPoet.I18n.t('knowledgeBaseIntro')}</p>
<ul>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/116-common-problems">Common Problems</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/165-newsletters">Newsletters</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/156-migration-questions">Migration Questions</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/149-sending-methods">Sending Methods</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/139-subscription-forms">Subscription Forms</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/114-getting-started">Getting Started</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/123-newsletter-designer">Newsletter Designer</a></li>
<li><a target="_blank" href="http://beta.docs.mailpoet.com/category/121-subscribers-and-lists">Subscribers and Lists</a></li>
</ul>
<a href="http://beta.docs.mailpoet.com/" className="button button-primary">{MailPoet.I18n.t('knowledgeBaseButton')}</a>
</div>
);
};

View File

@@ -12,7 +12,9 @@
<%= localize({
'pageTitle': __('Help'),
'tabKnowledgeBaseTitle': __('Knowledge Base'),
'tabSystemInfoTitle': __('System Info')
'tabSystemInfoTitle': __('System Info'),
'knowledgeBaseIntro': __('Click on one of these categories below to find more information'),
'knowledgeBaseButton': __('Visit our Knowledge Base for more articles'),
}) %>
<% endblock %>