Skip to content

Commit bacedbc

Browse files
committed
[TASK] Merge TSref and TSconfig reference
mkdir temp git clone https://github.com/TYPO3-Documentation/TYPO3CMS-Reference-TSconfig.git temp/tsconfig tmp/replacements.txt: regex:(\[[A-Z]+\])==>\1 styleguide: regex:(\[[A-Z]+\].*) \(#([0-9]+)\)==>\1\n\nhttps://github.com/TYPO3-CMS/styleguide/pull/\2 regex: #([0-9]+)==> https://github.com/TYPO3-CMS/styleguide/issues/\1 cd temp/tsconfig/ git checkout -b main-moved git filter-repo --to-subdirectory-filter Documentation/TSconfig --replace-message ../replacements.txt --refs main-moved --force cd ../.. git remote add -f tsconfig temp/tsconfig git fetch tsconfig git merge --allow-unrelated-histories tsconfig/main-moved Releases: main (cherry picked from commit ce86ec0)
1 parent 037e8d9 commit bacedbc

File tree

123 files changed

+150
-1338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+150
-1338
lines changed

Documentation/TSconfig/Documentation/CodeSnippets/codesnippets.php renamed to Documentation/CodeSnippets/Config/TSconfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
[
88
'action' => 'createCodeSnippet',
99
'sourceFile' => 'EXT:examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig',
10-
'targetFileName' => 'PageTSconfig/Mod/CsvExport.rst.txt',
10+
'targetFileName' => 'CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt',
1111
'caption' => 'EXT:examples/Configuration/TsConfig/Page/Mod/csvExport.tsconfig',
1212
'language' => 'typoscript',
1313
],
1414
[
1515
'action' => 'createCodeSnippet',
1616
'sourceFile' => 'EXT:examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig',
17-
'targetFileName' => 'PageTSconfig/Mod/noExportRecordsLinks.rst.txt',
17+
'targetFileName' => 'CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt',
1818
'caption' => 'EXT:examples/Configuration/TsConfig/Page/Mod/noExportRecordsLinks.tsconfig',
1919
'language' => 'typoscript',
2020
],

Documentation/TSconfig/Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt renamed to Documentation/CodeSnippets/PageTSconfig/Mod/CsvExport.rst.txt

Documentation/TSconfig/Documentation/CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt renamed to Documentation/CodeSnippets/PageTSconfig/Mod/noExportRecordsLinks.rst.txt

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/Input1.png renamed to Documentation/Images/AutomaticScreenshots/Input1.png

File renamed without changes.

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/Input1.rst.txt renamed to Documentation/Images/AutomaticScreenshots/Input1.rst.txt

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/WebList/ExportDialog.png renamed to Documentation/Images/AutomaticScreenshots/WebList/ExportDialog.png

File renamed without changes.

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/WebList/ExportDialog.rst.txt renamed to Documentation/Images/AutomaticScreenshots/WebList/ExportDialog.rst.txt

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/WebList/NoExportButtons.png renamed to Documentation/Images/AutomaticScreenshots/WebList/NoExportButtons.png

File renamed without changes.

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/WebList/NoExportButtons.rst.txt renamed to Documentation/Images/AutomaticScreenshots/WebList/NoExportButtons.rst.txt

Documentation/TSconfig/Documentation/Images/AutomaticScreenshots/WebList/WithExportButtons.png renamed to Documentation/Images/AutomaticScreenshots/WebList/WithExportButtons.png

File renamed without changes.

0 commit comments

Comments
 (0)