Skip to content

Commit 08316c5

Browse files
Merge pull request #90 from dynamsoft-docs/preview
update to internal commit 0442edc2
2 parents 6ed4254 + 07c9031 commit 08316c5

File tree

6 files changed

+95
-0
lines changed

6 files changed

+95
-0
lines changed

_includes/mwcNav-v2.0.html

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<style>
2+
#cp-header .action-buttons { display: none; }
3+
#mdHeader { border-bottom: 0!important; }
4+
#sideBarCnt.sidebar-fixed { position: fixed; top: 88px; max-height: unset; }
5+
.rightSideMenu.rsm-fixed { position: fixed; top: 100px; }
6+
#docHead { top: 186px; }
7+
.productMenu .downloadBtn:hover { color: #ffffff!important; }
8+
@media (max-width: 1679px){
9+
#docHead {
10+
top: 145px;
11+
}
12+
}
13+
</style>
14+
15+
<div id="DocWebCapture" class="main">
16+
<div id="DocWebCaptureMenu" class="productMenu">
17+
<div class="container pcProductMenu">
18+
<div class="row">
19+
<div class="col-xs-12">
20+
<ul class="menuList">
21+
<!---->
22+
<li class="title"><a class="orangeLink" href="https://www.dynamsoft.com/use-cases/mobile-web-capture-sdk/?utm_content=nav-solutions">Mobile Web Capture</a></li>
23+
<!-- <li class="item overview">
24+
<a class="textUpperCase" href="{{site.overview}}">Overview</a>
25+
</li>
26+
<li class="item overview">
27+
<a class="textUpperCase" href="{{site.frontPageFolder}}">Release Notes</a>
28+
</li> -->
29+
<li class="item overview">
30+
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
31+
</li>
32+
</ul>
33+
<a class="downloadBtn fr hide-lg textUpperCase" href="{{site.download}}">Download Free Trial</a>
34+
</div>
35+
</div>
36+
</div>
37+
<div class="container mobileProductMenu">
38+
<div class="row">
39+
<div class="col-xs-12">
40+
<div class="productLogo">Mobile Web Capture <i class="icon-orange-angle"></i></div>
41+
<div id="ddvCurrentPage" class="fontOswald fr currentPage">Resource Base</div>
42+
</div>
43+
</div>
44+
</div>
45+
<div class="mobileProductDetailMenu">
46+
<div class="container">
47+
<div class="row">
48+
<div class="col-xs-12">
49+
<ul class="menuList">
50+
<!---->
51+
<li class="title"><a class="orangeLink" href="https://www.dynamsoft.com/use-cases/mobile-web-capture-sdk/?utm_content=nav-solutions">Mobile Web Capture</a></li>
52+
<!-- <li class="item overview">
53+
<a class="textUpperCase" href="{{site.overview}}">Overview</a>
54+
</li>
55+
<li class="item overview">
56+
<a class="textUpperCase" href="{{site.frontPageFolder}}">Release Notes</a>
57+
</li> -->
58+
<li class="item overview">
59+
<a class="textUpperCase" href="{{site.docHomePage}}">Documentation</a>
60+
</li>
61+
</ul>
62+
</div>
63+
</div>
64+
</div>
65+
</div>
66+
</div>
67+
</div>

_includes/sidelist-apis-v2.0.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<li><a href="{{ site.api }}relatedapi.html" class="otherLinkColour">Related API Reference</a></li>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<li><a class="otherLinkColour">Code Gallery</a>
2+
<ul>
3+
<li><a href="{{ site.codegallery }}usecases/index.html" class="otherLinkColour">Use Cases</a>
4+
<ul>
5+
<li><a href="{{ site.codegallery }}usecases/capture-single-page-and-then-crop.html" class="otherLinkColour">Capture Single Page and Then Crop</a></li>
6+
<li><a href="{{ site.codegallery }}usecases/complete-doc-capturing-workflow.html" class="otherLinkColour">Complete Document Capturing Workflow</a></li>
7+
<li><a href="{{ site.codegallery }}usecases/detect-boundaries-on-existing-image.html" class="otherLinkColour">Detect Boundaries on the Existing Image</a></li>
8+
</ul>
9+
</li>
10+
{% comment %} <li><a href="{{ site.codegallery }}demo/index.html" class="otherLinkColour">Demo</a></li> {% endcomment %}
11+
</ul>
12+
</li>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction.html" -%}
2+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-gettingstarted.html" -%}
3+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-codegallery.html" -%}
4+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-apis.html" -%}
5+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-releasenotes.html" -%}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<li><a class="otherLinkColour">Getting Started</a>
2+
<ul>
3+
<li><a href="{{ site.gettingstarted }}sys_requirement.html" class="otherLinkColour">System Requirements</a></li>
4+
<li><a href="{{ site.gettingstarted }}license.html" class="otherLinkColour">License</a></li>
5+
<li><a href="{{ site.gettingstarted }}add_dependency.html" class="otherLinkColour">Adding the Dependency</a></li>
6+
<li><a href="{{ site.gettingstarted }}helloworld-singlepage.html" class="otherLinkColour">Creating HelloWorld - Single Page</a></li>
7+
<li><a href="{{ site.gettingstarted }}helloworld-continuousmode.html" class="otherLinkColour">Creating HelloWorld - Continuous Mode</a></li>
8+
</ul>
9+
</li>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<li><a href="{{ site.introduction }}index.html" class="otherLinkColour">Introduction</a></li>

0 commit comments

Comments
 (0)