You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cs/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ je moderní a rychlý nástroj pro prohlížení dokumentace Markdown a HTML př
4
4
5
5
## Jak to funguje
6
6
7
-
1. Stáhněte si balíček <spanid="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 <spanid="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.
9
10
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.
12
13
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.
14
15
15
16
<script>
16
17
insertDownloadLink('linkhereI');
@@ -31,3 +32,4 @@ Další možností, pokud nechcete zasahovat do CORS, je stažení lokálního H
Copy file name to clipboardExpand all lines: en/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ is a modern, portable and fast tool for viewing Markdown and HTML documentation
4
4
5
5
## How it works
6
6
7
-
1. Download the deployment package from <spanid="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 <spanid="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.
9
10
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.
10
11
1. Open the **index.html** file in your browser.
11
12
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
0 commit comments