Skip to content

Commit 25fbe4a

Browse files
update menu for performance
1 parent 13406ad commit 25fbe4a

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

_data/full_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tree_file_list:
1515
- sidelist-parameter-reference-v10.0.0.html
1616
- sidelist-parameters-organization.html
1717
- sidelist-performance.html
18+
- sidelist-performance-v9.6.30.html
1819
- sidelist-release-notes.html
1920
- sidelist-understanding-v9.6.30.html
2021
- sidelist-understanding.html
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<li><a href="{{ site.performance }}" class="otherLinkColour">Performance</a>
2+
<ul>
3+
<li><a href="{{ site.performance }}accuracy.html" class="otherLinkColour">Accuracy</a></li>
4+
<li><a href="{{ site.performance }}read-rate.html" class="otherLinkColour">Read Rate</a></li>
5+
<li><a href="{{ site.performance }}speed.html" class="otherLinkColour">Speed</a></li>
6+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="introduction-comparison-tools.html" -%}
7+
</ul>
8+
</li>

_includes/sidelist-performance.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
<li><a href="{{ site.performance }}accuracy.html" class="otherLinkColour">Accuracy</a></li>
44
<li><a href="{{ site.performance }}read-rate.html" class="otherLinkColour">Read Rate</a></li>
55
<li><a href="{{ site.performance }}speed.html" class="otherLinkColour">Speed</a></li>
6-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="introduction-comparison-tools.html" -%}
76
</ul>
87
</li>

_includes/sidelist-understanding.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<li><a href="{{ site.architecture }}output.html" class="otherLinkColour">Output</a></li>
1919
</ul>
2020
</li>
21-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath
22-
targetRelativePath="sidelist-parameters-organization.html" -%}
21+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-performance.html" -%}
22+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-parameters-organization.html" -%}
2323
<li><a href="{{ site.parameters_reference }}index.html" class="otherLinkColour">Parameter Reference</a>
2424
<ul>
2525
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath

performance/index-v9.6.30.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: default-layout
3+
title: Performance Optimization - Dynamsoft Barcode Reader SDK
4+
description: This is the Performance Optimization index page for Dynamsoft Barcode Reader.
5+
keywords: performance optimization
6+
breadcrumbText: Performance
7+
needGenerateH3Content: false
8+
permalink: /performance/index.html
9+
---
10+
11+
# Performance Optimization
12+
13+
This section covers the following topics:
14+
15+
* [How to Boost Barcode Reading Speed](speed.md)
16+
* [How to Boost Barcode Read Rate](read-rate.md)
17+
* [How to Boost Barcode Reading Accuracy](accuracy.md)
18+
* [How to Batch Test Barcode Reading Performance]({{ site.comparison_tools}}batch-test.html)

performance/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This is the Performance Optimization index page for Dynamsoft Barco
55
keywords: performance optimization
66
breadcrumbText: Performance
77
needGenerateH3Content: false
8-
permalink: /performance/index.html
8+
permalink: /performance/index-v9.6.30.html
99
---
1010

1111
# Performance Optimization
@@ -15,4 +15,3 @@ This section covers the following topics:
1515
* [How to Boost Barcode Reading Speed](speed.md)
1616
* [How to Boost Barcode Read Rate](read-rate.md)
1717
* [How to Boost Barcode Reading Accuracy](accuracy.md)
18-
* [How to Batch Test Barcode Reading Performance]({{ site.comparison_tools}}batch-test.html)

0 commit comments

Comments
 (0)