Skip to content

Latest commit

 

History

241 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DreamFactory Documentation

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.

Local development

Requires Node.js 18 or newer.

git clone https://github.com/dreamfactorysoftware/df-docs.git
cd df-docs
npm install
npm run start

npm run start opens http://localhost:3000 with live reload.

npm run build    # production build into build/
npm run serve    # preview that build locally

Repository layout

docs/                  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

Contributing

  1. Branch from develop.
  2. Edit the Markdown under docs/.
  3. npm run build and fix any broken-link warnings.
  4. Open a pull request into develop. Verified work on develop is promoted to main in a single PR.

Deployment

GitHub Pages publishes from the gh-pages branch. From a clean main:

GIT_USER=<your-github-username> USE_SSH=true yarn deploy

About

DreamFactory documentation site

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages