Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Install dependencies
run: npm ci
- name: Download latest OpenAPI specs
run: npm run update-vendored-yaml
- name: Build website
run: npm run build

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated content from OpenAPI specs
specs/
specs-processed/
docs/OpenAPI-clients/
docs/reference/OpenAPI-clients/

# Generated content (legacy - can be removed if no longer used)
docs/SDK-Samples/
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Complete API documentation, specifications, CLI commands, SDK references, and co
{
name: "Platform APIs",
description: "Complete REST API reference for all OpenTDF platform services including policy management, authorization, and key access.",
url: "/OpenAPI-clients",
url: "/reference/OpenAPI-clients",
},
{
name: "Specifications",
Expand Down
Loading