Skip to content

Commit

Permalink
[TASK] remove build:docs
Browse files Browse the repository at this point in the history
While it certainly was convenient, it was also just a hack.

Docs are built in a Github workflow.

Please refer to
https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/RenderingDocs/Quickstart.html#render-documenation-with-docker
for building locally.
  • Loading branch information
jonaseberle committed Feb 15, 2022
1 parent 4b090aa commit 950a847
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
62 changes: 0 additions & 62 deletions .ddev/docker-compose.docs.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions Documentation/Developer/Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,3 @@ during development. Use :command:`ddev composer` from outside the container or j
pull request - they are also run post-commit on
`Github actions <https://github.com/dmind-gmbh/extension-cookieman/actions>`__.
- :command:`ddev composer fix:cgl` tries to fix linting problems.
- :command:`ddev composer build:docs` [+ any parameters, defaults to "makehtml"] builds documentation using the official
`TYPO3 docs team docker image <https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/RenderingDocs/Quickstart.html>`__
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
"@build:prepare",
"@build:prod"
],
"build:docs": [
"rm -rf ./Documentation-GENERATED-temp/Result/project/0.0.0/_buildinfo/",
"bash -c 'echo \"${@:-makehtml}\" | netcat docs 7000' --",
"cat ./Documentation-GENERATED-temp/Result/project/0.0.0/_buildinfo/warnings.txt 2>/dev/null"
],
"build:prepare": [
"yarn install --save-dev --cwd=Build/"
],
Expand Down

0 comments on commit 950a847

Please sign in to comment.