Skip to content

Commit 7b05fe0

Browse files
committed
chore(): update community hubs
1 parent bd57b6b commit 7b05fe0

File tree

8 files changed

+55
-48
lines changed

8 files changed

+55
-48
lines changed

docs/contributing/how-to-contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please see the [Contributor Code of Conduct](coc.md) for information on the rule
1313

1414
## Creating an Issue
1515

16-
* If you have a question about using the framework, please ask on the [Ionic Forum](http://forum.ionicframework.com/) or in the [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com/) group.
16+
* If you have a question about using the framework, please ask on the [Ionic Forum](http://forum.ionicframework.com/).
1717

1818
* It is required that you clearly describe the steps necessary to reproduce the issue you are running into. Although we would love to help our users as much as possible, diagnosing issues without clear reproduction steps is extremely time-consuming and simply not sustainable.
1919

@@ -34,7 +34,7 @@ A code reproduction is a small application that is built to demonstrate a partic
3434

3535
### Why Should You Create a Reproduction?
3636

37-
A code reproduction of the issue you are experiencing helps us better isolate the cause of the problem. This is an important first step to getting any bug fixed!
37+
A code reproduction of the issue you are experiencing helps us better isolate the cause of the problem. This is an important first step to getting any bug fixed!
3838

3939
Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. In other words, creating a code reproduction of the issue helps us help you.
4040

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ Ionic Framework is actively developed and maintained full-time by a core team, a
122122
There are millions of Ionic developers in over 200 countries worldwide. Here are some ways to join:
123123

124124
- <a href="https://forum.ionicframework.com/" target="_blank">Forum:</a> A great place for asking questions and sharing ideas.
125-
- <a href="https://ionicworldwide.herokuapp.com/" target="_blank">Slack:</a> A lively place for devs to meet and chat in real time.
126125
- <a href="https://twitter.com/ionicframework" target="_blank">Twitter:</a> Where we post updates and share content from the Ionic community.
127126
- <a href="https://github.com/ionic-team/ionic" target="_blank">GitHub:</a> For reporting bugs or requesting new features, create an issue here. PRs welcome!
128127
- <a href="https://ionicframework.com/contributors" target="_blank">Content authoring:</a> Write a technical blog or share your story with the Ionic community.

docs/native-faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ ionic cordova plugin remove cordova-plugin-camera
1818
$ ionic cordova plugin add cordova-plugin-camera
1919
```
2020

21-
**3) Install explicit versions.**
21+
**3) Install explicit versions.**
2222

2323
To ensure that the same version of a plugin is always installed via `npm install`, specify the version number:
2424

@@ -31,7 +31,7 @@ $ ionic cordova plugin add [email protected]
3131
Useful when adding new developers to a project. `ionic cordova prepare` restores platforms and plugins from `package.json` and `config.xml`. The version to be installed is taken from `package.json` or `config.xml`, if found in those files. In case of conflicts, `package.json` is given precedence over `config.xml`.
3232

3333
**5) Troubleshoot Cordova issues with Ionic CLI commands**
34-
* `ionic doctor list`: Detects [common issues](cli/commands/doctor-list.md) and suggests steps to fix them
34+
* `ionic doctor list`: Detects [common issues](cli/commands/doctor-list.md) and suggests steps to fix them
3535
* `ionic repair`: Remove, then [regenerate](cli/commands/repair.md) all dependencies
3636

3737

@@ -63,7 +63,6 @@ Research the build error(s) by checking out these resources:
6363

6464
* Google & [StackOverflow](https://stackoverflow.com): Many issues are documented online
6565
* Ask the [Ionic Community Ionic Forum](https://forum.ionicframework.com) (see the Ionic Native category)
66-
* Ask the Ionic Community in the [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com)
6766
* See the Ionic Customer Success [Knowledge Base](https://ionic.zendesk.com)
6867

6968
### Cordova Plugin Conflicts

docusaurus.config.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,6 @@ module.exports = {
8080
target: '_blank',
8181
rel: null,
8282
},
83-
{
84-
href: 'https://ionicworldwide.herokuapp.com/',
85-
label: 'Slack',
86-
target: '_blank',
87-
rel: null,
88-
},
89-
{
90-
href: 'https://spectrum.chat/ionic',
91-
label: 'Spectrum',
92-
target: '_blank',
93-
rel: null,
94-
},
9583
{
9684
href: 'https://www.meetup.com/topics/ionic-framework/',
9785
label: 'Meetups',

legacy-stencil-components/header/header.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ export class DocsHeader {
102102
</section>
103103
<section>
104104
<a href="https://forum.ionicframework.com/" target="_blank">Forum</a>
105-
<a href="https://ionicworldwide.herokuapp.com/" target="_blank">Slack</a>
106-
<a href="https://spectrum.chat/ionic" target="_blank">Spectrum</a>
107105
<a href="https://www.meetup.com/topics/ionic-framework/" target="_blank">Meetups</a>
108106
</section>
109107
<section>

package-lock.json

Lines changed: 49 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versioned_docs/version-v5/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ Ionic Framework is actively developed and maintained full-time by a core team, a
122122
There are millions of Ionic developers in over 200 countries worldwide. Here are some ways to join:
123123

124124
- <a href="https://forum.ionicframework.com/" target="_blank">Forum:</a> A great place for asking questions and sharing ideas.
125-
- <a href="https://ionicworldwide.herokuapp.com/" target="_blank">Slack:</a> A lively place for devs to meet and chat in real time.
126125
- <a href="https://twitter.com/ionicframework" target="_blank">Twitter:</a> Where we post updates and share content from the Ionic community.
127126
- <a href="https://github.com/ionic-team/ionic" target="_blank">GitHub:</a> For reporting bugs or requesting new features, create an issue here. PRs welcome!
128127
- <a href="https://ionicframework.com/contributors" target="_blank">Content authoring:</a> Write a technical blog or share your story with the Ionic community.

versioned_docs/version-v5/native-faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ ionic cordova plugin remove cordova-plugin-camera
1818
$ ionic cordova plugin add cordova-plugin-camera
1919
```
2020

21-
**3) Install explicit versions.**
21+
**3) Install explicit versions.**
2222

2323
To ensure that the same version of a plugin is always installed via `npm install`, specify the version number:
2424

@@ -31,7 +31,7 @@ $ ionic cordova plugin add [email protected]
3131
Useful when adding new developers to a project. `ionic cordova prepare` restores platforms and plugins from `package.json` and `config.xml`. The version to be installed is taken from `package.json` or `config.xml`, if found in those files. In case of conflicts, `package.json` is given precedence over `config.xml`.
3232

3333
**5) Troubleshoot Cordova issues with Ionic CLI commands**
34-
* `ionic doctor list`: Detects [common issues](cli/commands/doctor-list.md) and suggests steps to fix them
34+
* `ionic doctor list`: Detects [common issues](cli/commands/doctor-list.md) and suggests steps to fix them
3535
* `ionic repair`: Remove, then [regenerate](cli/commands/repair.md) all dependencies
3636

3737

@@ -63,7 +63,6 @@ Research the build error(s) by checking out these resources:
6363

6464
* Google & [StackOverflow](https://stackoverflow.com): Many issues are documented online
6565
* Ask the [Ionic Community Ionic Forum](https://forum.ionicframework.com) (see the Ionic Native category)
66-
* Ask the Ionic Community in the [Ionic Worldwide Slack](https://ionicworldwide.herokuapp.com)
6766
* See the Ionic Customer Success [Knowledge Base](https://ionic.zendesk.com)
6867

6968
### Cordova Plugin Conflicts

0 commit comments

Comments
 (0)