Description: print all docs
Usage:
mkdocs-note list [Options]
Options:
--path: Path to the notes directory
--help: Print help message
--tree: Print document tree
Example usage
# common usage
mkdocs-note list
# specify doc path
mkdocs-note list --path ./docs
# print tree
mkdocs-note list --tree
Description: print all docs
Usage:
mkdocs-note list [Options]Options:
--path: Path to the notes directory--help: Print help message--tree: Print document treeExample usage