/dckr-doctoc

🐳 Build an image to run DocToc on Markdown files

Primary LanguageShellGNU General Public License v3.0GPL-3.0

GitHub license FOSSA Status DockerPulls DockerPulls GitHub forks GitHub stars GitHub issues

fboaventura/dckr-doctoc

Docker instance to run DocToc and create Table of Contents on Markdown files.

How to use

Make sure you have the tags for starting and ending of the table in your Markdown file(s).

<!-- START doctoc -->
<!-- END doctoc -->

This instance is published at Docker Hub, and all you need to run is:

# Updating a single file
$ docker run --rm -ti -v $(pwd):/app fboaventura/dckr-doctoc --github README.md

# Updating all the files on a folder and subfolders
$ docker run --rm -ti -v $(pwd):/app fboaventura/dckr-doctoc --github .

ChangeLog

v1.0.0 - 2022.11.30

  • First version

License

FOSSA Status