Skip to content

Commit

Permalink
docs: Removing docs/ for now and focus on examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 4, 2023
1 parent e35be71 commit a3281e9
Show file tree
Hide file tree
Showing 37 changed files with 438 additions and 4,658 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,16 +1,16 @@
<p align="center">
<a href="https://opensdks.org">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/logo/logo-light.png">
<img src="docs/logo/logo-light.png" height="128">
<source media="(prefers-color-scheme: dark)" srcset="website/public/logo-light.png">
<img src="website/public/logo-light.png" height="128">
</picture>
<h1 align="center">OpenSDKs</h1>
</a>
</p>

<p align="center">
<a aria-label="Venice logo" href="https://venice.is">
<img src="docs/logo/made-by-venice.svg">
<img src="website/public/made-by-venice.svg">
</a>
<a aria-label="NPM version" href="https://www.npmjs.com/package/next">
<img alt="" src="https://img.shields.io/npm/v/next.svg?style=for-the-badge&labelColor=000000">
Expand All @@ -19,7 +19,7 @@
<img alt="" src="https://img.shields.io/npm/l/next.svg?style=for-the-badge&labelColor=000000">
</a>
<a aria-label="Join the community on GitHub" href="https://github.com/orgs/useVenice/projects/2">
<img alt="" src="docs/logo/join-the-community.svg">
<img alt="" src="website/public/join-the-community.svg">
</a>
</p>

Expand Down Expand Up @@ -48,6 +48,8 @@ The OpenSDKs roadmap can be found on [GitHub Projects](https://github.com/orgs/u

To chat with other community members you can join the [OpenSDKs Discord](https://discord.gg/6VNXagtqZK).

[Twitter](https://twitter.com/openSDKs)

## Contributing

To contribute new SDKs to the OpenSDKs suite, you can follow the [`CONTRIBUTING.md`](https://github.com/useVenice/openSDKs/blob/main/CONTRIBUTING.md).
Expand Down
21 changes: 0 additions & 21 deletions docs/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_snippets/snippet-example.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/api-reference/endpoint/create.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/api-reference/endpoint/delete.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions docs/api-reference/endpoint/get.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/api-reference/introduction.mdx

This file was deleted.

195 changes: 0 additions & 195 deletions docs/api-reference/openapi.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/development.mdx

This file was deleted.

37 changes: 0 additions & 37 deletions docs/essentials/code.mdx

This file was deleted.

1 comment on commit a3281e9

@vercel
Copy link

@vercel vercel bot commented on a3281e9 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

opensdks – ./

opensdks.vercel.app
opensdks-venice.vercel.app
opensdks-git-main-venice.vercel.app
opensdks.org

Please sign in to comment.