Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

[TASK] Regenerate Code snippets #508

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading