Skip to content

Commit 1be39d3

Browse files
committed
EN, CZ : README : link to try your repo as the 1st step of guide
1 parent 473f739 commit 1be39d3

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

cs/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
44

55
## Jak to funguje
66

7-
1. Stáhněte si balíček <span id="linkhereI"></span> a rozbalte jej.
8-
2. Pro správné zobrazení spusťte prohlížeč bez [CORS omezení][bypassCORS]. Jinak se zobrazí stránka se zprávou a budete muset ručně vybrat soubory s nápovědou a daty.
7+
1. Zkuste si **HelpViewer** na [svém repozitáři][yourRepo].
8+
2. Stáhněte si balíček <span id="linkhereI"></span> a rozbalte jej.
9+
3. Pro správné zobrazení spusťte prohlížeč bez [CORS omezení][bypassCORS]. Jinak se zobrazí stránka se zprávou a budete muset ručně vybrat soubory s nápovědou a daty.
910
Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního HTTP serveru pro [Linux][SLinux] (Go/musl libc) nebo [Windows][SWindows], založení složky **www** v umístění serveru a rozbalení instalace **HelpViewer** do této složky a spuštění serveru localhost:8080 v prohlížeči.
10-
3. Otevřete **index.html** v prohlížeči.
11-
4. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou nebo bude končit **/**, pokud má být čten obsah adresáře.
11+
1. Otevřete **index.html** v prohlížeči.
12+
2. Nastavte URL parametr **?d=X**, kde **X** bude cesta k ZIP souboru s nápovědou nebo bude končit **/**, pokud má být čten obsah adresáře.
1213
Pokud toto neuděláte, **./hlp/Help-{vybraný jazyk prohlížeče}.zip** bude určeno jako výchozí.
13-
5. Uvidíte [uživatelskou dokumentaci][userdoc] přímo v HelpViewer, podobně jako teď vidíte tento web.
14+
3. Uvidíte [uživatelskou dokumentaci][userdoc] přímo v HelpViewer, podobně jako teď vidíte tento web.
1415

1516
<script>
1617
insertDownloadLink('linkhereI');
@@ -31,3 +32,4 @@ Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního H
3132
[Prism]: https://prismjs.com/ "Prism - zvýraznění syntaxe výpisů kódu"
3233
[SLinux]: https://github.com/HelpViewer/MiniHTTPServer/releases/download/20260206/main "Místní server (Linux)"
3334
[SWindows]: https://github.com/HelpViewer/MiniHTTPServer/releases/download/20260206/main.exe "Místní server (Windows)"
35+
[yourRepo]: :viewRepo.htm "👀 Zobraz repozitář"

en/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
44

55
## How it works
66

7-
1. Download the deployment package from <span id="linkhereI"></span> and unzip it.
8-
2. For correct display, launch the browser without [CORS restrictions][bypassCORS]. Otherwise, you will see a page with message and have to manually select help and data files.
7+
1. Try **HelpViewer** on [your repository][yourRepo].
8+
2. Download the deployment package from <span id="linkhereI"></span> and unzip it.
9+
3. For correct display, launch the browser without [CORS restrictions][bypassCORS]. Otherwise, you will see a page with message and have to manually select help and data files.
910
Alternatively, if you don't want to interfere with CORS, is to download a local HTTP server for [Linux][SLinux] (Go/musl libc) or [Windows][SWindows], create a **www** folder in the server location, extract the **HelpViewer** installation into this folder, and start the server on localhost:8080 in your browser.
1011
1. Open the **index.html** file in your browser.
1112
2. Set the URL parameter **?d=X**, where **X** is the path to your ZIP file or you can define path ending with **/** if you want to read a directory.
@@ -31,3 +32,4 @@ Alternatively, if you don't want to interfere with CORS, is to download a local
3132
[Prism]: https://prismjs.com/ "Prism - syntax highlighting"
3233
[SLinux]: https://github.com/HelpViewer/MiniHTTPServer/releases/download/20260206/main "Local server (Linux)"
3334
[SWindows]: https://github.com/HelpViewer/MiniHTTPServer/releases/download/20260206/main.exe "Local server (Windows)"
35+
[yourRepo]: :viewRepo.htm "👀 View your repository"

0 commit comments

Comments
 (0)