File tree Expand file tree Collapse file tree 10 files changed +45
-5
lines changed Expand file tree Collapse file tree 10 files changed +45
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ trouble.md|Řešení problémů
5
5
docker.md|Postupy pro kontejnerizaci
6
6
https://github.com/HelpViewer/HelpViewer|GitHub repozitář
7
7
https://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
9
9
trouble.md#only-a-blank-page-is-displayed|Prázdná stránka
10
10
ideas.md|Možné aplikace
11
+ workmode.md|Režimy práce
Original file line number Diff line number Diff line change 2
2
2
3
3
0;1
4
4
1
5
- 7
5
+ 7;10
6
6
0
7
7
0
8
8
0
17
17
4;6
18
18
4;6
19
19
8
20
- 4;6
20
+ 4;6
21
+ 10;9
Original file line number Diff line number Diff line change 18
18
Obraz
19
19
Prázdná stránka
20
20
Kontejner
21
+ Aplikace;Scénáře
Original file line number Diff line number Diff line change 1
1
🌐 HelpViewer|Přehled||README.md
2
2
⚙️ Funkce|Seznam funkcí||features.md
3
3
💡 Možné aplikace|Možné aplikace||ideas.md
4
+ ◉ Režimy práce|Režimy práce||workmode.md
4
5
🔧 Řešení problémů|Návody k řešení problémů||trouble.md
5
6
🐳 Obrazy pro kontejnery|Informace o obrazech pro kontejnery||docker.md
6
7
🚀 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
8
8
README.md#how-it-works|Starting application
9
9
trouble.md#only-a-blank-page-is-displayed|Blank page solution
10
10
ideas.md|Possible implementation
11
+ workmode.md|Working modes
Original file line number Diff line number Diff line change 2
2
2
3
3
0;1
4
4
1
5
- 7
5
+ 7;10
6
6
0
7
7
0
8
8
0
17
17
4;6
18
18
4;6
19
19
8
20
- 4;6
20
+ 4;6
21
+ 10;9
Original file line number Diff line number Diff line change 18
18
Image
19
19
Blank page
20
20
Container
21
+ Application;Scenario;Implementation
Original file line number Diff line number Diff line change 1
1
🌐 HelpViewer|Overview||README.md
2
2
⚙️ Features|Features list||features.md
3
3
💡 Implementation|Possible implementation||ideas.md
4
+ ◉ Working modes|Working modes||workmode.md
4
5
🔧 Troubleshooting|Troubleshooting guide||trouble.md
5
6
🐳 Container images|Container images information||docker.md
6
7
🚀 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