github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/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 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/gendocs/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone gendocs 9 10 Output markdown docs for rclone to the directory supplied. 11 12 ## Synopsis 13 14 15 This produces markdown docs for the rclone commands to the directory 16 supplied. These are in a format suitable for hugo to render into the 17 rclone.org website. 18 19 ``` 20 rclone gendocs output_directory [flags] 21 ``` 22 23 ## Options 24 25 ``` 26 -h, --help help for gendocs 27 ``` 28 29 See the [global flags page](/flags/) for global options not listed here. 30 31 ## SEE ALSO 32 33 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 34