Skip to content

Commit

Permalink
docs: add project release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemadelkhalel committed Dec 31, 2024
1 parent 6d64325 commit f14203a
Show file tree
Hide file tree
Showing 9 changed files with 1,065 additions and 106 deletions.
4 changes: 4 additions & 0 deletions docs/endpoints/git-repos/configure.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Configure'
openapi: POST /v1/git-repos
---
4 changes: 0 additions & 4 deletions docs/endpoints/git-repos/pull.mdx

This file was deleted.

4 changes: 4 additions & 0 deletions docs/endpoints/project-releases/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: 'Create Project Release'
openapi: POST /v1/project-releases
---
5 changes: 5 additions & 0 deletions docs/endpoints/project-releases/schema.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: 'Project Release Schema'
openapi-schema: project-release
icon: cube
---
10 changes: 9 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,20 @@
"endpoints/pieces/install"
]
},
{
"group": "Project Releases",
"icon": "cube",
"pages": [
"endpoints/project-releases/schema",
"endpoints/project-releases/create"
]
},
{
"group": "Git Sync",
"icon": "git",
"pages": [
"endpoints/git-repos/schema",
"endpoints/git-repos/pull"
"endpoints/git-repos/configure"
]
},
{
Expand Down
Loading

0 comments on commit f14203a

Please sign in to comment.