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/
1313cpp : /document-normalizer/docs/server/programming/cplusplus/
1414cpp_release_notes : /document-normalizer/docs/server/programming/cplusplus/release-notes/
1515
16+ dotnet : /document-normalizer/docs/server/programming/dotnet/
17+
1618ios : /document-normalizer/docs/mobile/programming/ios/
1719ios_release_notes : /document-normalizer/docs/mobile/programming/ios/release-notes/
1820
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 1313 < a class ="otherLinkColour "> Server / Desktop</ a >
1414 < ul >
1515 < 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 >
1617 </ ul >
1718</ 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
2121 * [ Xamarin.Forms] ({{ site.xamarin }})
2222* Server / Desktop
2323 * [ C++] ({{ site.cpp }})
24+ * [ .NET] ({{ site.dotnet }})
2425
2526<hr >
2627UNDERSTANDING DDN
You can’t perform that action at this time.
0 commit comments