Skip to content

Commit

Permalink
add moderation section in troubleshooting page
Browse files Browse the repository at this point in the history
  • Loading branch information
sebartyr committed Feb 22, 2024
1 parent 022b032 commit a4730c4
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions content/doc/find-help/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,42 @@ server.listen(8080);

{{% /details %}}

## Moderation

{{% details title="What is moderation?" closed="true" %}}

Moderation means your account is not accessible anymore. You might have broken some important rules of Clever Cloud's General Terms of Use.

Check notice on line 126 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L126

[Google.Contractions] Use 'isn't' instead of 'is not'.
Raw output
{"message": "[Google.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 126, "column": 31}}}, "severity": "INFO"}

You are not allowed to create apps and addons, and run your current apps.

Check notice on line 128 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L128

[Google.Contractions] Use 'aren't' instead of 'are not'.
Raw output
{"message": "[Google.Contractions] Use 'aren't' instead of 'are not'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 128, "column": 5}}}, "severity": "INFO"}

Check failure on line 128 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L128

[Vale.Spelling] Did you really mean 'addons'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'addons'?", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 128, "column": 40}}}, "severity": "ERROR"}

Check failure on line 128 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L128

[Vale.Avoid] Avoid using 'addons'.
Raw output
{"message": "[Vale.Avoid] Avoid using 'addons'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 128, "column": 40}}}, "severity": "ERROR"}

{{% /details %}}

{{% details title="Possible reasons why your app has been moderated" closed="true" %}}

The main reasons why your account has been moderated are:

Check notice on line 134 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L134

[Google.Passive] In general, use active voice instead of passive voice ('been moderated').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('been moderated').", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 134, "column": 39}}}, "severity": "INFO"}
- You run some forbidden apps such as those described on [this page](https://www.clever-cloud.com/acceptable-use-policy/)
- You have not paid your pending invoices which are emitted since more than 30 days

Check notice on line 136 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L136

[Google.Contractions] Use 'haven't' instead of 'have not'.
Raw output
{"message": "[Google.Contractions] Use 'haven't' instead of 'have not'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 136, "column": 7}}}, "severity": "INFO"}

Check notice on line 136 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L136

[Google.Passive] In general, use active voice instead of passive voice ('are emitted').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are emitted').", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 136, "column": 49}}}, "severity": "INFO"}
- The lack of personal information or the miss of payment information are considered as suscipicious by our system

Check notice on line 137 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L137

[Google.Passive] In general, use active voice instead of passive voice ('are considered').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are considered').", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 137, "column": 71}}}, "severity": "INFO"}

Check failure on line 137 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L137

[Vale.Spelling] Did you really mean 'suscipicious'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'suscipicious'?", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 137, "column": 89}}}, "severity": "ERROR"}

Check warning on line 137 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L137

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 137, "column": 105}}}, "severity": "WARNING"}
- Our payment platform has spotted you as emitting fraudulent payments.

Check warning on line 138 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L138

[Google.We] Try to avoid using first-person plural like 'Our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'Our'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 138, "column": 3}}}, "severity": "WARNING"}

{{% /details %}}

{{% details title="How to recover your application online?" closed="true" %}}

Contact Clever Cloud's Support team at [[email protected]](mailto:[email protected]) to explain what your apps are designed for.

Check failure on line 144 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L144

[Vale.Terms] Use 'Cloud' instead of 'cloud'.
Raw output
{"message": "[Vale.Terms] Use 'Cloud' instead of 'cloud'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 144, "column": 56}}}, "severity": "ERROR"}

Check notice on line 144 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L144

[Google.Passive] In general, use active voice instead of passive voice ('are designed').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are designed').", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 144, "column": 126}}}, "severity": "INFO"}

Ensure all your pending invoices are paid.

Check notice on line 146 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L146

[Google.Passive] In general, use active voice instead of passive voice ('are paid').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are paid').", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 146, "column": 34}}}, "severity": "INFO"}

{{% /details %}}

{{% details title="How to recover your data?" closed="true" %}}

In case of a pending invoice aged more than 30 days, all your apps and addons might be deleted. However, we keep backups for 30 days after deletion.

Check failure on line 152 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L152

[Vale.Spelling] Did you really mean 'addons'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'addons'?", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 152, "column": 72}}}, "severity": "ERROR"}

Check failure on line 152 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L152

[Vale.Avoid] Avoid using 'addons'.
Raw output
{"message": "[Vale.Avoid] Avoid using 'addons'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 152, "column": 72}}}, "severity": "ERROR"}

Check notice on line 152 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L152

[Google.Passive] In general, use active voice instead of passive voice ('be deleted').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be deleted').", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 152, "column": 85}}}, "severity": "INFO"}

Check warning on line 152 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L152

[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 152, "column": 106}}}, "severity": "WARNING"}

You have to pay all of your pending invoices to recover your data.

{{% /details %}}

## Others issues

{{% details title="Missing GitHub organization on the application creation page" closed="true" %}}
Expand Down

0 comments on commit a4730c4

Please sign in to comment.