Skip to content

Commit

Permalink
[TASK] Allow MD rendering in docs.typo3.org
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jan 8, 2025
1 parent b7ccb47 commit 3b05500
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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"
input-format="md"
index-name="Index"
automatic-menu="true"
>
<project
title="LUX"
version="main"
release="main"
copyright="LUX is powered by https://www.in2code.de/"
/>
<extension
class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
edit-on-github="in2code-de/lux"
edit-on-github-branch="develop"
interlink-shortcode="in2code/lux"
project-contact="https://github.com/einpraegsam"
project-home="https://github.com/in2code-de/lux/"
project-issues="https://github.com/in2code-de/lux/issues"
project-repository="https://github.com/in2code-de/lux/"
typo3-core-preferred="stable"
/>
</guides>
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
}
},
"scripts": {
"docs:render": "docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation",
"test:php:cs": "php-cs-fixer fix --dry-run --config=.project/tests/.php-cs-fixer.php --diff",
"test:php:lint": "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"test:ts:lint": "typoscript-lint -c .project/tests/typoscript-lint.yml --fail-on-warnings",
Expand Down

0 comments on commit 3b05500

Please sign in to comment.