Finite icon indicating copy to clipboard operation
Finite copied to clipboard

Some doc would be usefull

Open Nicals opened this issue 10 years ago • 5 comments

Ok, we have the autodoc. But nothing explaining how I use it with symfony. One example is great, but some explanations on the different internal parts would help other to use this lib.

Nicals avatar Sep 16 '14 09:09 Nicals

I totally agree! Let's open a PR and work on it...I'll give a hand as much as possible.

matteosister avatar Sep 16 '14 18:09 matteosister

I agree, doc is very poor at this time, but writing doc takes a lot of time.

yohang avatar Dec 11 '14 10:12 yohang

@yohang @Nicals Looks like this has been resolved now, right? The doc looks quite comprehensive now: http://finite.readthedocs.io/en/master/usage/symfony.html

kix avatar May 18 '16 16:05 kix

http://finite.readthedocs.io/en/master/usage/symfony.html#configuration needs correction:

transitions section "from" param should be array propose: { from: draft, to: proposed } should be propose: { from: [draft], to: proposed }

aarsla avatar Sep 22 '16 09:09 aarsla

@aarsla yes I also found this issue during implementation in project. To save time proposed PR https://github.com/yohang/Finite/pull/129

dominikhajduk avatar Oct 12 '16 09:10 dominikhajduk