From 58f805baf917635431751b3e8e40ee1fd34edf27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Fri, 28 Aug 2026 06:11:30 +0200 Subject: [PATCH 1/2] Update README.md simplify and shorten the landing card, add more communications references --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cf0f486..2f40b45 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,19 @@ -# The PokéAPI project - ![https://raw.githubusercontent.com/PokeAPI/media/master/logo/pokeapi_256.png](https://raw.githubusercontent.com/PokeAPI/media/master/logo/pokeapi_256.png) All the Pokémon data you'll ever need in one place, easily accessible through a modern free open-source HTTP API. -## Projects +## Main Repositories - [PokeAPI source code](https://github.com/PokeAPI/pokeapi) -- [Sprites](https://github.com/PokeAPI/sprites) -- [Cries](https://github.com/PokeAPI/cries) - [Docs website](https://github.com/PokeAPI/pokeapi.co) -- [pokekotlin](https://github.com/PokeAPI/pokekotlin) -- [pokeapi-js-wrapper](https://github.com/PokeAPI/pokeapi-js-wrapper) +- [Sprites](https://github.com/PokeAPI/sprites) ## Website https://pokeapi.co -## Discord +## Communications -[Chat with the team](https://discord.gg/BpjJcKK4TC) \ No newline at end of file +- [Open an Issue](https://github.com/PokeAPI/pokeapi/issues?q=sort%3Aupdated-desc%20is%3Aissue) +- [Chat with the team on Discord](https://discord.gg/BpjJcKK4TC) +- [Send us an email](mailto:team@pokeapi.co) From cc7d62ff5b565e74fd3b92d1a0a0a3bd1a42821a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Pezz=C3=A8?= Date: Sat, 29 Aug 2026 03:21:24 +0200 Subject: [PATCH 2/2] Remove top image --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2f40b45..6dc08c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -![https://raw.githubusercontent.com/PokeAPI/media/master/logo/pokeapi_256.png](https://raw.githubusercontent.com/PokeAPI/media/master/logo/pokeapi_256.png) - All the Pokémon data you'll ever need in one place, easily accessible through a modern free open-source HTTP API. ## Main Repositories