1
0
mirror of synced 2024-12-05 03:06:05 +03:00
doctrine2/docs
2019-01-04 22:20:24 +01:00
..
bin Update docs dependency install script and readme to target Ubuntu 14.04 2015-09-03 13:58:40 -04:00
en Change Stackoverflow tag to doctrine-orm 2019-01-04 22:20:24 +01:00
.gitignore Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01:00
.gitmodules Add 'docs/' from commit '8fcf2d45019bf38a1df728353a1e417343c69cfb' 2013-01-24 00:02:03 +01:00
LICENSE.md Add missing LICENSE of documentation 2013-12-12 00:30:15 +01:00
README.md Update docs dependency install script and readme to target Ubuntu 14.04 2015-09-03 13:58:40 -04:00

Doctrine ORM Documentation

How to Generate:

Using Ubuntu 14.04 LTS:

  1. Run ./bin/install-dependencies.sh
  2. Run ./bin/generate-docs.sh

It will generate the documentation into the build directory of the checkout.

Theme issues

If you get a "Theme error", check if the en/_theme subdirectory is empty, in which case you will need to run:

  1. git submodule init
  2. git submodule update