Skip to content

Commit 9c499d3

Browse files
Deployed 273998a to master with MkDocs 1.4.2 and mike 2.0.0
1 parent 3898ef0 commit 9c499d3

File tree

27 files changed

+132
-102
lines changed

27 files changed

+132
-102
lines changed

master/references/qwc-3d-tile-info-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ <h2 class="mb-0">
10481048
</div>
10491049

10501050
<footer>
1051-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:23 +0000</p>
1051+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:06:11 +0000</p>
10521052
</footer></body>
10531053
<p></html></p>
10541054

master/references/qwc-admin-gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ <h2 class="mb-0">
15361536
</div>
15371537

15381538
<footer>
1539-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:03 +0000</p>
1539+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:51 +0000</p>
15401540
</footer></body>
15411541
<p></html></p>
15421542

master/references/qwc-config-generator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2776,7 +2776,7 @@ <h2 class="mb-0">
27762776
</div>
27772777

27782778
<footer>
2779-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:01 +0000</p>
2779+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:50 +0000</p>
27802780
</footer></body>
27812781
<p></html></p>
27822782

master/references/qwc-data-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2967,7 +2967,7 @@ <h2 class="mb-0">
29672967
</div>
29682968

29692969
<footer>
2970-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:04 +0000</p>
2970+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:52 +0000</p>
29712971
</footer></body>
29722972
<p></html></p>
29732973

master/references/qwc-db-auth/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ <h2 class="mb-0">
15921592
</div>
15931593

15941594
<footer>
1595-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:05 +0000</p>
1595+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:53 +0000</p>
15961596
</footer></body>
15971597
<p></html></p>
15981598

master/references/qwc-document-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ <h2 class="mb-0">
10651065
</div>
10661066

10671067
<footer>
1068-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:06 +0000</p>
1068+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:54 +0000</p>
10691069
</footer></body>
10701070
<p></html></p>
10711071

master/references/qwc-document-service_readme/index.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,7 @@ <h1 id="document-service">Document service<a class="headerlink" href="#document-
179179
<pre><code>$P{REPORT_DIR} + "mysubfolder/myimage.png"
180180
</code></pre>
181181
<p>If you may have a very large amount of input data, the report generation might result in a very large output file. This can lead to an Out-of-memory exception. To handle this, a "Virtualizer" could be used, which will cut the report into different files and save them on the hard drive during the generation process. The result generally makes the generation of the report a bit slower but it will solve the memory exception. To use a "JRSwapFileVirtualizer" for report generation, the <code>virtualizer</code> configuration has to be set (see example below).</p>
182-
<p>If your report requires extra fonts, place the <code>*.ttfs</code> below the <code>src/fonts</code> directory (when running locally) resp. mount them inside the <code>/srv/qwc_service/fonts/</code> when running as docker container. Font names must respect the following naming convention:</p>
183-
<ul>
184-
<li>Regular: <code>&lt;FontName&gt;.ttf</code> or <code>&lt;FontName&gt;-Regular.ttf</code></li>
185-
<li>Bold: <code>&lt;FontName&gt;-Bold.ttf</code></li>
186-
<li>Italic: <code>&lt;FontName&gt;-Italic.ttf</code></li>
187-
<li>BoldItalic: <code>&lt;FontName&gt;-BoldItalic.ttf</code></li>
188-
</ul>
182+
<p>If your report requires extra fonts, place the <code>*.ttfs</code> below the <code>src/fonts</code> directory (when running locally) resp. mount them inside the <code>/srv/qwc_service/fonts/</code> when running as docker container. The font names and faces are read from the <code>*.tff</code> file metadata. Currently only static TTFs are supported, not variable font TTFs.</p>
189183
<p>Set <code>FLASK_DEBUG=1</code> to get additional logging output.</p>
190184
<h2 id="configuration">Configuration<a class="headerlink" href="#configuration" title="Permanent link">&para;</a></h2>
191185
<p>The static config files are stored as JSON files in <code>$CONFIG_PATH</code> with subdirectories for each tenant,

master/references/qwc-elevation-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ <h2 class="mb-0">
489489
</div>
490490

491491
<footer>
492-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:07 +0000</p>
492+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:55 +0000</p>
493493
</footer></body>
494494
<p></html></p>
495495

master/references/qwc-ext-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ <h2 class="mb-0">
560560
</div>
561561

562562
<footer>
563-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:09 +0000</p>
563+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:56 +0000</p>
564564
</footer></body>
565565
<p></html></p>
566566

master/references/qwc-feature-info-service/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5247,7 +5247,7 @@ <h2 class="mb-0">
52475247
</div>
52485248

52495249
<footer>
5250-
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-17 at 07:39:10 +0000</p>
5250+
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2025-10-23 at 21:05:56 +0000</p>
52515251
</footer></body>
52525252
<p></html></p>
52535253

0 commit comments

Comments
 (0)