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