File tree Expand file tree Collapse file tree 5 files changed +58
-0
lines changed Expand file tree Collapse file tree 5 files changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ c_release_notes: /document-normalizer/docs/server/programming/c/release-notes/
13
13
cpp : /document-normalizer/docs/server/programming/cplusplus/
14
14
cpp_release_notes : /document-normalizer/docs/server/programming/cplusplus/release-notes/
15
15
16
+ dotnet : /document-normalizer/docs/server/programming/dotnet/
17
+
16
18
ios : /document-normalizer/docs/mobile/programming/ios/
17
19
ios_release_notes : /document-normalizer/docs/mobile/programming/ios/release-notes/
18
20
Original file line number Diff line number Diff line change
1
+ < li class ="category "> DEVELOPMENT</ li >
2
+ < li >
3
+ < a target ="_blank " href ="{{ site.js }} " class ="otherLinkColour refreshLink "> Web (Client Side)</ a > </ li >
4
+ < li >
5
+ < a class ="otherLinkColour "> Mobile</ a >
6
+ < ul >
7
+ < li > < a target ="_blank " href ="{{ site.android }} " class ="otherLinkColour refreshLink "> Android</ a > </ li >
8
+ < li > < a target ="_blank " href ="{{ site.ios }} " class ="otherLinkColour refreshLink "> iOS</ a > </ li >
9
+ < li > < a target ="_blank " href ="{{ site.xamarin }} " class ="otherLinkColour refreshLink "> Xamarin.Forms</ a > </ li >
10
+ </ ul >
11
+ </ li >
12
+ < li >
13
+ < a class ="otherLinkColour "> Server / Desktop</ a >
14
+ < ul >
15
+ < li > < a target ="_blank " href ="{{ site.cpp }} " class ="otherLinkColour refreshLink "> C++</ a > </ li >
16
+ </ ul >
17
+ </ li >
Original file line number Diff line number Diff line change 13
13
< a class ="otherLinkColour "> Server / Desktop</ a >
14
14
< ul >
15
15
< li > < a target ="_blank " href ="{{ site.cpp }} " class ="otherLinkColour refreshLink "> C++</ a > </ li >
16
+ < li > < a target ="_blank " href ="{{ site.dotnet }} " class ="otherLinkColour refreshLink "> .NET</ a > </ li >
16
17
</ ul >
17
18
</ li >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default-layout
3
+ title : Dynamsoft Document Normalizer Documentation Homepage
4
+ keywords : homepage, documentation
5
+ breadcrumbText : HomePage
6
+ description : Homepage of Dynamsoft Document Normalizer
7
+ ---
8
+
9
+ # Documentation HomePage
10
+
11
+ * [ Introduction] ({{ site.introduction }})
12
+
13
+ <hr >
14
+ DEVELOPMENT
15
+ <hr >
16
+
17
+ * [ Web (Client Side)] ({{ site.js }})
18
+ * Mobile
19
+ * [ Android] ({{ site.android }})
20
+ * [ iOS] ({{ site.ios }})
21
+ * [ Xamarin.Forms] ({{ site.xamarin }})
22
+ * Server / Desktop
23
+ * [ C++] ({{ site.cpp }})
24
+
25
+ <hr >
26
+ UNDERSTANDING DDN
27
+ <hr >
28
+
29
+ * [ Parameter Organization] ({{ site.parameters_ddn }}parameter-organization-structure.html)
30
+ * [ Parameter Reference] ({{ site.parameters_reference_ddn }})
31
+
32
+ <hr >
33
+ USEFUL RESOURCES
34
+ <hr >
35
+
36
+ * [ Release Notes] ({{ site.release_notes }})
37
+ * [ License Activation] ({{ site.license }})
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ DEVELOPMENT
21
21
* [ Xamarin.Forms] ({{ site.xamarin }})
22
22
* Server / Desktop
23
23
* [ C++] ({{ site.cpp }})
24
+ * [ .NET] ({{ site.dotnet }})
24
25
25
26
<hr >
26
27
UNDERSTANDING DDN
You can’t perform that action at this time.
0 commit comments