Skip to content
Draft
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
5 changes: 5 additions & 0 deletions content/en/docs/reference/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "API Reference"
description: API Reference for Armory products
weight: 24
---
10 changes: 10 additions & 0 deletions content/en/docs/reference/api-deploy-engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Deploy Engine API"
type: swagger
weight: 1
description: Reference for the Deploy Engine API
---

Retrieved via file in `/static` directory

{{< swaggerui src="/reference/deploy-engine/deployment-swagger.json" >}}
11 changes: 11 additions & 0 deletions content/en/docs/reference/api-deploy-engine2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Deploy Engine API 2"
type: swagger
weight: 1
description: Reference for the Deploy Engine API 2
---

Retrieved via URL


{{< swaggerui src="https://github.com/armory-io/deploy-engine/blob/master/third_party/openapi/deployment.swagger.json" >}}
Loading