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
6 changes: 3 additions & 3 deletions docs/api/enclave-api-server.info.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: enclave-api-server
title: "Enclave API Server"
description: "The entrypoint for all Enclave API requests and communication."
description: "The entrypoint for all Enclave API requests and communication.-"
sidebar_label: Introduction
sidebar_position: 0
hide_title: true
Expand All @@ -16,7 +16,7 @@ import Export from "@theme/ApiExplorer/Export";

<span
className={"theme-doc-version-badge badge badge--secondary"}
children={"Version: v0.3.1"}
children={"Version: v0.0.0"}
>
</span>

Expand All @@ -29,7 +29,7 @@ import Export from "@theme/ApiExplorer/Export";



The entrypoint for all Enclave API requests and communication.
The entrypoint for all Enclave API requests and communication.-

<div
style={{"marginBottom":"2rem"}}
Expand Down
82 changes: 0 additions & 82 deletions docs/api/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ const sidebar: SidebarsConfig = {
label: "Update Current User Information",
className: "api-method patch",
},
{
type: "doc",
id: "api/delete-current-user",
label: "Delete Current User",
className: "api-method delete",
},
],
},
{
Expand Down Expand Up @@ -196,82 +190,6 @@ const sidebar: SidebarsConfig = {
},
],
},
{
type: "category",
label: "Artifacts",
link: {
type: "doc",
id: "api/artifacts",
},
collapsible: true,
items: [
{
type: "doc",
id: "api/check-artifact-existence",
label: "Check Artifact Existence",
className: "api-method head",
},
{
type: "doc",
id: "api/retrieve-artifact-metadata",
label: "Retrieve Artifact Metadata",
className: "api-method get",
},
{
type: "doc",
id: "api/delete-artifact",
label: "Delete Artifact",
className: "api-method delete",
},
{
type: "doc",
id: "api/tag-artifact-version",
label: "Tag Artifact Version",
className: "api-method post",
},
{
type: "doc",
id: "api/remove-tag-from-artifact",
label: "Remove Tag from Artifact",
className: "api-method delete",
},
{
type: "doc",
id: "api/download-artifact",
label: "Download Artifact",
className: "api-method get",
},
{
type: "doc",
id: "api/upload-artifact",
label: "Upload Artifact",
className: "api-method post",
},
{
type: "doc",
id: "api/query-artifact-metadata",
label: "Query Artifact Metadata",
className: "api-method get",
},
],
},
{
type: "category",
label: "Manifests",
link: {
type: "doc",
id: "api/manifests",
},
collapsible: true,
items: [
{
type: "doc",
id: "api/create-manifest",
label: "Create Manifest",
className: "api-method post",
},
],
},
],
};

Expand Down
Loading