Skip to content

Commit 284eb4f

Browse files
committed
Some more docs
1 parent 5aeb6b4 commit 284eb4f

14 files changed

+532
-8
lines changed

docs/_site/api/DataWarehouseAutomation.DataObject.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ <h1 id="DataWarehouseAutomation_DataObject" data-uid="DataWarehouseAutomation.Da
9191
<dl><dt>Assembly</dt><dd>DataWarehouseAutomation.dll</dd></dl>
9292
</div>
9393

94-
<div class="markdown summary"></div>
94+
<div class="markdown summary"><p>The definition of a data set, file, or table.
95+
The Data Object can be the 'source' or 'target' in a Data Object Mapping.
96+
A Data Object which acts as target in one mapping, can be a source in another mapping, building up the data logistics lineage.</p>
97+
</div>
9598
<div class="markdown conceptual"></div>
9699

97100
<div class="codewrapper">

docs/_site/api/DataWarehouseAutomation.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ <h3 id="classes">
120120
</dl>
121121
<dl class="jumplist">
122122
<dt><a class="xref" href="DataWarehouseAutomation.DataObject.html">DataObject</a></dt>
123-
<dd></dd>
123+
<dd><p>The definition of a data set, file, or table.
124+
The Data Object can be the 'source' or 'target' in a Data Object Mapping.
125+
A Data Object which acts as target in one mapping, can be a source in another mapping, building up the data logistics lineage.</p>
126+
</dd>
124127
</dl>
125128
<dl class="jumplist">
126129
<dt><a class="xref" href="DataWarehouseAutomation.DataObjectMapping.html">DataObjectMapping</a></dt>

docs/_site/handlebars/extension_now.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2 id="usage">Usage</h2>
8585
<h2 id="example">Example</h2>
8686
<pre><code class="lang-json">The time is {{now}}.
8787
</code></pre>
88-
<p>This gives you the date/time at present.</p>
88+
<p>This returns the date/time at present.</p>
8989
</article>
9090

9191

docs/_site/handlebars/extension_randomdate.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ <h2 id="usage">Usage</h2>
8686
<h2 id="example">Example</h2>
8787
<pre><code class="lang-json">Here is a random date: {{randomdate 2020}}.
8888
</code></pre>
89-
<p>This may result in <em>2022-08-03T00:00:00.000000</em>.</p>
89+
<p>This may return:</p>
90+
<pre><code class="lang-dotnetcli">2022-08-03T00:00:00.000000
91+
</code></pre>
9092
</article>
9193

9294

docs/_site/handlebars/extension_randomnumber.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ <h2 id="usage">Usage</h2>
8686
<h2 id="example">Example</h2>
8787
<pre><code class="lang-json">And here is a random string: {{randomnumber 5}}.
8888
</code></pre>
89-
<p>This may result in <em>1346</em>.</p>
89+
<p>This may return:</p>
90+
<pre><code class="lang-dotnetcli">1346
91+
</code></pre>
9092
</article>
9193

9294

docs/_site/handlebars/extension_randomstring.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ <h2 id="usage">Usage</h2>
8585
<h2 id="example">Example</h2>
8686
<pre><code class="lang-json">And here is a random string: {{randomstring 10}}.
8787
</code></pre>
88-
<p>This may result in <em>Cg8uKuBFS5</em>.</p>
88+
<p>This returns:</p>
89+
<pre><code class="lang-dotnetcli">Cg8uKuBFS5
90+
</code></pre>
8991
</article>
9092

