Magic trick to remove title duplication in TOC

This commit is contained in:
Brandon Keepers
2017-08-07 14:42:03 -05:00
parent ddc594db90
commit e466287603
4 changed files with 48 additions and 35 deletions

View File

@@ -1,21 +0,0 @@
#### Getting Started
- [Introduction](/docs/)
- [Hello World](/docs/hello-world/)
- [Developing a plugin](/docs/development/)
- [Receiving webhooks](/docs/webhooks/)
- [Interacting with GitHub](/docs/github-api/)
#### Advanced
- [HTTP Routes](/docs/http/)
- [Simulating webhooks](/docs/simulating-webhooks/)
- [Testing](/docs/testing/)
- [Pagination](/docs/pagination/)
- [Deployment](/docs/deployment/)
- [Best Practices](/docs/best-practices/)
#### Reference
- [`robot`](https://probot.github.io/probot/latest/Robot.html)
- [`context`](https://probot.github.io/probot/latest/Context.html)