Skip to content

Commit c34449b

Browse files
authored
Merge branch 'main' into guides/send
2 parents c5ef598 + 91b7dc8 commit c34449b

File tree

128 files changed

+1220
-745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+1220
-745
lines changed

README.md

Lines changed: 117 additions & 99 deletions
Large diffs are not rendered by default.

archetypes/applications.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
type: docs
3-
linkTitle: '{{ replace .File.ContentBaseName "-" " " | title }}'
4-
title:
3+
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
4+
linkTitle:
55
description:
6+
tags:
7+
keywords:
8+
draft: true
69
---
710

811
## Overview

archetypes/default.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2+
type: docs
23
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
4+
linkTitle:
35
description:
4-
date: '{{ .Date }}'
6+
tags:
7+
keywords:
58
draft: true
6-
type: docs
79
---
810

911
{{< hextra/hero-subtitle >}}
1012
Page short description.
11-
{{< /hextra/hero-subtitle >}}
13+
{{< /hextra/hero-subtitle >}}

archetypes/guides.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2+
type: docs
23
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
3-
description:
4+
linkTitle:
5+
description:
46
tags:
57
- guides
68
keywords:
7-
-
8-
9+
-
910
draft: true
10-
type: docs
1111
---
1212

1313
{{< hextra/hero-subtitle >}}
@@ -27,5 +27,5 @@ type: docs
2727
## 🎓 Further Help
2828

2929
{{< cards >}}
30-
{{< card link="" title="Card title" subtitle="Card subtiltle" icon="adjustments-horizontal" >}}
30+
{{< card link="/developers/guides/" title="Card title" subtitle="Card subtiltle" icon="adjustments-horizontal" >}}
3131
{{< /cards >}}

content/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ type: default
88
width: normal
99
aliases:
1010
- /doc/developer
11-
- /documentation-old
1211
---
1312
<!-- markdownlint-disable MD033 MD034-->
1413
{{< hextra/hero-badge link="https://github.com/clevercloud/documentation">}}

content/api/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: API
32
type: docs
4-
comments : false
5-
#linkTitle: Documentation
6-
draft: false
3+
title: API
4+
description: Automate your workflows and connect your services to Clever Cloud using its API
75
aliases:
6+
- /doc/api/
87
- /doc/openapi
98
- /doc/clever-cloud-addons-api/add-ons-api
109
- /doc/clever-cloud-apis/add-ons-api
@@ -13,15 +12,16 @@ aliases:
1312
- /doc/getting-started/openapi
1413
- /docs/openapi
1514
- /openapi
15+
comments : false
1616
---
1717

1818
{{< hextra/hero-subtitle >}}
1919
Automate your workflows and connect your services to Clever Cloud using its API.
2020
{{< /hextra/hero-subtitle >}}
2121

2222
{{< cards >}}
23-
{{< card link="howto" title="How to use our API" subtitle="Learn more about Clever Cloud API, endpoints, auth and how to access it from multiple tools." icon="api" >}}
24-
{{< card link="v2" title="Base v2 Endpoints" subtitle="Our base API endpoints with users, organisations, applications, add-ons, etc." icon="endpoints" >}}
25-
{{< card link="v4" title="New v4 Endpoints" subtitle="More recent API endpoints with billing, deployments, load balancers, logs, etc." icon="new" >}}
23+
{{< card link="/developers/api/howto" title="How to use our API" subtitle="Learn more about Clever Cloud API, endpoints, auth and how to access it from multiple tools." icon="api" >}}
24+
{{< card link="/developers/api/v2" title="Base v2 Endpoints" subtitle="Our base API endpoints with users, organisations, applications, add-ons, etc." icon="endpoints" >}}
25+
{{< card link="/developers/api/v4" title="New v4 Endpoints" subtitle="More recent API endpoints with billing, deployments, load balancers, logs, etc." icon="new" >}}
2626

2727
{{< /cards >}}

content/api/v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
type: docs
33
title: APIv4 Reference
4-
description: Reference documentation for the Clever Cloud APIv4. Includes methods and examples for billing, deployments, load balacers, logs, etc.
4+
description: Reference documentation for the Clever Cloud APIv4 for billing, deployments, load balancers, logs, operators, etc.
55
keywords:
66
- openapi
77
- api

content/changelog/2023/12-22-sozu-wider-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ authors:
1010
description: Sōzu gets better and can be used on more services on Clever Cloud
1111
aliases:
1212
- /changelog/2023-12-22-sozu-wider-usage
13+
- /changelog/2023-12-22-sozu-update
1314
excludeSearch: true
1415
---
1516

content/changelog/2024/12-24-terraform-0.5-Keycloak-Metabase.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ authors:
1313
image: https://github.com/miton18.png?size=40
1414
description: Your favorite services as code
1515
aliases:
16-
- /changelog/2024-12-24-terraform-0.5-Keycloak-Metabase.md
16+
- /changelog/2024-12-24-terraform-0.5-keycloak-metabase.md
17+
- /changelog/2024-12-24-terraform-0.5-keycloak-metabase
1718
excludeSearch: true
1819
---
1920

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Set Keycloak, Metabase and Otoroshi version at creation
3+
description: More flexibility, and soon a great dashboard
4+
date: 2025-07-28
5+
tags:
6+
- operators
7+
- version
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
You can now set the version of Keycloak, Metabase and Otoroshi at creation time, from a list of supported and tested releases. It works from the [Clever Cloud Console](https://console.clever-cloud.com/), [API](/developers/api) and [Clever Tools](/developers/doc/cli). For example:
19+
20+
```bash
21+
clever addon create keycloak --addon-version 26.2.5 myKeycloak
22+
```
23+
24+
If you don't provide a valid version, supported values are printed in the error message.

0 commit comments

Comments
 (0)