Skip to content

Commit

Permalink
Remove the demo from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed May 24, 2024
1 parent 91cb40c commit 3ec4108
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
---
<script src="demo-index.js"></script>

<h1 align="center" style="padding-top: 25px;"><b>Automated test data management.</b></h1>
<h3 align="center" style="padding-bottom: 25px">Create simple managed flows for data generation, validation and cleanup.</h3>
Expand Down Expand Up @@ -61,28 +60,6 @@ data source validations." class="front-page-gif">
[Demo](sample/ui/index.html){ .md-button .md-button--primary .button-spaced }
</span>

## 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.
<p style="font-size: small">*This is for illustrative purposes</p>

<span class="center-content">
<a id="generate-button" class="md-button md-button--primary button-spaced">Generate</a>
<a id="validate-button" class="md-button md-button--primary button-spaced">Validate</a>
<a id="cleanup-button" class="md-button md-button--primary button-spaced">Cleanup</a>
</span>

<div class="center-content" style="flex-direction: column">
<div id="raw-transaction-container" class="raw-transaction-container"></div>
<img src="diagrams/index/basic_demo_data_consumer.svg"
alt="Data consumer reading from source and pushing to sink data source">
<div id="result-container">
<div id="transaction-card-container" class="all-card-container"></div>
<div id="validation-container"></div>
</div>
</div>

## What is it

<div class="grid cards" markdown>
Expand Down
24 changes: 24 additions & 0 deletions docs/sample/demo/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

<script src="index.js"></script>

## 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.
<p style="font-size: small">*This is for illustrative purposes</p>

<span class="center-content">
<a id="generate-button" class="md-button md-button--primary button-spaced">Generate</a>
<a id="validate-button" class="md-button md-button--primary button-spaced">Validate</a>
<a id="cleanup-button" class="md-button md-button--primary button-spaced">Cleanup</a>
</span>

<div class="center-content" style="flex-direction: column">
<div id="raw-transaction-container" class="raw-transaction-container"></div>
<img src="diagrams/index/basic_demo_data_consumer.svg"
alt="Data consumer reading from source and pushing to sink data source">
<div id="result-container">
<div id="transaction-card-container" class="all-card-container"></div>
<div id="validation-container"></div>
</div>
</div>

0 comments on commit 3ec4108

Please sign in to comment.