We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ad529 commit 89fd188Copy full SHA for 89fd188
README.md
@@ -56,8 +56,8 @@ Usage:
56
# generate markdown docs for index.js and files it references
57
documentation build index.js -f md
58
59
-# generate html docs for all files in src
60
-documentation build src/** -f html -o docs
+# generate html docs for all files in src, and include links to source files in github
+documentation build src/** -f html --github -o docs
61
62
# document index.js, ignoring any files it requires or imports
63
documentation build index.js -f md --shallow
0 commit comments