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

18
_data/toc.yml Normal file
View File

@@ -0,0 +1,18 @@
Getting Started:
- docs/README.md
- docs/hello-world.md
- docs/development.md
- docs/webhooks.md
- docs/github-api.md
Advanced:
- docs/http.md
- docs/simulating-webhooks.md
- docs/testing.md
- docs/pagination.md
- docs/deployment.md
- docs/best-practices.md
Reference:
- title: robot
url: "https://probot.github.io/probot/latest/Robot.htm"
- title: context
url: "https://probot.github.io/probot/latest/Contex.html"