Skip to content

Commit 5273773

Browse files
authored
docs: remove beta warning (#126)
1 parent 23e7bca commit 5273773

3 files changed

Lines changed: 2 additions & 31 deletions

File tree

docs/templates/create-your-own-template.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ import VersionBadge from '@site/src/components/VersionBadge';
99

1010
# Create your own Flamingock template <VersionBadge version="1.2.0" />
1111

12-
13-
:::caution Beta feature
14-
Templates are available in **beta**.
15-
- You can already create **custom templates** for your own use cases.
16-
- Flamingock is actively developing **official templates** for key technologies (Kafka, SQL, MongoDB, S3, Redis, etc.) that are currently in development and not yet production-ready.
17-
- Expect API and behavior changes before GA.
18-
19-
This feature is a **sneak peek of Flamingock's future**: a low-code, reusable ecosystem on top of Changes.
20-
:::
21-
2212
While official Flamingock templates are experimental, you can already build and use your own custom templates in production if needed. This page explains how.
2313

2414
## Introduction

docs/templates/templates-how-to-use.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,10 @@ import VersionBadge from '@site/src/components/VersionBadge';
99

1010
# How to use Flamingock Templates <VersionBadge version="1.2.0" />
1111

12-
:::caution Beta feature
13-
Templates are available in **beta**.
14-
- You can already create **custom templates** for your own use cases.
15-
- Flamingock is actively developing **official templates** for key technologies (Kafka, SQL, MongoDB, S3, Redis, etc.) that are currently in development and not yet production-ready.
16-
- Expect API and behavior changes before GA.
17-
18-
This feature is a **sneak peek of Flamingock's future**: a low-code, reusable ecosystem on top of Changes.
19-
:::
20-
2112
Using a Flamingock Template is straightforward. Here's an example of how you can apply an SQL-based change using the **SQL Template**.
2213

23-
:::danger
24-
This example uses the **SQL Template**, which is experimental. It is intended for testing and feedback, not yet production use.
14+
:::info
15+
This section uses the **SQL Template** as example.
2516
:::
2617

2718
## Step 1: Add the Template dependency

docs/templates/templates-introduction.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ import VersionBadge from '@site/src/components/VersionBadge';
1010

1111
# Templates <VersionBadge version="1.2.0" />
1212

13-
:::caution Beta feature
14-
Templates are available in **beta**.
15-
- You can already create **custom templates** for your own use cases.
16-
- Flamingock is actively developing **official templates** for key technologies (Kafka, SQL, MongoDB, S3, Redis, etc.) that are currently in development and not yet production-ready.
17-
- We're building a **comprehensive template catalog** where teams can discover, share, and contribute templates for common integration patterns.
18-
- Expect API and behavior changes before GA.
19-
20-
This feature is a **sneak peek of Flamingock's future**: a low-code, reusable ecosystem on top of Changes.
21-
:::
22-
2313
:::tip Ready to get started?
2414
If you want to jump straight into using templates, check out:
2515
- **[MongoDB Template](./mongodb-template.md)** - for MongoDB database changes with step-based operations

0 commit comments

Comments
 (0)