Skip to content

Commit 8711d9d

Browse files
update to internal commit 4fdea72b
1 parent dc63754 commit 8711d9d

File tree

6 files changed

+7
-15
lines changed

6 files changed

+7
-15
lines changed

.github/workflows/called-workflow-build-sync-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
git clone --depth 1 https://github.com/dynamsoft-docs/Docs-Template-Repo.git Docs-Template-Repo
3131
cp -rfp ./${{ inputs.doc-repo }}/* ./DocHome/
3232
cp -rfp ./Docs-Template-Repo/* ./DocHome/
33-
cd DocHome && bundle install && bundle exec jekyll build
34-
# cd DocHome && bundle exec jekyll build
33+
# cd DocHome && bundle install && bundle exec jekyll build
34+
cd DocHome && bundle exec jekyll build
3535
3636
- name: Sync files
3737
uses: SamKirkland/[email protected]

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,6 @@ jobs:
277277
doc-url: mrz-scanner/docs/web
278278
secrets: inherit
279279

280-
Update-MDS-On-Main-Change:
281-
if: ${{ github.ref == 'refs/heads/main' }}
282-
uses: ./.github/workflows/called-workflow-build-sync-production.yml
283-
with:
284-
doc-repo: mobile-document-scanner-docs-js
285-
doc-url: mobile-document-scanner/docs/web/
286-
secrets: inherit
287-
288280
# build:
289281
# # The type of runner that the job will run on
290282
# runs-on: self-hosted

_includes/productNav/dbrNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li class="breadcrumb-item"><a href="/"><i class="icon-home"></i></a></li>
88
<li class="breadcrumb-item"><a href="/products/">Products</a></li>
99
<li class="breadcrumb-item overview"><a href="/barcode-reader/overview/">Dynamsoft Barcode Reader</a></li>
10-
<li class="breadcrumb-item active"><a href="/barcode-reader/docs/core/">Docs & Samples</a></li>
10+
<li class="breadcrumb-item active"><a href="/barcode-reader/docs/core/">Docs & SAMPLES</a></li>
1111
</ul>
1212
<div class="right-menu fr">
1313
{%- include search-input.html -%}

_includes/productNav/dwtNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<li class="breadcrumb-item"><a href="/"><i class="icon-home"></i></a></li>
88
<li class="breadcrumb-item"><a href="/products/">Products</a></li>
99
<li class="breadcrumb-item overview"><a href="/web-twain/overview/">Dynamic Web TWAIN</a></li>
10-
<li class="breadcrumb-item active"><a href="/web-twain/docs/introduction/index.html">Docs & Samples</a></li>
10+
<li class="breadcrumb-item active"><a href="/web-twain/docs/introduction/index.html">Docs & SAMPLES</a></li>
1111
</ul>
1212
<div class="right-menu fr">
1313
<a href="javascript:;" id="ask-ai-btn">Ask AI</a>

_includes/search-input.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
if (["dlr", "dce", "ddn", "dcv", "dcp"].indexOf(product) >= 0) {
181181
product = "dcv"
182182
}
183-
if (["dbr", "dlr", "dce", "dcp", "dcv", "ddn", "mrz", "mds"].indexOf(product) >= 0) {
183+
if (["dbr", "dlr", "dce", "dcp", "dcv", "ddn", "mds"].indexOf(product) >= 0) {
184184
let lang = getCurrentUrlLang(document.URL, true)
185185
let reporType = ""
186186
if (lang && lang != "core") {

assets/js/docsLangLatestVersion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var docsLangLatestVersion = {
88
dotnet: "11.2.1000",
99
android: "11.2.1000",
1010
ios: "11.2.1000",
11-
javascript: "11.0.6000",
11+
javascript: "11.2.2000",
1212
maui: "11.0.5200",
1313
flutter: "11.0.5200",
1414
reactNative: "11.0.5200",
@@ -21,7 +21,7 @@ var docsLangLatestVersion = {
2121
android: "3.2.1000",
2222
dotnet: "3.2.1000",
2323
ios: "3.2.1000",
24-
javascript: "3.0.6001",
24+
javascript: "3.2.2000",
2525
xamarin: "1.0.5",
2626
flutter: "1.3.0",
2727
cordova: "1.0.5",

0 commit comments

Comments
 (0)