
docsify
List of commands for docsify:
-
docsify:tldr:36204 docsify: Generate a sidebar markdown file in the specified directory.$ docsify generate ${path-to-directory}try on your machineexplain this command
-
docsify:tldr:41a27 docsify: Initialize a new documentation in the current directory.$ docsify inittry on your machineexplain this command
-
docsify:tldr:945de docsify: Serve local documentation on `localhost` at the specified port.$ docsify serve --port ${80} ${path-to-directory}try on your machineexplain this command
-
docsify:tldr:d943c docsify: Serve local documentation on `localhost:3000` with live reload.$ docsify serve ${path-to-directory}try on your machineexplain this command
-
docsify:tldr:fcf1e docsify: Initialize a new documentation in the specified directory.$ docsify init ${path-to-directory}try on your machineexplain this command