Skip to content

Commit

Permalink
Revert "feat: add organisation api docs" (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit authored Dec 22, 2024
1 parent c189eee commit 1fd2acb
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 61 deletions.
3 changes: 0 additions & 3 deletions docs/api-reference/client/delete-project.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/client/get-org-api-key.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/client/regenerate-org-api-key.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/projects/create-new-project.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/projects/delete-project.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/projects/get-project.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/projects/list-all-projects.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/projects/regenerate-project-api-key.mdx

This file was deleted.

3 changes: 0 additions & 3 deletions docs/api-reference/projects/rename-project.mdx

This file was deleted.

1 change: 1 addition & 0 deletions docs/composio_openapi.json

Large diffs are not rendered by default.

63 changes: 29 additions & 34 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@
{
"name": "All Tools",
"url": "https://composio.dev/tools"
},
{
"name": "Chat with Repo",
"url": "https://dub.composio.dev/composio-chat-with-repo"
}
],
"navigation": [
Expand All @@ -82,9 +78,8 @@
"pages": [
"introduction/intro/overview",
"introduction/intro/basic",
"introduction/intro/quickstart",
"introduction/intro/quickstart_2",
"introduction/intro/quickstart_3"
"introduction/intro/quickstart-tools",
"introduction/intro/quickstart-triggers"
]
},
{
Expand All @@ -93,19 +88,18 @@
"patterns/tools/what-are-tools",
{
"group": "Use Tools",
"icon": "shuttle-space",
"pages": [
"patterns/tools/use-tools/action-guide-with-agents",
"patterns/tools/use-tools/use-specific-actions",
"patterns/tools/use-tools/get-action-inputs",
"patterns/tools/use-tools/processing-actions",
"patterns/tools/use-tools/configure-tools",
"patterns/tools/use-tools/action-guide-without-agents"
"patterns/tools/use-tools/action-guide-without-agents",
"patterns/tools/use-tools/use-tools-with-your-auth"
]
},
{
"group": "Build Tools",
"icon": "hammer",
"pages": [
"patterns/tools/build-tools/custom-action-without-auth",
"patterns/tools/build-tools/custom-action-with-auth"
Expand All @@ -117,7 +111,6 @@
},
{
"group": "Authentication",
"icon": "unlock",
"pages": [
"patterns/Auth/connected_account",
"patterns/Auth/using-connections",
Expand All @@ -128,7 +121,6 @@
},
{
"group": "Triggers & Webhooks",
"icon": "webhook",
"pages": [
"patterns/triggers/triggers",
"patterns/triggers/webhooks"
Expand All @@ -140,6 +132,7 @@
"framework/autogen",
"framework/crewai",
"framework/langchain",
"framework/langflow",
"framework/langgraph",
"framework/letta",
"framework/litellm",
Expand All @@ -163,13 +156,28 @@
]
},
{
"group": "SWE Kit",
"group": "Kits",
"pages": [
"swekit-tools/introduction",
"swekit-js/introduction",
"swekit/introduction",
"swekit/benchmarks",
"swekit-examples/introduction"
{
"group": "SWE kit",
"pages": [
"swekit-tools/introduction",
"swekit/introduction",
"swekit-js/introduction",
"swekit/benchmarks",
"swekit-examples/introduction"
]
},
{
"group":"AI SDR Kit",
"pages": [
"sdrkit/tools",
"sdrkit/ai-lead-generator",
"sdrkit/ai-outreach-agent",
"sdrkit/ai-market-research-agent",
"sdrkit/ai-scheduling-agent"
]
}
]
},
{
Expand All @@ -178,6 +186,7 @@
"introduction/foundations/components/workspace",
"faq/api_key/api_key",
"faq/api_key/cli",
"enterprise/intro",
"faq/integrations_and_connections/list_of_tools",
"faq/supported_llms/supported_llm"
]
Expand Down Expand Up @@ -242,12 +251,9 @@
{
"group": "Client",
"pages": [
"api-reference/client/get-org-api-key",
"api-reference/client/get-projects",
"api-reference/client/get-user-info",
"api-reference/client/add-new-project",
"api-reference/client/regenerate-org-api-key",
"api-reference/client/delete-project"
"api-reference/client/get-projects",
"api-reference/client/add-new-project"
]
},
{
Expand Down Expand Up @@ -280,17 +286,6 @@
"api-reference/logs/post-logs"
]
},
{
"group": "Projects",
"pages": [
"api-reference/projects/list-all-projects",
"api-reference/projects/get-project",
"api-reference/projects/regenerate-project-api-key",
"api-reference/projects/create-new-project",
"api-reference/projects/delete-project",
"api-reference/projects/rename-project"
]
},
{
"group": "Team",
"pages": [
Expand Down

0 comments on commit 1fd2acb

Please sign in to comment.