9193

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{replicate}} | Schema for Data Warehouse Automation </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="{{replicate}} | Schema for Data Warehouse Automation ">
8+
9+
<link rel="icon" href="../favicon.ico">
10+
<link rel="stylesheet" href="../public/docfx.min.css">
11+
<link rel="stylesheet" href="../public/main.css">
12+
<meta name="docfx:navrel" content="../toc.html">
13+
<meta name="docfx:tocrel" content="../toc.html">
14+
15+
<meta name="docfx:rel" content="../">
16+
17+
<meta name="docfx:disabletocfilter" content="true">
18+
<meta name="docfx:docurl" content="https://github.com/data-solution-automation-engine/data-warehouse-automation-metadata-schema/blob/dev/docs/handlebars/extension_replicate.md/#L1">
19+
</head>
20+
21+
<script type="module">
22+
import options from './../public/main.js'
23+
import { init } from './../public/docfx.min.js'
24+
init(options)
25+
</script>
26+
27+
<script>
28+
const theme = localStorage.getItem('theme') || 'auto'
29+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
30+
</script>
31+
32+
33+
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
34+
<header class="bg-body border-bottom">
35+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
36+
<div class="container-xxl flex-nowrap">
37+
<a class="navbar-brand" href="../index.html">
38+
<img id="logo" class="svg" src="../." alt="">
39+
40+
</a>
41+
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
42+
<i class="bi bi-three-dots"></i>
43+
</button>
44+
<div class="collapse navbar-collapse" id="navpanel">
45+
<div id="navbar">
46+
<form class="search" role="search" id="search">
47+
<i class="bi bi-search"></i>
48+
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
49+
</form>
50+
</div>
51+
</div>
52+
</div>
53+
</nav>
54+
</header>
55+
56+
<main class="container-xxl">
57+
<div class="toc-offcanvas">
58+
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
59+
<div class="offcanvas-header">
60+
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
61+
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
62+
</div>
63+
<div class="offcanvas-body">
64+
<nav class="toc" id="toc"></nav>
65+
</div>
66+
</div>
67+
</div>
68+
69+
<div class="content">
70+
<div class="actionbar">
71+
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
72+
<i class="bi bi-list"></i>
73+
</button>
74+
75+
<nav id="breadcrumb"></nav>
76+
</div>
77+
78+
<article data-uid="">
79+
<h1 id="replicate">{{replicate}}</h1>
80+
81+
<p>Returns the input string value a number of times, as specified by the input integer.</p>
82+
<p>This is often used to generate test data.</p>
83+
<h2 id="usage">Usage</h2>
84+
<pre><code class="lang-json">{{#replicate 10}}
85+
</code></pre>
86+
<h2 id="example">Example</h2>
87+
<pre><code class="lang-json">{{#replicate 3}}
88+
This value is replicated 3 times!
89+
{{/replicate}}
90+
</code></pre>
91+
<p>This returns:</p>
92+
<pre><code class="lang-dotnetcli">This value is replicated 3 times!
93+
This value is replicated 3 times!
94+
This value is replicated 3 times!
95+
</code></pre>
96+
</article>
97+
98+
99+
<div class="next-article d-print-none border-top" id="nextArticle"></div>
100+
101+
</div>
102+
103+
<div class="affix">
104+
<nav id="affix"></nav>
105+
</div>
106+
</main>
107+
108+
<div class="container-xxl search-results" id="search-results"></div>
109+
110+
<footer class="border-top">
111+
<div class="container-xxl">
112+
<div class="flex-fill">
113+
<span>Schema for Data Solution Automation</span>
114+
</div>
115+
</div>
116+
</footer>
117+
</body>
118+
</html>
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>{{space}} | Schema for Data Warehouse Automation </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="{{space}} | Schema for Data Warehouse Automation ">
8+
9+
<link rel="icon" href="../favicon.ico">
10+
<link rel="stylesheet" href="../public/docfx.min.css">
11+
<link rel="stylesheet" href="../public/main.css">
12+
<meta name="docfx:navrel" content="../toc.html">
13+
<meta name="docfx:tocrel" content="../toc.html">
14+
15+
<meta name="docfx:rel" content="../">
16+
17+
<meta name="docfx:disabletocfilter" content="true">
18+
<meta name="docfx:docurl" content="https://github.com/data-solution-automation-engine/data-warehouse-automation-metadata-schema/blob/dev/docs/handlebars/extension_space.md/#L1">
19+
</head>
20+
21+
<script type="module">
22+
import options from './../public/main.js'
23+
import { init } from './../public/docfx.min.js'
24+
init(options)
25+
</script>
26+
27+
<script>
28+
const theme = localStorage.getItem('theme') || 'auto'
29+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
30+
</script>
31+
32+
33+
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
34+
<header class="bg-body border-bottom">
35+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
36+
<div class="container-xxl flex-nowrap">
37+
<a class="navbar-brand" href="../index.html">
38+
<img id="logo" class="svg" src="../." alt="">
39+
40+
</a>
41+
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
42+
<i class="bi bi-three-dots"></i>
43+
</button>
44+
<div class="collapse navbar-collapse" id="navpanel">
45+
<div id="navbar">
46+
<form class="search" role="search" id="search">
47+
<i class="bi bi-search"></i>
48+
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
49+
</form>
50+
</div>
51+
</div>
52+
</div>
53+
</nav>
54+
</header>
55+
56+
<main class="container-xxl">
57+
<div class="toc-offcanvas">
58+
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
59+
<div class="offcanvas-header">
60+
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
61+
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
62+
</div>
63+
<div class="offcanvas-body">
64+
<nav class="toc" id="toc"></nav>
65+
</div>
66+
</div>
67+
</div>
68+
69+
<div class="content">
70+
<div class="actionbar">
71+
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
72+
<i class="bi bi-list"></i>
73+
</button>
74+
75+
<nav id="breadcrumb"></nav>
76+
</div>
77+
78+
<article data-uid="">
79+
<h1 id="space">{{space}}</h1>
80+
81+
<p>Space will space out (!?) the name of the input value to 30 characters using tabs for alignment, indentation.</p>
82+
<h2 id="usage">Usage</h2>
83+
<pre><code class="lang-json">{{space &quot;&lt;value&gt;&quot;}}
84+
</code></pre>
85+
<h2 id="example">Example</h2>
86+
<pre><code class="lang-json">This is {{space &quot;Hello World&quot;}} ...spaced out.
87+
</code></pre>
88+
<p>This results in:</p>
89+
<pre><code class="lang-dotnetcli">This is Hello World ...spaced out.
90+
</code></pre>
91+
</article>
92+
93+
94+
<div class="next-article d-print-none border-top" id="nextArticle"></div>
95+
96+
</div>
97+
98+
<div class="affix">
99+
<nav id="affix"></nav>
100+
</div>
101+
</main>
102+
103+
<div class="container-xxl search-results" id="search-results"></div>
104+
105+
<footer class="border-top">
106+
<div class="container-xxl">
107+
<div class="flex-fill">
108+
<span>Schema for Data Solution Automation</span>
109+
</div>
110+
</div>
111+
</footer>
112+
</body>
113+
</html>

0 commit comments

Comments
 (0)