Skip to content

Commit

Permalink
[TASK] Regenerate Code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed May 7, 2024
1 parent c93126e commit 13ca473
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Documentation/CodeSnippets/codesnippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13ca473

Please sign in to comment.