File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ trouble.md|Řešení problémů
55docker.md|Postupy pro kontejnerizaci
66https://github.com/HelpViewer/HelpViewer|GitHub repozitář
77https://github.com/HelpViewer/HelpViewer/pkgs/container/helpviewer|Obraz pro Docker/Podman
8- README.md#how-it-works |Spouštění aplikace
8+ README.md#jak-to-funguje |Spouštění aplikace
99trouble.md#only-a-blank-page-is-displayed|Prázdná stránka
1010ideas.md|Možné aplikace
11+ workmode.md|Režimy práce
Original file line number Diff line number Diff line change 222
330;1
441
5- 7
5+ 7;10
660
770
880
17174;6
18184;6
19198
20- 4;6
20+ 4;6
21+ 10;9
Original file line number Diff line number Diff line change 1818Obraz
1919Prázdná stránka
2020Kontejner
21+ Aplikace;Scénáře
Original file line number Diff line number Diff line change 11🌐 HelpViewer|Přehled||README.md
22 ⚙️ Funkce|Seznam funkcí||features.md
33 💡 Možné aplikace|Možné aplikace||ideas.md
4+ ◉ Režimy práce|Režimy práce||workmode.md
45🔧 Řešení problémů|Návody k řešení problémů||trouble.md
56🐳 Obrazy pro kontejnery|Informace o obrazech pro kontejnery||docker.md
67🚀 Stáhnout|Balíček pro offline použití||=latestApp
Original file line number Diff line number Diff line change 1+ # ◉ Režimy práce
2+
3+ - Místně jako prohlížeč nápovědy:
4+ ```
5+ .../index.html?d=adresář/
6+ .../index.html?d=../soubor-nápovedy.zip
7+ .../index.html?d=https://github.com/HelpViewer/helpUser/releases/download/20250615/Help-cs.zip
8+ ```
9+ - Místně jako prohlížeč jednotlivého markdown souboru:
10+ ```
11+ .../index.html?d=cesta/k/adresáři/&p=soubor.md
12+ ```
13+ - Na serveru podporujícím statické stránky (například tento web)
14+ - V Docker/Podman [ kontejneru] [ containers ] v rámci vlastní infrastruktury (systém kontinuální integrace připravuje při každém vydání OCI-kompatibilní kontejnerový obraz)
15+
16+ [ containers ] : docker.md " Informace o obrazech pro kontejnery "
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ https://github.com/HelpViewer/HelpViewer/pkgs/container/helpviewer|Docker/Podman
88README.md#how-it-works|Starting application
99trouble.md#only-a-blank-page-is-displayed|Blank page solution
1010ideas.md|Possible implementation
11+ workmode.md|Working modes
Original file line number Diff line number Diff line change 222
330;1
441
5- 7
5+ 7;10
660
770
880
17174;6
18184;6
19198
20- 4;6
20+ 4;6
21+ 10;9
Original file line number Diff line number Diff line change 1818Image
1919Blank page
2020Container
21+ Application;Scenario;Implementation
Original file line number Diff line number Diff line change 11🌐 HelpViewer|Overview||README.md
22 ⚙️ Features|Features list||features.md
33 💡 Implementation|Possible implementation||ideas.md
4+ ◉ Working modes|Working modes||workmode.md
45🔧 Troubleshooting|Troubleshooting guide||trouble.md
56🐳 Container images|Container images information||docker.md
67🚀 Deployment package|Deployment package||=latestApp
Original file line number Diff line number Diff line change 1+ # ◉ Working modes
2+
3+ - Locally as a help viewer:
4+ ```
5+ .../index.html?d=directory/
6+ .../index.html?d=../help-file.zip
7+ .../index.html?d=https://github.com/HelpViewer/helpUser/releases/download/20250615/Help-en.zip
8+ ```
9+ - Locally as a single markdown file viewer:
10+ ```
11+ .../index.html?d=path/to/directory/&p=file.md
12+ ```
13+ - Static web hosting (e.g. this web)
14+ - In Docker/Podman [ container] [ containers ] in your own infrastructure (CI/CD pipeline prepares OCI-compatible container image in every release)
15+
16+ [ containers ] : docker.md " Container images information "
You can’t perform that action at this time.
0 commit comments