Skip to content

Commit

Permalink
add api reference section
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Feb 26, 2024
1 parent f6e82d9 commit 86a8166
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/develop/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# API Reference

Latest Beta: <https://dev.browsertrix.cloud/api/redoc>.
4 changes: 2 additions & 2 deletions docs/develop/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
hide:
- toc
- toc
---

# Developing Browsertrix Cloud
Expand All @@ -13,7 +13,7 @@ The deployment can then be [further customized for local development](./local-de

### Backend

The backend is an API-only system, using the FastAPI framework. The latest API reference is available under ./api of a running cluster.
The backend is an API-only system, using the FastAPI framework. Latest API docs can be viewed in the browser by adding `/api/redoc` to the URL of a running cluster (ex: `http://localhost:30870/api/redoc` when running locally on port `30870`.)

At this time, the backend must be deployed in the Kubernetes cluster.

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nav:
- develop/local-dev-setup.md
- develop/frontend-dev.md
- develop/docs.md
- develop/api.md
- User Guide:
- user-guide/index.md
- user-guide/signup.md
Expand Down

0 comments on commit 86a8166

Please sign in to comment.