Skip to content

sarahmccarthy123/rst-rendering-demo

 
 

Repository files navigation

RST Rendering with phpDocumentor/guides

Usage with ddev

  1. Install docker and ddev

  2. Clone this repository

  3. Run the following:

    ddev start
    ddev composer install
    ddev composer render
    

You will now find the rendered files in directory output you can view these files by calling:

ddev launch Index.html

If you want to try out the bootstrap-based example theme shipped with this repo, call:

ddev composer render-example

See what else is possible:

ddev exec .Build/bin/guides -h

Usage without ddev

  1. Use PHP 8.2

  2. Clone this repository

  3. Run the following:

    composer install
    composer render
    

See what else is possible:

.Build/bin/guides -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Twig 69.2%
  • PHP 30.8%