Skip to content

Commit

Permalink
[BUGFIX] Revert part of the commit, I think this is still needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
garvinhicking committed Mar 7, 2024
1 parent d9009e0 commit 9f56f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/RenderingDocs/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,23 @@ Make sure that `Docker <https://www.docker.com/>`__ is installed on your system.

.. code-block:: bash
mkdir -p Documentation-GENERATED-temp
docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
xdg-open "Documentation-GENERATED-temp/Index.html"
.. group-tab:: MacOS

.. code-block:: bash
mkdir -p Documentation-GENERATED-temp
docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
open "Documentation-GENERATED-temp/Index.html"
.. group-tab:: Windows

.. code-block:: powershell
New-Item -ItemType Directory -Force -Path ".\Documentation-GENERATED-temp"
docker run --rm --pull always -v ${PWD}:/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation
start "Documentation-GENERATED-temp/Index.html"
Expand Down

0 comments on commit 9f56f01

Please sign in to comment.