mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
docs: make the see also section header consistent and listed in toc of command pages
This commit is contained in:
@@ -197,7 +197,7 @@ See the [global flags page](/flags/) for global options not listed here.
|
||||
`)
|
||||
|
||||
startCut := strings.Index(doc, `### Options inherited from parent commands`)
|
||||
endCut := strings.Index(doc, `## SEE ALSO`)
|
||||
endCut := strings.Index(doc, `### SEE ALSO`)
|
||||
if startCut < 0 || endCut < 0 {
|
||||
if name == "rclone.md" {
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user