Skip to content

Commit dd187d7

Browse files
committed
Touch document a little
1 parent b3cc154 commit dd187d7

File tree

4 files changed

+26
-18
lines changed

4 files changed

+26
-18
lines changed

doc/api/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<head>
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8-
<title>PLACEHOLDER </title>
8+
<title>API Documentation </title>
99
<meta name="viewport" content="width=device-width">
10-
<meta name="title" content="PLACEHOLDER ">
10+
<meta name="title" content="API Documentation ">
1111
<meta name="generator" content="docfx 2.40.2.0">
1212

1313
<link rel="shortcut icon" href="../../favicon.ico">
@@ -67,9 +67,8 @@
6767
<div class="article row grid-right">
6868
<div class="col-md-10">
6969
<article class="content wrap" id="_content" data-uid="">
70-
<h1 id="placeholder">PLACEHOLDER</h1>
70+
<h1 id="api-documentation">API Documentation</h1>
7171

72-
<p>TODO: Add .NET projects to the <em>src</em> folder and run <code>docfx</code> to generate <strong>REAL</strong> <em>API Documentation</em>!</p>
7372
</article>
7473
</div>
7574

doc/articles/intro.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<head>
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8-
<title>Add your introductions here! </title>
8+
<title>See code of TestSqlLiteDatabase as an example </title>
99
<meta name="viewport" content="width=device-width">
10-
<meta name="title" content="Add your introductions here! ">
10+
<meta name="title" content="See code of TestSqlLiteDatabase as an example ">
1111
<meta name="generator" content="docfx 2.40.2.0">
1212

1313
<link rel="shortcut icon" href="../../favicon.ico">
@@ -67,7 +67,7 @@
6767
<div class="article row grid-right">
6868
<div class="col-md-10">
6969
<article class="content wrap" id="_content" data-uid="">
70-
<h1 id="add-your-introductions-here">Add your introductions here!</h1>
70+
<h1 id="see-code-of-testsqllitedatabase-as-an-example">See code of TestSqlLiteDatabase as an example</h1>
7171

7272
</article>
7373
</div>

doc/index.html

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<head>
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8-
<title>This is the HOMEPAGE. </title>
8+
<title>DirectSQL </title>
99
<meta name="viewport" content="width=device-width">
10-
<meta name="title" content="This is the HOMEPAGE. ">
10+
<meta name="title" content="DirectSQL ">
1111
<meta name="generator" content="docfx 2.40.2.0">
1212

1313
<link rel="shortcut icon" href="../favicon.ico">
@@ -67,13 +67,22 @@
6767
<div class="article row grid-right">
6868
<div class="col-md-10">
6969
<article class="content wrap" id="_content" data-uid="">
70-
<h1 id="this-is-the-homepage">This is the <strong>HOMEPAGE</strong>.</h1>
70+
<h1 id="directsql">DirectSQL</h1>
7171

72-
<p>Refer to <a href="http://daringfireball.net/projects/markdown/">Markdown</a> for how to write markdown files.</p>
73-
<h2 id="quick-start-notes">Quick Start Notes:</h2>
74-
<ol>
75-
<li>Add images to the <em>images</em> folder if the file is referencing an image.</li>
76-
</ol>
72+
<p>Execute SQL directly !</p>
73+
<p>This .NET Core library is very thin database framework on top of System.Data.
74+
In this library, you can use SQL directly without taking care for lifecycle of connection, transaction and so on.</p>
75+
<p>In many database framework, direct execution of SQL is more or less barriered from orthodox.
76+
This library resolve issues around that.</p>
77+
<p>Now, this library has supporting code for next DBMS</p>
78+
<ul>
79+
<li>SQLite</li>
80+
<li>SQL Server</li>
81+
<li>PostgreSQL (Npgsql)</li>
82+
<li>CockroachDB (Npgsql)</li>
83+
<li>DB2</li>
84+
<li>MySql</li>
85+
</ul>
7786
</article>
7887
</div>
7988

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"output": {
238238
".html": {
239239
"relative_path": "doc/api/index.html",
240-
"hash": "ffmti6HUkebOK0SRNmh5sw=="
240+
"hash": "iJ/VbCPE1b+5iQWnLIL2DQ=="
241241
}
242242
},
243243
"is_incremental": false,
@@ -261,7 +261,7 @@
261261
"output": {
262262
".html": {
263263
"relative_path": "doc/articles/intro.html",
264-
"hash": "Z0f4tT60WL6vXFdDVdxI6A=="
264+
"hash": "a0sHG4GXeOiqvqd0Ao0cBA=="
265265
}
266266
},
267267
"is_incremental": false,
@@ -285,7 +285,7 @@
285285
"output": {
286286
".html": {
287287
"relative_path": "doc/index.html",
288-
"hash": "xRskNXrDJ394tPjDxV9Vkg=="
288+
"hash": "ZJgJYjJY0jcle7XYJQs9Cw=="
289289
}
290290
},
291291
"is_incremental": false,

0 commit comments

Comments
 (0)