Hi,
I don’t know what I’m doing (first time:) Especially the mapping because I have no mappings setup.
My site structure
testsite
- Controllers
- docs
Using commandbox cd into testsite
install commandbox-docbox
now site structure:
testsite
- Controllers
- commandbox-docbox
- docs
commandline:
docbox generate source="/home/cfml/testsite/controllers" mapping=“testsite” strategy-outputDir="/home/cfml/testsite/docs" strategy-projectTitle=“My Docs”
Starting Generation, please wait…
Generation complete
in /docs it generates all the folders and html. Click index (it all works) just the frame but no cfcs documented.
Any idea what I’m doing wrong?
Thanks