github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_gendocs.md (about) 1 --- 2 title: "rclone gendocs" 3 description: "Output markdown docs for rclone to the directory supplied." 4 slug: rclone_gendocs 5 url: /commands/rclone_gendocs/ 6 versionIntroduced: v1.33 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/gendocs/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone gendocs 10 11 Output markdown docs for rclone to the directory supplied. 12 13 ## Synopsis 14 15 16 This produces markdown docs for the rclone commands to the directory 17 supplied. These are in a format suitable for hugo to render into the 18 rclone.org website. 19 20 ``` 21 rclone gendocs output_directory [flags] 22 ``` 23 24 ## Options 25 26 ``` 27 -h, --help help for gendocs 28 ``` 29 30 31 See the [global flags page](/flags/) for global options not listed here. 32 33 # SEE ALSO 34 35 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 36