diff --git a/Documentation/Images/screenshot_analysis_content_dark.png b/Documentation/Images/screenshot_analysis_content_dark.png new file mode 100644 index 00000000..c50ecb6f Binary files /dev/null and b/Documentation/Images/screenshot_analysis_content_dark.png differ diff --git a/Documentation/Index.md b/Documentation/Index.md index 1b206a4f..aa48a82b 100644 --- a/Documentation/Index.md +++ b/Documentation/Index.md @@ -1,8 +1,20 @@ -![LUX](/Documentation/Images/logo_claim.svg#gh-light-mode-only "LUX") -![LUX](/Documentation/Images/logo_claim_white.svg#gh-dark-mode-only "LUX") +![LUX](Images/logo_claim.svg#gh-light-mode-only "LUX") +![LUX](Images/logo_claim_white.svg#gh-dark-mode-only "LUX") # Living User eXperience - LUX - the Marketing Automation tool for TYPO3 +LUX is an enterprise software solution that bridges the gap between your TYPO3 website and standalone marketing +automation tools. LUX tracks, identifies and analyzes your leads while providing visitors with an improved user +experience by showing relevant information at the right time. + +In addition, with **LUXenterprise** you can use this data even more effectively by nurturing leads, running A/B tests +and using URL shorteners. + +Or see interesting information of your visitors by extending data automatically via a GDPR-conform solution from +**WiredMinds** + +![LUX screenshot](Images/screenshot_analysis_content_dark.png "LUX") + ## [Privacy documentation](Privacy/Index.md) See some basic hints to respect visitors privacy and follow the rules of GDPR (General Data Protection Regulation) / DSGVO (Datenschutzgrundverordnung). diff --git a/Documentation/guides.xml b/Documentation/guides.xml new file mode 100644 index 00000000..e642b858 --- /dev/null +++ b/Documentation/guides.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/composer.json b/composer.json index 848e8ab2..b6d6ac00 100644 --- a/composer.json +++ b/composer.json @@ -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",