mirror of
https://github.com/rclone/rclone.git
synced 2025-03-14 08:25:15 +08: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`)
|
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 startCut < 0 || endCut < 0 {
|
||||||
if name == "rclone.md" {
|
if name == "rclone.md" {
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user