Skip to content

Commit

Permalink
chore(doclint): remove old unused table-of-contents generator (puppet…
Browse files Browse the repository at this point in the history
…eer#2659)

We no longer use markdown-toc to generate table-of-contents.
  • Loading branch information
aslushnikov committed Jun 1, 2018
1 parent 9955a1e commit 9904da2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
3 changes: 0 additions & 3 deletions utils/doclint/cli.js
Expand Up @@ -42,9 +42,6 @@ async function run() {
Source.readFile(path.join(PROJECT_DIR, 'README.md'))
]);

const toc = require('./toc');
messages.push(...await toc(mdSources));

const preprocessor = require('./preprocessor');
messages.push(...await preprocessor(mdSources, VERSION));

Expand Down
32 changes: 0 additions & 32 deletions utils/doclint/toc.js

This file was deleted.

0 comments on commit 9904da2

Please sign in to comment.