Skip to content

Commit 19dff12

Browse files
committed
docs: minor
1 parent 9e96fa8 commit 19dff12

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/get-started/Introduction.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ title: " "
77
# Introduction
88

99
**Flamingock** brings *Change-as-Code (CaC)* to your entire stack.
10-
It applies **versioned, auditable changes** to the external systems your application depends on — such as schemas, message brokers, databases, APIs, cloud services...
10+
It applies **versioned, auditable changes** to the external systems your application depends on — such as schemas, message brokers, databases, APIs, cloud services, and any other external system your application needs.
1111

1212
Unlike infrastructure-as-code tools, Flamingock runs **inside your application** (or via the **CLI**).
1313
It ensures these systems evolve **safely, consistently, and in sync with your code at runtime**.
1414

15+
1516
---
1617

1718
### What Flamingock manages
@@ -47,11 +48,11 @@ Configurable mechanisms determine how Flamingock handles failures:
4748

4849
Flamingock can apply changes to any external service your application interacts with. Examples include:
4950

50-
- **Databases**: SQL (PostgreSQL, MySQL) and NoSQL (MongoDB, DynamoDB)
51-
- **Message brokers**: Kafka, RabbitMQ, AWS SQS
52-
- **Cloud services**: S3, Lambda, API Gateway
53-
- **APIs**: REST endpoints, GraphQL schemas
54-
- **Configuration systems**: feature flags, vault secrets
51+
- **Message brokers**: e.g. Kafka, RabbitMQ, AWS SQS
52+
- **Cloud services**: e.g. S3, Lambda, API Gateway
53+
- **Databases**: SQL (e.g. PostgreSQL, MySQL) and NoSQL (e.g. MongoDB, DynamoDB)
54+
- **APIs**: e.g. REST endpoints, GraphQL schemas
55+
- **Configuration systems**: e.g. feature flags, vault secrets
5556
- **And any other external system** your application needs to evolve
5657

5758
---

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class _0001__CreateUsersCollection {
4949
|---------|-------------|
5050
| 🟢 **Community Edition (CE)** | Open-source, library only |
5151
| ☁️ **Cloud Edition** | SaaS with dashboard, observability, and premium features **(coming soon)** |
52-
| 🏢 **Self-Hosted Edition** | Same as Cloud, deployable in your infra **(coming soon)** |
52+
| 🏢 **Self-Hosted Edition** | Same as Cloud, deployable in your infrastructure **(coming soon)** |
5353

5454

5555
---

0 commit comments

Comments
 (0)