|
@@ -22,15 +22,18 @@ const BotCreateProcess = () => {
|
|
|
{t('admin:slack_integration.accordion.create_bot')}
|
|
{t('admin:slack_integration.accordion.create_bot')}
|
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
|
</button>
|
|
</button>
|
|
|
- {/* TODO: If Bot-manual section of docs is merged into master, show links and add an appropriate links by GW-5614. */}
|
|
|
|
|
- {/* <a href="#">
|
|
|
|
|
|
|
+ <a
|
|
|
|
|
+ href={t('admin:slack_integration.docs_url.custom_bot_with_proxy_setting')}
|
|
|
|
|
+ target="_blank"
|
|
|
|
|
+ rel="noopener noreferrer"
|
|
|
|
|
+ >
|
|
|
<p className="text-center mt-1">
|
|
<p className="text-center mt-1">
|
|
|
<small>
|
|
<small>
|
|
|
{t('admin:slack_integration.accordion.how_to_create_a_bot')}
|
|
{t('admin:slack_integration.accordion.how_to_create_a_bot')}
|
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
|
</small>
|
|
</small>
|
|
|
</p>
|
|
</p>
|
|
|
- </a> */}
|
|
|
|
|
|
|
+ </a>
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|
|
@@ -43,15 +46,18 @@ const BotInstallProcessForOfficialBot = () => {
|
|
|
{t('admin:slack_integration.accordion.install_now')}
|
|
{t('admin:slack_integration.accordion.install_now')}
|
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
|
</button>
|
|
</button>
|
|
|
- {/* TODO: If Bot-manual section of docs is merged into master, show links and add an appropriate links by GW-5614. */}
|
|
|
|
|
- {/* <a href="#">
|
|
|
|
|
|
|
+ <a
|
|
|
|
|
+ href={t('admin:slack_integration.docs_url.official_bot_setting')}
|
|
|
|
|
+ target="_blank"
|
|
|
|
|
+ rel="noopener noreferrer"
|
|
|
|
|
+ >
|
|
|
<p className="text-center mt-1">
|
|
<p className="text-center mt-1">
|
|
|
<small>
|
|
<small>
|
|
|
{t('admin:slack_integration.accordion.how_to_install')}
|
|
{t('admin:slack_integration.accordion.how_to_install')}
|
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
<i className="fa fa-external-link ml-2" aria-hidden="true" />
|
|
|
</small>
|
|
</small>
|
|
|
</p>
|
|
</p>
|
|
|
- </a> */}
|
|
|
|
|
|
|
+ </a>
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|
|
|
};
|
|
};
|