From 4ef111bb74980cd00e822bdfd9965418e8ee823f Mon Sep 17 00:00:00 2001 From: FullGas1 <51051389+FullGas1@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:12:40 +0200 Subject: [PATCH] fix(docs): set explicit download filename on catalogue index buttons Co-Authored-By: Claude Sonnet 4.6 --- docs/index.fr.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.fr.md b/docs/index.fr.md index e326a01..10f8d58 100644 --- a/docs/index.fr.md +++ b/docs/index.fr.md @@ -18,4 +18,4 @@ mission ne les embarque que si elle le décide. | Plugin | Ce qu'il construit | Requiert | Télécharger | |--------|--------------------|----------|-------------| -| [Metal FARP](plugins/metal-farp.md) | Un FARP à hélisurface métallique | Mod DCS `FG_small_Helipad` | [⬇ metal-farp.lua](downloads/CTLD_metalFarpScene.lua){ download .md-button } | +| [Metal FARP](plugins/metal-farp.md) | Un FARP à hélisurface métallique | Mod DCS `FG_small_Helipad` | [⬇ metal-farp.lua](downloads/CTLD_metalFarpScene.lua){ download="metal-farp.lua" .md-button } | diff --git a/docs/index.md b/docs/index.md index 4d288c3..53bb5c9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,4 +17,4 @@ only pays for them if it opts in. | Plugin | What it builds | Requires | Download | |--------|----------------|----------|----------| -| [Metal FARP](plugins/metal-farp.md) | A metal-helipad FARP | DCS mod `FG_small_Helipad` | [⬇ metal-farp.lua](downloads/CTLD_metalFarpScene.lua){ download .md-button } | +| [Metal FARP](plugins/metal-farp.md) | A metal-helipad FARP | DCS mod `FG_small_Helipad` | [⬇ metal-farp.lua](downloads/CTLD_metalFarpScene.lua){ download="metal-farp.lua" .md-button } |