From 13ca4734a4605e97522410ebc6f557171d95f8b3 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Tue, 7 May 2024 09:29:43 +0200 Subject: [PATCH] [TASK] Regenerate Code snippets --- Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt | 4 ++-- .../PageTSconfig/Mod/noExportRecordsLinks.rst.txt | 4 ++-- Documentation/CodeSnippets/codesnippets.php | 4 ++-- Makefile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt b/Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt index f1674b8c..7d3efd57 100644 --- a/Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt +++ b/Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig .. code-block:: typoscript :caption: EXT:examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig diff --git a/Documentation/CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt b/Documentation/CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt index 704077c4..29bfe83d 100644 --- a/Documentation/CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt +++ b/Documentation/CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig .. code-block:: typoscript :caption: EXT:examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig diff --git a/Documentation/CodeSnippets/codesnippets.php b/Documentation/CodeSnippets/codesnippets.php index 75dc1235..83b9c4be 100644 --- a/Documentation/CodeSnippets/codesnippets.php +++ b/Documentation/CodeSnippets/codesnippets.php @@ -6,14 +6,14 @@ return [ [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig', + 'sourceFile' => 'EXT:examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig', 'targetFileName' => 'PageTSconfig/Mod/CsvExport.rst.txt', 'caption' => 'EXT:examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig', 'language' => 'typoscript', ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig', + 'sourceFile' => 'EXT:examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig', 'targetFileName' => 'PageTSconfig/Mod/noExportRecordsLinks.rst.txt', 'caption' => 'EXT:examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig', 'language' => 'typoscript', diff --git a/Makefile b/Makefile index 587ec228..56541058 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ docs: ## Generate projects docs (from "Documentation" directory) .PHONY: codesnippets codesnippets: ## Regenerate automatic code snippets - .Build/vendor/bin/typo3 codesnippet:create Documentation/CodeSnippets/ + .Build/bin/typo3 codesnippet:create Documentation/CodeSnippets/ .PHONY: test test: test-lint test-cgl test-docs ## Runs all test suites