Skip to content

Commit 96aafe2

Browse files
committed
English version
1 parent c11e9d2 commit 96aafe2

20 files changed

Lines changed: 2623 additions & 207 deletions

File tree

src/content/docs/en/homes/dev-tools.mdx

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
type: homepage
3-
meta_tag_robots_no_index: false
43
title: Dev Tools
54
description: >-
65
Discover tools that help you take your applications one step further and find
@@ -14,13 +13,16 @@ product_cards:
1413
- icon: /assets/docs/images/uploads/icon-api.svg
1514
title: API
1615
description: >-
17-
Find reference documentation with examples about Azion products APIs
16+
Find reference documentation with examples about Azion products' APIs
1817
and test them.
1918
link: 'https://api.azion.com/'
19+
- icon: /assets/docs/images/uploads/icon-api.svg
20+
title: GraphQL API
21+
description: Request the data you want and receive exactly what was requested.
22+
link: /en/documentation/devtools/graphql-api/
2023
- icon: /assets/docs/images/uploads/vector.svg
2124
title: Azion Lib
22-
description: >-
23-
The Azion Libraries provide a suite of tools to interact with various Azion services.
25+
description: The Azion Libraries provide a suite of tools to interact with various Azion services.
2426
link: /en/documentation/products/azion-lib/overview/
2527
- icon: /assets/docs/images/uploads/icon-cli.svg
2628
title: CLI
@@ -30,22 +32,15 @@ product_cards:
3032
link: /en/documentation/products/azion-cli/overview/
3133
- icon: /assets/docs/images/uploads/vector.svg
3234
title: Console Kit
33-
description: >-
34-
Console Kit is a front-end development kit for crafting a customized Azion Console interface.
35+
description: Console Kit is a front-end development kit for crafting a customized Azion Console interface.
3536
link: /en/documentation/devtools/console-kit/
36-
- icon: /assets/docs/images/uploads/icon-api.svg
37-
title: GraphQL API
38-
description: 'Request the data you want and receive nothing more, nothing less.'
39-
link: /en/documentation/devtools/graphql-api/
4037
- icon: /assets/docs/images/uploads/vector.svg
4138
title: SDK
42-
description: >-
43-
Develop applications using the programming language you're used to
44-
work.
39+
description: Develop applications using the Azion SDK for the Go language.
4540
link: /en/documentation/devtools/sdk/go/
4641
- icon: /assets/docs/images/uploads/vector.svg
4742
title: Terraform
48-
description: Manage your infrastructure as code using the Azion Terraform Provider.
43+
description: Manage your infrastructure as code with the Azion Terraform Provider.
4944
link: /en/documentation/products/terraform-provider/
5045

5146
permalink: /documentation/devtools/
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
---
22
title: Build with Azion Terraform Provider
33
description: >-
4-
Through the Azion SDK for Go, Azion Terraform Provider communicates with the
5-
Azion APIs, so you can manage your infrastructure hosted on the the Azion
6-
platform, locally, as code.
7-
meta_tags: 'edge, javascript'
8-
namespace: documentation_dev_with_azion_terraform
4+
Explore the Azion Terraform Provider, an open source tool for managing
5+
infrastructures on the Azion platform with Terraform, using the Azion SDK
6+
for efficient integration.
97
permalink: /documentation/products/build/develop-with-azion/terraform-provider/
8+
meta_tags: >-
9+
Azion Terraform Provider, Terraform, infrastructure as code, open source,
10+
Azion SDK, Azion APIs, infrastructure management, code, Terraform
11+
Registry, Azion platform
12+
namespace: documentation_dev_with_azion_terraform
1013
---
1114

1215
import LinkButton from 'azion-webkit/linkbutton'
1316

14-
<LinkButton link="/en/documentation/products/terraform-provider/" label="Go to azion terraform provider reference" severity="secondary" />
15-
16-
**Azion Terraform Provider** is a powerful tool that seamlessly integrates with Terraform, the leading infrastructure as code (IaC) platform.
17+
<LinkButton link="/en/documentation/products/terraform-provider/" label="See the complete Terraform Provider documentation" severity="secondary" />
1718

18-
Terraform empowers you to efficiently manage your infrastructure through code, enabling you to reuse, version, and share infrastructure definitions.
19-
20-
Azion Terraform Provider is an open-source project registered in the Terraform Registry. It leverages the Azion SDK (Go) to communicate with the Azion APIs, allowing you to manage your Azion platform-hosted infrastructure using the simplicity and flexibility of code.
19+
**Azion Terraform Provider** is a powerful tool that integrates seamlessly with Terraform, the leading infrastructure as code (IaC) platform.
2120

21+
Terraform allows you to efficiently manage your infrastructure through code, enabling you to reuse, version, and share infrastructure definitions.
2222

23+
The Azion Terraform Provider is an open source project registered in the Terraform Registry. It uses the Azion SDK (Go) to communicate with the Azion APIs, allowing you to manage your infrastructure hosted on the Azion platform using the simplicity and flexibility of code.
2324

2425

26+
---

0 commit comments

Comments
 (0)