Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Add cloud API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgiordano authored and collindutter committed Apr 12, 2024
1 parent 46b50cb commit 9ccaf47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/swagger_ui_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from markupsafe import Markup

config_scheme = {
"spec_url": "https://cloud-preview.griptape.ai/public/openapi.yaml",
"spec_url": "https://griptape-cloud-assets.s3.amazonaws.com/Griptape.openapi.yaml",
"template": "swagger.md.tmpl",
"outfile": "griptape-cloud/api/api-reference.md",
}
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ nav:
- Home:
- Overview: "index.md"
- Contributing: "contributing.md"
- Cloud:
- Cloud API:
- API Reference: "griptape-cloud/api/api-reference.md"
- Framework:
- Overview: "griptape-framework/index.md"
- Structures:
Expand Down

0 comments on commit 9ccaf47

Please sign in to comment.