Skip to content

Commit ef16629

Browse files
committed
Generate navigation for new UserTypes doc.
1 parent 6058a75 commit ef16629

5 files changed

Lines changed: 16 additions & 5 deletions

File tree

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* [Drop object statements](doc/Language/DropStmt.md)
2828
* [Navigation properties](doc/Language/NavigationProperties.md)
2929
* [Vendor statements](doc/Language/VendorStatements.md)
30+
* [UserTypes](doc/Language/UserTypes/README.md)
3031
* [Functions](doc/Language/Functions/README.md)
3132
* [SQLite](doc/Language/Functions/SQLiteFunctions.md)
3233
* [TSQL](doc/Language/Functions/TSQLFunctions.md)

doc/Configuration/Json.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ representation*! With the above example ToPrimitive and FromPrimitive methods us
211211
actually work fine, but a different representation might not hold up so well. So choose your underlying representation
212212
carefully and be mindful of how your queries are actually working.
213213

214-
215214
---
216215
<!-- nav-bottom -->
217216
[&larr; Configuration](README.md) | [Runtime configuration &rarr;](Configuration.md)

doc/Language/Functions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- nav-top -->
22
[Home](../../../README.md) &gt; [Language](../README.md) &gt; Functions
33

4-
[&larr; Vendor statements](../VendorStatements.md) | [SQLite &rarr;](SQLiteFunctions.md)
4+
[&larr; UserTypes](../UserTypes/README.md) | [SQLite &rarr;](SQLiteFunctions.md)
55
<!-- /nav-top -->
66

77
# Functions
@@ -112,6 +112,6 @@ This way, only `@b` will be nullable.
112112

113113
---
114114
<!-- nav-bottom -->
115-
[&larr; Vendor statements](../VendorStatements.md) | [SQLite &rarr;](SQLiteFunctions.md)
115+
[&larr; UserTypes](../UserTypes/README.md) | [SQLite &rarr;](SQLiteFunctions.md)
116116
<!-- /nav-bottom -->
117117

doc/Language/UserTypes/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!-- nav-top -->
2+
[Home](../../../README.md) &gt; [Language](../README.md) &gt; UserTypes
3+
4+
[&larr; Vendor statements](../VendorStatements.md) | [Functions &rarr;](../Functions/README.md)
5+
<!-- /nav-top -->
6+
17
# UserTypes
28

39
The UserTypes feature allows you to bring custom .NET data types into RZSQL by pointing the type provider at your own assemblies.
@@ -453,3 +459,8 @@ VENDOR tsql {
453459

454460
The key thing to remember here is it is up to you to be disciplined about changing your storage representation!
455461

462+
---
463+
<!-- nav-bottom -->
464+
[&larr; Vendor statements](../VendorStatements.md) | [Functions &rarr;](../Functions/README.md)
465+
<!-- /nav-bottom -->
466+

doc/Language/VendorStatements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- nav-top -->
22
[Home](../../README.md) &gt; [Language](README.md) &gt; Vendor statements
33

4-
[&larr; Navigation properties](NavigationProperties.md) | [Functions &rarr;](Functions/README.md)
4+
[&larr; Navigation properties](NavigationProperties.md) | [UserTypes &rarr;](UserTypes/README.md)
55
<!-- /nav-top -->
66

77
# Vendor Statements
@@ -138,6 +138,6 @@ vendor tsql <#
138138

139139
---
140140
<!-- nav-bottom -->
141-
[&larr; Navigation properties](NavigationProperties.md) | [Functions &rarr;](Functions/README.md)
141+
[&larr; Navigation properties](NavigationProperties.md) | [UserTypes &rarr;](UserTypes/README.md)
142142
<!-- /nav-bottom -->
143143

0 commit comments

Comments
 (0)