Skip to content

Commit 973650c

Browse files
committed
docs: overview(landing page), introduction, and FAQ improved formatting
1 parent 8a905b2 commit 973650c

File tree

15 files changed

+144
-219
lines changed

15 files changed

+144
-219
lines changed

docs/audit-stores/community/couchbase-audit-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010

1111
The Couchbase audit store (`CouchbaseSyncAuditStore`) enables Flamingock to record execution history and ensure safe coordination across distributed deployments using Couchbase as the storage backend.
1212

13-
> For a conceptual explanation of the audit store vs target systems, see [Audit store vs target system](../../overview/audit-store-vs-target-system.md).
13+
> For a conceptual explanation of the audit store vs target systems, see [Audit store vs target system](../../get-started/audit-store-vs-target-system.md).
1414
1515
## Version Compatibility
1616

docs/audit-stores/community/dynamodb-audit-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010

1111
The DynamoDB audit store (`DynamoSyncAuditStore`) enables Flamingock to record execution history and ensure safe coordination across distributed deployments using Amazon DynamoDB as the storage backend.
1212

13-
> For a conceptual explanation of the audit store vs target systems, see [Audit store vs target system](../../overview/audit-store-vs-target-system.md).
13+
> For a conceptual explanation of the audit store vs target systems, see [Audit store vs target system](../../get-started/audit-store-vs-target-system.md).
1414
1515
## Version Compatibility
1616

docs/audit-stores/community/mongodb-audit-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010

1111
The MongoDB audit store (`MongoDBSyncAuditStore`) enables Flamingock to record execution history and ensure safe coordination across distributed deployments using MongoDB as the storage backend.
1212

13-
> For a conceptual explanation of the audit store vs target systems, see [Audit store vs target system](../../overview/audit-store-vs-target-system.md).
13+
> For a conceptual explanation of the audit store vs target systems, see [Audit store vs target system](../../get-started/audit-store-vs-target-system.md).
1414
1515
## Version Compatibility
1616

docs/audit-stores/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The audit store tracks:
1919

2020
Unlike target systems (which your code modifies), the audit store is managed automatically by Flamingock and never modified by your Changes.
2121

22-
> **Conceptual overview**: For architectural understanding, see [Target systems vs audit store](../overview/audit-store-vs-target-system.md)
22+
> **Conceptual overview**: For architectural understanding, see [Target systems vs audit store](../get-started/audit-store-vs-target-system.md)
2323
2424

2525
## Cloud audit store

docs/changes/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem';
99

1010
# Changes
1111

12-
A **Change** is the atomic, versioned, self-contained unit of change in Flamingock. It encapsulates logic to evolve [**target systems**](../overview/audit-store-vs-target-system.md) safely, deterministically, and with complete auditability.
12+
A **Change** is the atomic, versioned, self-contained unit of change in Flamingock. It encapsulates logic to evolve [**target systems**](../get-started/audit-store-vs-target-system.md) safely, deterministically, and with complete auditability.
1313

1414
## Key characteristics
1515

File renamed without changes.

docs/overview/Introduction.md renamed to docs/get-started/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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 databases, schemas, message brokers, APIs, and 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...
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**.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)