Source for https://docs.dreamfactory.com, the official DreamFactory docs site. Built with Docusaurus 3.
Live site: https://docs.dreamfactory.com Issues: github.com/dreamfactorysoftware/df-docs/issues
You only need a local build if you are changing the docs.
Requires Node.js 18 or newer.
git clone https://github.com/dreamfactorysoftware/df-docs.git
cd df-docs
npm install
npm run startnpm run start opens http://localhost:3000 with live reload.
npm run build # production build into build/
npm run serve # preview that build locallydocs/ Markdown pages (this is the published content)
static/img/ Images referenced as /img/...
docusaurus.config.ts Site config, navbar, footer
sidebars.ts Sidebar
scripts/shots.mjs Optional Playwright capture of the live admin UI
- Branch from
develop. - Edit the Markdown under
docs/. npm run buildand fix any broken-link warnings.- Open a pull request into
develop. Verified work ondevelopis promoted tomainin a single PR.
GitHub Pages publishes from the gh-pages branch. From a clean main:
GIT_USER=<your-github-username> USE_SSH=true yarn deploy