Skip to content

Commit

Permalink
[DOCS] Fix Edit on GitHub Button for manuals
Browse files Browse the repository at this point in the history
The setting edit-on-github-directory is needed to find the correct
directory in the monorepository.

Resolves: #103325
Releases: main, 12.4, 11.5
Change-Id: I624cc046bfa899a07c25b9db4a6735c0f99775ad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83311
Tested-by: Lina Wolf <112@linawolf.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Lina Wolf <112@linawolf.de>
Reviewed-by: Chris Müller <typo3@krue.ml>
Tested-by: Chris Müller <typo3@krue.ml>
  • Loading branch information
linawolf committed Mar 7, 2024
1 parent bd0df98 commit 280d56c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion typo3/sysext/adminpanel/Documentation/guides.xml
Expand Up @@ -9,7 +9,10 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
typo3-core-preferred="main"/>
edit-on-github-directory="typo3/sysext/adminpanel/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-adminpanel"
/>
<project title="Admin Panel"
release="main (development)"
version="main (development)"
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/dashboard/Documentation/guides.xml
Expand Up @@ -9,6 +9,7 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
edit-on-github-directory="typo3/sysext/dashboard/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-dashboard"
/>
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/felogin/Documentation/guides.xml
Expand Up @@ -9,6 +9,7 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
edit-on-github-directory="typo3/sysext/felogin/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-felogin"
/>
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/fluid_styled_content/Documentation/guides.xml
Expand Up @@ -9,6 +9,7 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
edit-on-github-directory="typo3/sysext/fluid_styled_content/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-fluid-styled-content"
/>
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/impexp/Documentation/guides.xml
Expand Up @@ -9,6 +9,7 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
edit-on-github-directory="typo3/sysext/impexp/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-impexp"
/>
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/indexed_search/Documentation/guides.xml
Expand Up @@ -9,6 +9,7 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
edit-on-github-directory="typo3/sysext/indexed_search/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-indexed-search"
/>
Expand Down
1 change: 1 addition & 0 deletions typo3/sysext/linkvalidator/Documentation/guides.xml
Expand Up @@ -9,6 +9,7 @@
project-issues="https://forge.typo3.org/projects/typo3cms-core/issues"
edit-on-github-branch="main"
edit-on-github="typo3/typo3"
edit-on-github-directory="typo3/sysext/linkvalidator/Documentation/"
typo3-core-preferred="main"
interlink-shortcode="typo3/cms-linkvalidator"
/>
Expand Down

0 comments on commit 280d56c

Please sign in to comment.