This repository contains the documentation for Playbooks AI, a framework for building AI agents with natural language programming.
To build the documentation, run:
mkdocs build
To serve the documentation locally, run:
mkdocs serve
This will serve the documentation at http://127.0.0.1:8000.
To publish the documentation to GitHub Pages, run:
mkdocs gh-deploy
This will publish the documentation to the gh-pages
branch of the repository.
This documentation is licensed under the same license as the Playbooks AI project.