/FileMaker-Dash-Docset

Dash docset generation script and resources.

Primary LanguagePHPMIT LicenseMIT

FileMaker Pro 16

Docset Generation

  1. Clone the docset generation repository: git clone git@github.com:iNtergrated/FileMaker-Dash-Docset.git

  2. For FileMaker < 15, use master, otherwise checkout the branch for your version, e.g. checkout FileMaker-18

  3. 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

  4. 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"

  5. Install dependencies: composer install

  6. Generate the docset: php generate

  7. The generated docset can be found inside the build folder: build/FileMaker.docset