|
@@ -301,11 +301,11 @@ const WithProxyAccordions = (props) => {
|
|
|
|
|
|
|
|
|
|
|
|
|
const officialBotIntegrationProcedure = {
|
|
const officialBotIntegrationProcedure = {
|
|
|
- '①': {
|
|
|
|
|
|
|
+ 1: {
|
|
|
title: 'install_bot_to_slack',
|
|
title: 'install_bot_to_slack',
|
|
|
content: <BotInstallProcessForOfficialBot />,
|
|
content: <BotInstallProcessForOfficialBot />,
|
|
|
},
|
|
},
|
|
|
- '②': {
|
|
|
|
|
|
|
+ 2: {
|
|
|
title: 'register_for_growi_official_bot_proxy_service',
|
|
title: 'register_for_growi_official_bot_proxy_service',
|
|
|
content: <GeneratingTokensAndRegisteringProxyServiceProcess
|
|
content: <GeneratingTokensAndRegisteringProxyServiceProcess
|
|
|
growiUrl={siteUrl}
|
|
growiUrl={siteUrl}
|
|
@@ -315,7 +315,7 @@ const WithProxyAccordions = (props) => {
|
|
|
onUpdateTokens={props.onUpdateTokens}
|
|
onUpdateTokens={props.onUpdateTokens}
|
|
|
/>,
|
|
/>,
|
|
|
},
|
|
},
|
|
|
- '③': {
|
|
|
|
|
|
|
+ 3: {
|
|
|
title: 'manage_permission',
|
|
title: 'manage_permission',
|
|
|
content: <ManageCommandsProcess
|
|
content: <ManageCommandsProcess
|
|
|
slackAppIntegrationId={props.slackAppIntegrationId}
|
|
slackAppIntegrationId={props.slackAppIntegrationId}
|
|
@@ -324,7 +324,7 @@ const WithProxyAccordions = (props) => {
|
|
|
permissionsForSlackEventActions={props.permissionsForSlackEventActions}
|
|
permissionsForSlackEventActions={props.permissionsForSlackEventActions}
|
|
|
/>,
|
|
/>,
|
|
|
},
|
|
},
|
|
|
- '④': {
|
|
|
|
|
|
|
+ 4: {
|
|
|
title: 'test_connection',
|
|
title: 'test_connection',
|
|
|
content: <TestProcess
|
|
content: <TestProcess
|
|
|
slackAppIntegrationId={props.slackAppIntegrationId}
|
|
slackAppIntegrationId={props.slackAppIntegrationId}
|