Skip to content

Commit

Permalink
Change rendering of documentation to phpDocumentor/guides
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 11, 2024
1 parent 2b806bc commit 01c28af
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 29 deletions.
4 changes: 1 addition & 3 deletions Build/Scripts/additionalTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,7 @@ fi
# Suite execution
case ${TEST_SUITE} in
buildDocumentation)
mkdir -p Documentation-GENERATED-temp
COMMAND="[ ${SCRIPT_VERBOSE} -eq 1 ] && set -x; /ALL/Menu/mainmenu.sh makehtml;"
${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} -v ${CORE_ROOT}:/PROJECT:ro -v ${CORE_ROOT}/Documentation-GENERATED-temp:/RESULT --name build-documentation-${SUFFIX} --entrypoint "" ${IMAGE_DOCUMENTATION} /bin/sh -c "${COMMAND}"
${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} -v ${CORE_ROOT}:/project ghcr.io/typo3-documentation/render-guides:latest render Documentation
SUITE_EXIT_CODE=$?
;;
clean)
Expand Down
26 changes: 0 additions & 26 deletions Documentation/Settings.cfg

This file was deleted.

23 changes: 23 additions & 0 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd"
links-are-relative="true"
max-menu-depth="2"
>
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://github.com/evoWeb/ew_llxml2xliff"
project-contact="[email protected]"
project-repository="https://github.com/evoWeb/ew_llxml2xliff"
project-issues="https://github.com/evoWeb/ew_llxml2xliff/issues"
edit-on-github-branch="develop"
edit-on-github="evoWeb/ew_llxml2xliff"
edit-on-github-directory="Documentation/"
typo3-core-preferred="stable"
/>
<project title="ew_llxml2xliff"
release="6.0.0"
version="6.0.0"
copyright="since 2016 by evoWeb"
/>
<inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>
</guides>

0 comments on commit 01c28af

Please sign in to comment.