Skip to content

nullrunio/nullrun-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nullrun-docs

User-facing documentation for NullRun, built with MkDocs Material and deployed to https://docs.nullrun.io.

Build locally

pip install mkdocs mkdocs-material
mkdocs serve

Deploy

mkdocs gh-deploy

This builds the static site and pushes it to the gh-pages branch of this repo. The custom domain (docs.nullrun.io) is configured via the CNAME file at the repo root.

Structure

docs/
  index.md                 # landing page
  getting-started/         # install, quickstart, configuration
  concepts/                # circuit breaker, budgets, sensitive tools, workflow
  how-to/                  # langgraph, openai-agents, cost cap
  reference/               # SDK API, HTTP API, error codes

Contributing

PRs welcome. Each page should be readable in under 5 minutes. Use admonitions (!!! note, !!! warning) sparingly. Code samples should be runnable as-is, with imports at the top of the file.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors