Skip to content

dbos-inc/dbos-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b99920 · Apr 25, 2025
Oct 21, 2023
Feb 27, 2025
Apr 25, 2025
Jan 28, 2025
Apr 11, 2025
Oct 9, 2023
Mar 13, 2024
Mar 27, 2024
Mar 27, 2024
Oct 3, 2023
Apr 22, 2025
Mar 19, 2025
Apr 16, 2025
Mar 18, 2025

Repository files navigation

DBOS Documentation

Local Development

This site is built using Docusaurus. All documentation is written in Markdown in the /docs folder. Site-wide configuration (e.g., header, footer, favicon) is controlled from docusaurus.config.js. For detailed information, see the Docusaurus documentation.

Local Deployment

npm install
npm run start

Publish on Github

Publishing is done automatically by a commit hook. You should never need to run this yourself:

GIT_USER=<GITHUB_USERNAME> npx run deploy