Skip to content

Commit

Permalink
Fix list indents
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Aug 9, 2023
1 parent 6c71ca3 commit 17f01ae
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
There are many options available for you to use when you have a scenario when data has to be a certain format.

1. Create expression [datafaker](https://www.datafaker.net/documentation/expressions/)
1. Can be used to create names, addresses, or anything that can be found
under [here](../sample/datafaker/expressions.txt)
1. Can be used to create names, addresses, or anything that can be found
under [here](../sample/datafaker/expressions.txt)
2. Create regex

## Foreign keys across data sets
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Just define your data source connections and data will be generated.
It can also be manually altered to produce data or scenarios the way you want.

Main features of the data generator include:

- Ability to gather metadata about data sources
- Generate data in either batch or real-time
- Maintain referential integrity across generated data
Expand Down
6 changes: 4 additions & 2 deletions site/advanced/advanced/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,11 @@ <h1 id="advanced-use-cases">Advanced use cases</h1>
<h2 id="special-data-formats">Special data formats</h2>
<p>There are many options available for you to use when you have a scenario when data has to be a certain format.</p>
<ol>
<li>Create expression <a href="https://www.datafaker.net/documentation/expressions/">datafaker</a></li>
<li>Create expression <a href="https://www.datafaker.net/documentation/expressions/">datafaker</a><ol>
<li>Can be used to create names, addresses, or anything that can be found
under <a href="../../sample/datafaker/expressions.txt">here</a></li>
under <a href="../../sample/datafaker/expressions.txt">here</a></li>
</ol>
</li>
<li>Create regex</li>
</ol>
<h2 id="foreign-keys-across-data-sets">Foreign keys across data sets</h2>
Expand Down
14 changes: 8 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,12 +454,14 @@ <h1 id="home">Home</h1>
your local laptop.
Just define your data source connections and data will be generated.
It can also be manually altered to produce data or scenarios the way you want.</p>
<p>Main features of the data generator include:
- Ability to gather metadata about data sources
- Generate data in either batch or real-time
- Maintain referential integrity across generated data
- Create custom data generation scenarios
- Delete generated data</p>
<p>Main features of the data generator include:</p>
<ul>
<li>Ability to gather metadata about data sources</li>
<li>Generate data in either batch or real-time</li>
<li>Maintain referential integrity across generated data</li>
<li>Create custom data generation scenarios</li>
<li>Delete generated data</li>
</ul>
<video src="https://github.com/pflooky/data-caterer-docs/assets/26299147/d853241b-7c7e-4943-aefe-4002b848edf5" controls="controls" style="max-width: 730px;">
</video>

Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 17f01ae

Please sign in to comment.