forked from PokeAPI/pokeapi.co
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alerts.json
22 lines (22 loc) · 1.44 KB
/
alerts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"active": false,
"message": "",
"comment": "Inactive alerts will not be shown. You can use markdown, like _this_, **this**, or [this](https://pokeapi.co). Possible levels are 'info', 'important' and 'success'. The default is 'info'. Important alerts are sticky and stay on-screen until dismissed by the user."
},
{
"level": "success",
"active": false,
"message": "Data from last year's **Sword and Shield** games (generation 8) is currently **being added** to PokéAPI. While waiting for an upstream project ([Veekun](https://github.com/veekun/pokedex)) for verified data we decided to allow our community to bring in new data from various different sources. If you want to participate to this update project [read more on GitHub](https://github.com/PokeAPI/pokeapi/issues/520)."
},
{
"level": "success",
"active": true,
"message": "PokeAPI proudly announces Beta support for GraphQL. Access our free console at [beta.pokeapi.co/graphql/console](https://beta.pokeapi.co/graphql/console/) and take a look at the [documentation](/docs/graphql)"
},
{
"level": "info",
"active": true,
"message": "**Sword and Shield** data might be inaccurate and lacking in various aspects due to the fact that it is not taken directly from Nintendo's Pokemon ROMs. If you spot any mistake, please report it [here](https://github.com/PokeAPI/pokedex/issues)"
}
]