Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.hflow.pro/llms.txt

Use this file to discover all available pages before exploring further.

1. Clone the docs repo

If you use the hFlow app monorepo, the help site can live alongside it:
cd /path/to/Gilat
git clone https://github.com/gils1908/hFlowDocs.git
cd hFlowDocs
Or clone hFlowDocs anywhere you prefer — you only need this folder (where docs.json lives).

2. Preview locally

Install the Mintlify CLI and run:
npm i -g mint
mint dev
Open http://localhost:3000. The preview reloads as you edit MDX files.
If the CLI misbehaves, run mint update for the latest version.

3. Publish changes

  1. Commit your edits on a branch or directly on main (team convention).
  2. Push to GitHub (main is the deployment branch for Mintlify).
  3. Ensure the Mintlify GitHub app is installed on gils1908/hFlowDocs so pushes deploy automatically.
After deploy, updates appear on help.hflow.pro (once the Mintlify project and custom domain are wired to this repository).

4. Editing in Cursor

Open the hFlowDocs folder in Cursor. Product-focused pages live under hflow/. Navigation is defined in docs.json — add new pages there when you create new .mdx files.