Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.md for 404 #457

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/doc/account/ssh-keys-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

### Through CC API or Clever cURL

You can also add a **public SSH key** from the command line with a simple cURL request to [our API](../openapi). The simpler way to do that is to use our CLI, [Clever Tools](https://github.com/CleverCloud/clever-tools), and its `clever curl` command once logged in:
You can also add a **public SSH key** from the command line with a simple cURL request to [our API](/api/). The simpler way to do that is to use our CLI, [Clever Tools](https://github.com/CleverCloud/clever-tools), and its `clever curl` command once logged in:

Check warning on line 142 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L142

[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/account/ssh-keys-management.md", "range": {"start": {"line": 142, "column": 92}}}, "severity": "WARNING"}

Check notice on line 142 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L142

[Google.Contractions] Use 'that's' instead of 'that is'.
Raw output
{"message": "[Google.Contractions] Use 'that's' instead of 'that is'.", "location": {"path": "content/doc/account/ssh-keys-management.md", "range": {"start": {"line": 142, "column": 131}}}, "severity": "INFO"}

Check warning on line 142 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L142

[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/account/ssh-keys-management.md", "range": {"start": {"line": 142, "column": 146}}}, "severity": "WARNING"}

```bash
clever curl -X PUT -H "Content-Type: application/json" --data "\"$(cat ~/.ssh/yourkey.pub)\"" https://api.clever-cloud.com/v2/self/keys/newkeyname
Expand Down
2 changes: 1 addition & 1 deletion content/doc/ci-cd/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### Deploy review apps from a PR on GitHub

You can automate deployments for review apps when a Pull Request opens on your GitHub repository by using Clever Cloud [GitHub Action](https://github.com/marketplace/actions/clever-cloud-review-app-on-pull-requests). This action uses [Clever Tools](/doc/CLI) to deploy a new app from the branch the Pull Request is based on and post a comment with the URL of the review app. The action redeploys the app on every new commit and deletes it when the Pull Request is closed (merged or not).
You can automate deployments for review apps when a Pull Request opens on your GitHub repository by using Clever Cloud [GitHub Action](https://github.com/marketplace/actions/clever-cloud-review-app-on-pull-requests). This action uses [Clever Tools](/doc/cli) to deploy a new app from the branch the Pull Request is based on and post a comment with the URL of the review app. The action redeploys the app on every new commit and deletes it when the Pull Request is closed (merged or not).

Check notice on line 23 in content/doc/ci-cd/github.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/ci-cd/github.md#L23

[Google.Passive] In general, use active voice instead of passive voice ('is based').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is based').", "location": {"path": "content/doc/ci-cd/github.md", "range": {"start": {"line": 23, "column": 313}}}, "severity": "INFO"}

Check notice on line 23 in content/doc/ci-cd/github.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/ci-cd/github.md#L23

[Google.Passive] In general, use active voice instead of passive voice ('is closed').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is closed').", "location": {"path": "content/doc/ci-cd/github.md", "range": {"start": {"line": 23, "column": 462}}}, "severity": "INFO"}

#### How to use the Review App GitHub Action

Expand Down
4 changes: 2 additions & 2 deletions content/doc/find-help/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
## Does Clever Cloud support TLS/SSL (HTTPS)?

Absolutely! For testing purposes, `cleverapps.io` domains support TLS out of the box. For custom SSL certificates, you can either order one from us or use an existing one.
Have a look at [installing SSL certificates](doc/administrate/ssl), and feel free to contact us at <[email protected]> if you have questions.
Have a look at [installing SSL certificates](/doc/administrate/ssl), and feel free to contact us at <[email protected]> if you have questions.

## I'd like to have two applications available on the same domain name

Expand Down Expand Up @@ -135,7 +135,7 @@

> java.lang.UnsupportedClassVersionError: org/springframework/boot/loader/JarLauncher has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0

By default, Java `11` is used, but it can be changed. Please head [over here](doc/applications/java/java-jar/#available-java-versions) for more information.
By default, Java `11` is used, but it can be changed. Please head [over here](/doc/applications/java/java-jar/#available-java-versions) for more information.

Check notice on line 138 in content/doc/find-help/faq.md

View workflow job for this annotation

GitHub Actions / vale

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

[Google.Passive] In general, use active voice instead of passive voice ('is used').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is used').", "location": {"path": "content/doc/find-help/faq.md", "range": {"start": {"line": 138, "column": 23}}}, "severity": "INFO"}

Check notice on line 138 in content/doc/find-help/faq.md

View workflow job for this annotation

GitHub Actions / vale

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

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

For reference, the table below lists the class file version for each major Java version ([official doc](https://docs.oracle.com/javase/specs/jvms/se21/html/jvms-4.html)) :

Expand Down
2 changes: 1 addition & 1 deletion content/doc/reference/reference-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Use these to define [commands to run]({{< ref "doc/develop/build-hooks.md" >}})
|[`CC_METRICS_PROMETHEUS_RESPONSE_TIMEOUT`](/doc/metrics/#publish-your-own-metrics "Publish your own metrics") | Define the timeout in seconds to collect the application metrics. This value **must** be below 60 seconds as data are collected every minutes | 3 |
|[`CC_METRICS_PROMETHEUS_USER`](/doc/metrics/#publish-your-own-metrics "Publish your own metrics") | Define the user for the basic auth of the Prometheus endpoint | |
|[`CC_VARNISH_STORAGE_SIZE`](/doc/administrate/cache "Cache") | Configure the size of the Varnish cache. | 1G |
|[`CC_WORKER_COMMAND`](/doc/develop/workers.md "Workers") | Command to run in background as a worker process. You can run multiple workers. | |
|[`CC_WORKER_COMMAND`](/doc/develop/workers "Workers") | Command to run in background as a worker process. You can run multiple workers. | |

### Tailscale support

Expand Down
Loading