Dokumentation • Usage
- The markdown utility is a command line tool that is easy to set up and is executed in a terminal window
- Open a terminal in the root folder of your documentation to quickly run commands
- For now it's important to be in the root folder because the tool assumes that it is executed in that folder so just stay in that folder
Start the linter to check your documentation at any time. It's save because it just reads
mdu lint
Example Output:
Running Linter
Party! 🥳 The Markdown linter does not detect any errors!
- Generates Breadcrumb Navigation in every markdown files in the current folder and all subfolders
- Must be executed in the root folder of the documentation
mdu add-breadcrumb-navigation
or in short:
mdu abn