-
Clone the docset generation repository:
git clone git@github.com:iNtergrated/FileMaker-Dash-Docset.git
-
For FileMaker < 15, use master, otherwise checkout the branch for your version, e.g.
checkout FileMaker-18
-
Download the FileMaker Help File:
https://fmhelp.filemaker.com/help/18/fmp/download/fmp-18-help-en.zip
curl https://fmhelp.filemaker.com/help/18/fmp/download/fmp-18-help-en.zip -O
-
Extract the zip file, rename the folder to
FileMaker Help
, and copy to the root of this folder.unzip fmp-18-help-en.zip
mv en "FileMaker Help"
-
Install dependencies:
composer install
-
Generate the docset:
php generate
-
The generated docset can be found inside the build folder:
build/FileMaker.docset