thlorenz / doctoc

📜 Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
https://www.npmjs.com/package/doctoc
MIT License
4.23k stars 480 forks source link

Document usage on CI for detecting out-of-date TOCs using nix and Makes. #209

Closed kamadorueda closed 2 years ago

kamadorueda commented 3 years ago

Mentions #131 #188

AndrewSouthpaw commented 2 years ago

Hi @kamadorueda, thanks for the suggestion! I'm all for sharing solutions with the broader community, and I hesitate to point people to a solution that a) uses the less common nix system and b) requires opting into another build system (Makes). The suggestion doesn't feel user-friendly enough to include in the README.

But, I've updated your PR to capture the core of your suggestion, and it'll stay searchable after I close it so people working with nix can easily stumble across this solution.

Thanks for your contribution!

kamadorueda commented 2 years ago

@AndrewSouthpaw Thanks to you for the review