Skip to content

Commit b0d9c0d

Browse files
committed
CZ, EN : Link to user quick guide
1 parent fc3c90c commit b0d9c0d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

cs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
99
3. Otevřete **index.html** v prohlížeči.
1010
4. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou.
1111
Pokud toto neuděláte, **./hlp/Help-{vybraný jazyk prohlížeče}.zip** bude určeno jako výchozí.
12-
5. Uvidíte dokumentaci přímo v HelpViewer, podobně jako teď vidíte tento web.
12+
5. Uvidíte [uživatelskou dokumentaci][userdoc] přímo v HelpViewer, podobně jako teď vidíte tento web.
1313

1414
<script>
1515
async function insertDownloadLink() {
@@ -31,4 +31,5 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
3131
[JSZIP]: http://jszip.org/ "JSZip - práce se ZIP soubory"
3232
[Marked]: https://marked.js.org/ "Marked - vypisování a formátování md souborů do HTML formátu"
3333
[Mermaid]: https://mermaid.js.org/ "Mermaid - vykresluje grafy a schémata podle speciálních textových definic"
34-
[bypassCORS]: corsPolicy.md "Prohlížeč může blokovat přístup k místním souborům (file://) kvůli CORS politikám"
34+
[bypassCORS]: corsPolicy.md "Prohlížeč může blokovat přístup k místním souborům (file://) kvůli CORS politikám"
35+
[userdoc]: ?d=hlp-user/Help-__.zip "User quick guide"

cs/tree.lst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
&#128295;Řešení problémů|Návody k řešení problémů||trouble.md
44
&#x1F433; Obrazy pro kontejnery|Informace o obrazech pro kontejnery||docker.md
55
&#x1F680; Stáhnout|Balíček pro offline použití||=latestApp
6-
&#128279;GitHub|GitHub repozitář||https://github.com/HelpViewer/HelpViewer
6+
&#128279;GitHub|GitHub repozitář||https://github.com/HelpViewer/HelpViewer
7+
&#x1F4D6;Uživatelská příručka|Uživatelská příručka||?d=hlp-user/Help-__.zip

en/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
99
3. Open the **index.html** file in your browser.
1010
4. Set the URL parameter **?d=X**, where **X** is the path to your ZIP file.
1111
If you skip this step, **./hlp/Help-{current language}.zip** will be used by default.
12-
5. You will see the documentation directly in HelpViewer, just like you are seeing this web page.
12+
5. You will see e.g. the [user documentation][userdoc] directly in HelpViewer, just like you are seeing this web page.
1313

1414
<script>
1515
async function insertDownloadLink() {
@@ -31,4 +31,5 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
3131
[JSZIP]: http://jszip.org/ "JSZip JavaScript library - ZIP files manipulation"
3232
[Marked]: https://marked.js.org/ "Marked JavaScript library - md files to HTML renderer"
3333
[Mermaid]: https://mermaid.js.org/ "Mermaid library - renderer for diagrams defined by specific textual definitions"
34-
[bypassCORS]: corsPolicy.md "Browser possibly blocking local file access (file://) due to CORS policy restrictions"
34+
[bypassCORS]: corsPolicy.md "Browser possibly blocking local file access (file://) due to CORS policy restrictions"
35+
[userdoc]: ?d=hlp-user/Help-__.zip "User quick guide"

en/tree.lst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
&#128295;Troubleshooting|Troubleshooting guide||trouble.md
44
&#x1F433; Container images|Container images information||docker.md
55
&#x1F680; Deployment package|Deployment package||=latestApp
6-
&#128279;GitHub|GitHub repository||https://github.com/HelpViewer/HelpViewer
6+
&#128279;GitHub|GitHub repository||https://github.com/HelpViewer/HelpViewer
7+
&#x1F4D6;User quick guide|User quick guide||?d=hlp-user/Help-__.zip

0 commit comments

Comments
 (0)