TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
151 stars 93 forks source link

[TASK] Switch Documentation Rendering to PHP #870

Closed Alagts closed 3 months ago

Alagts commented 3 months ago

You can try out the rendering locally with

make docs
sbuerk commented 3 months ago

We will discuss this dedicated how to proceed and how which way of dispatching we use in standalone fluid (runTests.sh approach / composer script approach / Makefile (with all). Also adding a CONTRIBUTION.md file to describe these kind of things (test execution and so on).

Thus remove the Makefile from this PR for now and integrate the CI run for it first and directly and not postpone this change until decision of the topics above are made.

Alagts commented 3 months ago

I removed the Makefile. Now, you can try out the rendering locally with

docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
s2b commented 3 months ago

Thanks! :)