From 3ec410808d963e3a5c3dd235cb101d710b265255 Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Fri, 24 May 2024 21:14:17 +0800 Subject: [PATCH] Remove the demo from home page --- docs/index.md | 23 ----------------------- docs/sample/demo/index.md | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 docs/sample/demo/index.md diff --git a/docs/index.md b/docs/index.md index 46f99ca5..225e4b8a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,6 @@ files, databases, HTTP APIs and messaging systems. Synthetically generate produc and delete data after finishing." image: "https://data.catering/diagrams/logo/data_catering_logo.svg" --- -

Automated test data management.

Create simple managed flows for data generation, validation and cleanup.

@@ -61,28 +60,6 @@ data source validations." class="front-page-gif"> [Demo](sample/ui/index.html){ .md-button .md-button--primary .button-spaced } -## What does it look like - -Play around with the example below to see how Data Caterer can generate transaction data, validate it and then clean -it up. -

*This is for illustrative purposes

- - -Generate -Validate -Cleanup - - -
-
- Data consumer reading from source and pushing to sink data source -
-
-
-
-
- ## What is it
diff --git a/docs/sample/demo/index.md b/docs/sample/demo/index.md new file mode 100644 index 00000000..38a45ff2 --- /dev/null +++ b/docs/sample/demo/index.md @@ -0,0 +1,24 @@ + + + +## What does it look like + +Play around with the example below to see how Data Caterer can generate transaction data, validate it and then clean +it up. +

*This is for illustrative purposes

+ + +Generate +Validate +Cleanup + + +
+
+ Data consumer reading from source and pushing to sink data source +
+
+
+
+
\ No newline at end of file