Giter VIP home page Giter VIP logo

render-guides's Introduction

render-guides

This is the documentation rendering tool for TYPO3 projects. It is based on `phpDocumentor/guides`_ and can be used as a drop-in replacement for Sphinx. The tool is used by the automated documentation rendering system of the TYPO3 project. And can be used by documentation authors to validate their documentation.

Some basic commands are listed below, for more information, see the Documentation subdirectory of this project.

Usage with Docker (via supplied container)

# Create output directory.
mkdir -p Documentation-GENERATED-temp

# Execute the Docker container that is provided remotely.
# Renders all files in the `Documentation` and store in `Documentation-GENERATED-temp`.
# On macOS you need to specify the parameter "--user=$(id -u):$(id -g)"
docker run --rm --pull always -v $(pwd):/project -it ghcr.io/typo3-documentation/render-guides:latest --config=Documentation

(see :ref:`_Setup_Docker:Docker containers` for complete documentation. You can also use a specific version of the render-guides Docker container, i.e. :1 for the latest 1.x version.)

Usage with Docker (via custom container)

# Build the custom local Docker container
docker build --file Dockerfile --tag typo3-docs:local .

# Execute the Docker container that is provided locally, build Documentation
# On macOS you need to specify the parameter "--user=$(id -u):$(id -g)"
docker run --rm -v ${PWD}:/project -it typo3-docs:local --progress

(see :ref:`_Setup_Docker:Docker containers` for complete documentation)

You can inspect the created container by running a shell:

docker run --entrypoint=sh -it --rm typo3-docs:local

Usage with DDEV

# Renders all files in the `Documentation` and store in `Documentation-GENERATED-temp`.
ddev composer make docs

(see :ref:`_Setup_DDEV:DDEV` for complete documentation)

Usage with local PHP

# Renders all files in the `Documentation` and store in `Documentation-GENERATED-temp`.
make docs

(see :ref:`_Setup_PHP:Local PHP` for complete documentation)

Contributing

See :ref:`Contributing` for more information.

render-guides's People

Contributors

marble avatar linawolf avatar snide avatar benjaminkott avatar brotkrueml avatar ericholscher avatar dependabot[bot] avatar garvinhicking avatar jaapio avatar danielsiepmann avatar rfoucard avatar ehough avatar tony avatar josefglatz avatar chebee7i avatar agjohnson avatar danieloaks avatar titilambert avatar ivoz avatar cloudops-wstevens avatar gl3n avatar xperseguers avatar tmotyl avatar kami avatar sypets avatar jodal avatar nhovratov avatar jonaseberle avatar xuhdev avatar floriant03 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.