Skip to content

Commit 242d86e

Browse files
committed
Refresh docs
1 parent 63872c7 commit 242d86e

File tree

11 files changed

+20
-6
lines changed

11 files changed

+20
-6
lines changed

docs/cs/GS1.Encoders.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1 id="GS1_Encoders" data-uid="GS1.Encoders" class="text-break">Namespace GS1.E
6363
how barcode message data is generated and AI data extracted from the
6464
provided input data, and how the given data can be output in various
6565
formats.</p>
66-
<p><img src="../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers"></p>
66+
<p><img src="input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers"></p>
6767
<p>The above diagram highlights that conceptually the library contains two internal &quot;data buffers&quot;:</p>
6868
<ul>
6969
<li><strong>Barcode message buffer:</strong> This is populated with the raw message

docs/cs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1 id="GS1_Encoders" data-uid="GS1.Encoders" class="text-break">Namespace GS1.E
6363
how barcode message data is generated and AI data extracted from the
6464
provided input data, and how the given data can be output in various
6565
formats.</p>
66-
<p><img src="../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers"></p>
66+
<p><img src="input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers"></p>
6767
<p>The above diagram highlights that conceptually the library contains two internal &quot;data buffers&quot;:</p>
6868
<ul>
6969
<li><strong>Barcode message buffer:</strong> This is populated with the raw message

docs/cs/input_output_buffers.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/cs/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@
141141
},
142142
"version": ""
143143
},
144+
{
145+
"type": "Resource",
146+
"source_relative_path": "input_output_buffers.svg",
147+
"output": {
148+
"resource": {
149+
"relative_path": "input_output_buffers.svg"
150+
}
151+
},
152+
"version": ""
153+
},
144154
{
145155
"type": "Resource",
146156
"source_relative_path": "public/main.css",

docs/java/input_output_buffers.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/java/org/gs1/gs1encoders/package-summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 title="Package org.gs1.gs1encoders" class="title">Package org.gs1.gs1encoder
105105
formats.
106106

107107
<p>
108-
<img src="../../../../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers" style="max-width: 100%;">
108+
<img src="../../../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers" style="max-width: 1000px; width: 100%;">
109109

110110
<p>
111111
The above diagram highlights that conceptually the library contains two internal "data buffers":

docs/js-wasm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 class="page-title">Module: gs1encoder</h1>
7474
formats.
7575

7676
<p>
77-
<img src="../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers" style="max-width: 100%;">
77+
<img src="input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers" style="max-width: 1000px; width: 100%;">
7878

7979
<p>
8080
The above diagram highlights that conceptually the library contains two internal "data buffers":

docs/js-wasm/input_output_buffers.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/js-wasm/module-gs1encoder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 class="page-title">Module: gs1encoder</h1>
7474
formats.
7575

7676
<p>
77-
<img src="../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers" style="max-width: 100%;">
77+
<img src="input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers" style="max-width: 1000px; width: 100%;">
7878

7979
<p>
8080
The above diagram highlights that conceptually the library contains two internal "data buffers":

docs/swift/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1 id='gs1-barcode-syntax-engine-swift-package' class='heading'>GS1 Barcode Syn
8282

8383
<p>The following diagram shows how the library can be used for processing and transformation of GS1 data, indicating which formats are accepted as input, how barcode message data is generated and AI data extracted from the provided input data, and how the given data can be output in various formats.</p>
8484

85-
<p><img src="../input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers"></p>
85+
<p><img src="input_output_buffers.svg" alt="Data transformation: Inputs, outputs and buffers"></p>
8686

8787
<p>The above diagram highlights that conceptually the library contains two internal &ldquo;data buffers&rdquo;:</p>
8888

0 commit comments

Comments
 (0)