Skip to content

Commit 30f384f

Browse files
committed
Removed unnecessary <a> tags from headers for ToC
1 parent 3876911 commit 30f384f

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
2323

2424
## Table of Contents
2525

26-
1. [Setup](#setup)
27-
2. [Database Setup](#database-setup)
28-
3. [Docker and Compose](#docker-and-compose)
29-
4. [GraphQL](#graphql)
30-
5. [Kubernetes](#kubernetes)
31-
6. [Wrappers](#wrappers)
32-
7. [Donations](#donations)
33-
8. [Join Us On Slack!](#join-us-on-slack)
34-
9. [Contributing](#contributing)
35-
10. [Deprecation](#deprecation)
36-
37-
26+
- [Setup   ](#setup)
27+
- [Database setup](#database-setup)
28+
- [Docker and Compose   ](#docker-and-compose)
29+
- [GraphQL   ](#graphql)
30+
- [Kubernetes   ](#kubernetes)
31+
- [Wrappers](#wrappers)
32+
- [Donations](#donations)
33+
- [Join Us On Slack!](#join-us-on-slack)
34+
- [Contributing](#contributing)
35+
- [Deprecation](#deprecation)
3836

3937
## Setup <a id="setup"></a> &nbsp; [![pyVersion310](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/download/releases/3.10/)
4038

@@ -59,7 +57,7 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
5957
make serve
6058
```
6159

62-
## Database setup <a id="database-setup"></a>
60+
## Database setup
6361

6462
To build or rebuild the database by applying any CSV file update, run
6563

@@ -159,7 +157,7 @@ kubectl wait --namespace pokeapi --timeout=120s --for=condition=complete job/loa
159157

160158
This k8s setup creates all k8s resources inside the _Namespace_ `pokeapi`, run `kubectl delete namespace pokeapi` to delete them. It also creates a _Service_ of type `LoadBalancer` which is exposed on port `80` and `443`. Data is persisted on `12Gi` of `ReadWriteOnce` volumes.
161159

162-
## Wrappers <a id="wrappers"></a>
160+
## Wrappers
163161

164162
| Official wrapper | Repository | Features |
165163
| --- | --- | --- |
@@ -184,15 +182,15 @@ This k8s setup creates all k8s resources inside the _Namespace_ `pokeapi`, run `
184182
|Swift |[kinkofer/PokemonAPI](https://github.com/kinkofer/PokemonAPI)| |
185183
|Typescript server-side/client-side|[Gabb-c/Pokenode-ts](https://github.com/Gabb-c/pokenode-ts)|Auto caching |
186184

187-
## Donations <a id="donations"></a>
185+
## Donations
188186

189187
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a donation to help keep the service up. We get 1+ billion requests a month!
190188
191189
Thank you to all our backers! [Become a backer](https://opencollective.com/pokeapi#backer)
192190
193191
<a href="https://opencollective.com/pokeapi#backers" target="_blank"><img src="https://opencollective.com/pokeapi/backers.svg?width=890"></a>
194192
195-
## Join Us On Slack! <a id="join-us-on-slack"></a>
193+
## Join Us On Slack!
196194
197195
> **Warning**
198196
> Currently no maintainer has enough free time to support the community on Slack. Our Slack is in an unmaintained status.
@@ -204,7 +202,7 @@ This way we can keep issues here a bit more organized and helpful in the long ru
204202
205203
Once you've signed up visit [PokéAPI on Slack](https://pokeapi.slack.com)
206204

207-
## Contributing <a id="contributing"></a>
205+
## Contributing
208206

209207
This project exists thanks to all the people who [contribute](https://github.com/PokeAPI/pokeapi/blob/master/CONTRIBUTING.md)
210208

@@ -240,6 +238,6 @@ To contribute to this repository:
240238
241239
Simple!
242240
243-
## Deprecation <a id="deprecation"></a>
241+
## Deprecation
244242
245243
As of October 2018, the v1 API has been removed from PokéAPI. For more information, see [pokeapi.co/docs/v1.html](https://pokeapi.co/docs/v1.html).

0 commit comments

Comments
 (0)