mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
docs: make the see also section header consistent and listed in toc of command pages
This commit is contained in:
parent
bd5199910b
commit
513653910c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user