Skip to content

Commit 53b53ec

Browse files
tigCopilot
andcommitted
Fix View GIF placement: docfx/images/views/, not alongside .cs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 156dfbe commit 53b53ec

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Scripts/tuirec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GIFs live **alongside the `.cs` file they document**:
131131
|------|-------|
132132
| Scenario in a subdirectory | `Examples/UICatalog/Scenarios/<ScenarioDir>/<ScenarioName>.gif` |
133133
| Scenario directly in `Scenarios/` | `Examples/UICatalog/Scenarios/<ScenarioName>.gif` |
134-
| View-derived class | Same folder as the View's `.cs` file (e.g. `Terminal.Gui/Views/Button.gif`) |
134+
| View-derived class | `docfx/images/views/<ViewName>.gif` |
135135

136136
Use `--name <ScenarioName>` (PascalCase matching the class name) so the output
137137
file is named correctly. The `--name` value determines the artifact filenames.

Scripts/tuirec/hero-gif.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ PowerShell quoting rules, and the `--kitty-keyboard` decision tree.
2727

2828
- **Scenario GIFs** go alongside the scenario `.cs` file:
2929
`Examples/UICatalog/Scenarios/<ScenarioDir>/<ScenarioName>.gif`
30-
- **View GIFs** go alongside the View's `.cs` file:
31-
`Terminal.Gui/Views/<ViewName>.gif`
30+
- **View GIFs** go in `docfx/images/views/<ViewName>.gif`

0 commit comments

Comments
 (0)