Skip to content

Commit 5dce0b6

Browse files
committed
CZ, EN : work modes : local single markdown file viewer another examples
1 parent ea90dc7 commit 5dce0b6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cs/workmode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Místně jako prohlížeč jednotlivého markdown souboru:
1010
```
1111
.../index.html?d=cesta/k/adresáři/&p=soubor.md
12+
.../index.html?d=./&p=cesta/k/adresáři/soubor.md
13+
.../index.html?d=/&p=cesta/k/adresáři/soubor.md
1214
```
1315
- Na serveru podporujícím statické stránky (například tento web)
1416
- 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)

en/workmode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- Locally as a single markdown file viewer:
1010
```
1111
.../index.html?d=path/to/directory/&p=file.md
12+
.../index.html?d=./&p=path/to/directory/file.md
13+
.../index.html?d=/&p=path/to/directory/file.md
1214
```
1315
- Static web hosting (e.g. this web)
1416
- In Docker/Podman [container][containers] in your own infrastructure (CI/CD pipeline prepares OCI-compatible container image in every release)

0 commit comments

Comments
 (0)