forked from loafle/openapi-generator-original
replace gitter with slack in the doc (#3977)
This commit is contained in:
parent
0bf9926066
commit
8293902134
@ -5,7 +5,7 @@ title: FAQ: General
|
|||||||
|
|
||||||
## Do you have a chat room?
|
## Do you have a chat room?
|
||||||
|
|
||||||
[](https://gitter.im/OpenAPITools/openapi-generator)
|
[](https://join.slack.com/t/openapi-generator/shared_invite/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM)
|
||||||
|
|
||||||
## What is the governance structure of the OpenAPI Generator project?
|
## What is the governance structure of the OpenAPI Generator project?
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ class Footer extends React.Component {
|
|||||||
rel="noreferrer noopener">
|
rel="noreferrer noopener">
|
||||||
Stack Overflow
|
Stack Overflow
|
||||||
</a>
|
</a>
|
||||||
<a href="https://gitter.im/OpenAPITools/openapi-generator">Chat Room</a>
|
<a href="https://join.slack.com/t/openapi-generator/shared_invite/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM">Chat Room</a>
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/oas_generator"
|
href="https://twitter.com/oas_generator"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
@ -233,11 +233,12 @@ class Index extends React.Component {
|
|||||||
'* Gradle Plugin\n' +
|
'* Gradle Plugin\n' +
|
||||||
'* CLI via Homebrew\n' +
|
'* CLI via Homebrew\n' +
|
||||||
'* CLI via Docker\n' +
|
'* CLI via Docker\n' +
|
||||||
|
'* CLI via npm\n' +
|
||||||
'* Generator SaaS\n\n' +
|
'* Generator SaaS\n\n' +
|
||||||
'For details, see [Workflow Integrations](' + this.docUrl('integrations.html', this.props.language) + ')\n\n' +
|
'For details, see [Workflow Integrations](' + this.docUrl('integrations.html', this.props.language) + ')\n\n' +
|
||||||
'Generation also allows for easy customization via options, custom templates, or even custom generators on your classpath. ' +
|
'Generation also allows for easy customization via options, custom templates, or even custom generators on your classpath. ' +
|
||||||
'See [Customization](' + this.docUrl('customization.html', this.props.language) + ') for details.\n\n' +
|
'See [Customization](' + this.docUrl('customization.html', this.props.language) + ') for details.\n\n' +
|
||||||
'As a very community-oriented project, the core team is also active on the project\'s [Gitter channel](https://gitter.im/OpenAPITools/openapi-generator).',
|
'As a very community-oriented project, the core team is also active on the project\'s [Slack Workspace](https://join.slack.com/t/openapi-generator/shared_invite/enQtNzAyNDMyOTU0OTE1LTY5ZDBiNDI5NzI5ZjQ1Y2E5OWVjMjZkYzY1ZGM2MWQ4YWFjMzcyNDY5MGI4NjQxNDBiMTlmZTc5NjY2ZTQ5MGM).',
|
||||||
image: `${baseUrl}img/color-logo.svg`,
|
image: `${baseUrl}img/color-logo.svg`,
|
||||||
imageAlign: 'right',
|
imageAlign: 'right',
|
||||||
title: 'Learn How',
|
title: 'Learn How',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user