docs(api.md): fix table-of-contents (#2636)

This patch drops the markdown-toc module and instead rolls out
our own simple markdown table-of-contents generator.

As a side effect, it fixes links to `page.$` and `page.$$`.
This commit is contained in:
Andrey Lushnikov
2018-05-31 14:21:43 -07:00
committed by GitHub
parent 0ad0096e21
commit 754df58d4e
4 changed files with 57 additions and 11 deletions

View File

@@ -49,7 +49,6 @@
"cross-env": "^5.0.5",
"eslint": "^4.19.1",
"esprima": "^4.0.0",
"markdown-toc": "^1.2.0",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"pdfjs-dist": "^1.8.595",