Skip to content

Commit 118a4c8

Browse files
committed
fix: documentation versions
1 parent 5a163df commit 118a4c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/scripts/create-versioned-mkdocs-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nav:
4444
extra:
4545
version:
4646
provider: mike
47-
default: latest
47+
version: !ENV [VERSION, 'latest']
4848
EOF
4949

5050
# Process template files (*.md.tmp) to create versioned documentation

docs/manual-de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- **Windows**: `keepassxc-cli.exe` befindet sich meist unter `Program Files/KeePassXC`
2222
- **macOS**: `keepassxc-cli` befindet sich meist unter `/Applications/KeePassXC.app/Contents/MacOS`
2323
- **Linux**: `keepassxc-cli` befindet sich meist unter `/usr/bin` oder `/usr/local/bin`
24-
24+
2525
**Wichtig**: Ohne `keepassxc-cli` im PATH kann ctRestClient nicht auf die Token-Datenbank zugreifen!
2626

2727
2. **ChurchTools-Zugang**:
@@ -36,7 +36,7 @@
3636

3737
### 1. Executable herunterladen
3838

39-
Laden Sie die Software von [GitHub](https://github.com/mvach/ctRestClient/releases/latest) herunter.
39+
Laden Sie die Software von [GitHub](https://github.com/mvach/ctRestClient/releases/tag/{{ config.extra.version }}) herunter.
4040

4141
Das herunterzuladende Archiv trägt den Namen ctRestClient_<version\>.tar.gz. In diesem Archiv befinden sich die ausführbaren Binaries für Windows, Linux, und MacOs.
4242

docs/manual-en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- **Windows**: `keepassxc-cli.exe` is usually located under `Program Files/KeePassXC`
2222
- **macOS**: `keepassxc-cli` is usually located under `/Applications/KeePassXC.app/Contents/MacOS`
2323
- **Linux**: `keepassxc-cli` is usually located under `/usr/bin` or `/usr/local/bin`
24-
24+
2525
**Important**: Without `keepassxc-cli` in PATH, ctRestClient cannot access the token database!
2626

2727
2. **ChurchTools Access**:
@@ -36,7 +36,7 @@
3636

3737
### 1. Download Executable
3838

39-
Download the software from [GitHub](https://github.com/mvach/ctRestClient/releases/latest).
39+
Download the software from [GitHub](https://github.com/mvach/ctRestClient/releases/tag/{{ config.extra.version }}).
4040

4141
The archive to download is named ( ctRestClient_<version\>.tar.gz ). This archive contains the executable binaries for Windows, Linux, and macOS.
4242

0 commit comments

Comments
 (0)