From 8dbd3a3f25a2348c6274d399832513aa57e8203d Mon Sep 17 00:00:00 2001 From: Asia <2736300+humpydonkey@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:15:21 -0700 Subject: [PATCH] Add link to API docs in README (#30) Co-authored-by: Yazhou Cao --- .github/workflows/docs.yml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c8dab4b2..24153d61 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: pdoc +name: publish-doc # build the documentation whenever there are new commits on main on: diff --git a/README.md b/README.md index 558a1a0b..5687dd43 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ aims to provide an in-seconds experience by allowing users to describe their pro text and utilizing agent frameworks to solve the task for them. Check out our discord for updates and roadmaps! +## Documentation + +- [Vision Agent Library Docs](https://landing-ai.github.io/vision-agent/) + + ## Getting Started ### Installation To get started, you can install the library using pip: