Skip to content

Commit

Permalink
chore: Add sponsors segment (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking committed Nov 5, 2024
1 parent 5e4ba51 commit 92fa305
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
15 changes: 15 additions & 0 deletions .github/sponsors/dzeio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 15 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ A Multilanguage Pokémon TCG Database with Cards Pictures and most of the inform

## Getting Started

_If you need help for using/editing the database, [join us on Discord](https://discord.gg/NehYTAhsZE)!_

### Using the Database

_The full documentation is available at <https://www.tcgdex.dev>_
A full documentation of the API is available at <https://tcgdex.dev>

- The easiest way to interact with the database is by using one of our SDKs listed below.
- You can also direcly use the endpoints at `api.tcgdex.net` (see the documentation).
Expand All @@ -45,14 +41,6 @@ We currently officially support theses SDKs
- [PHP SDK](https://github.com/tcgdex/php-sdk)
- [Java SDK](https://github.com/tcgdex/java-sdk)

### Editing the Database

There is three sub folders that will allow you to edit some faces of the database

- `/data`: Contains Cards Data architectured around `SerieName/SetName/CardLocalId` folders
- `/meta`: Contains informations for the project (definitions files, Translations for some fields)
- `/server`: The server that allow to communicate with the database

## Status

We are making sure to make every cards available for every languages they were available !
Expand All @@ -62,18 +50,19 @@ We are making sure to make every cards available for every languages they were a
_want to help translating? each object fields on cards that have at least en,fr,es,de,it or pt can have the others!,_
_Also we have another translation files located at `meta/translations`_

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)
## Sponsors 💕

TL::DR
- Fork
- make your changes
- pull request
_[Support us as a sponsor](https://github.com/sponsors/tcgdex) and have your logo featured on our GitHub README, complete with a link to your website._

## Deprecation
<p align="center">
<a href="https://dzeio.com" target="_blank" title="Dzeio">
<img height="128" width="32%" src="./.github/sponsors/dzeio.svg" alt="TCGdex Sponsor Dzeio" />
</a>
</p>

As of February 2021, the v1 API is no longer supported.
<p align="center">
<!-- <a href="https://dzeio.com" target="_blank" title="Dzeio"><img height="80" width="19%" src="./.github/sponsors/dzeio.svg" alt="TCGdex Sponsor Dzeio" /></a> -->
</p>

## Contributors ✨

Expand Down Expand Up @@ -103,6 +92,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Deprecation

As of February 2021, the v1 API is no longer supported.

## Licenses

This database is not produced, endorsed, supported or affiliated with Nintendo or The Pokémon Company
Expand Down

0 comments on commit 92fa305

Please sign in to comment.