diff --git a/docs/config.json b/docs/config.json index 10faf3f00..38849ee67 100644 --- a/docs/config.json +++ b/docs/config.json @@ -18,6 +18,11 @@ ], "enableGitInfo": true, "markup": { + "tableOfContents": { + "endLevel": 3, + "ordered": false, + "startLevel": 2 + }, "goldmark": { "extensions": { "typographer": false diff --git a/docs/content/_index.md b/docs/content/_index.md index 726e838e2..7024ee440 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -2,6 +2,7 @@ title: "Rclone" description: "Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more." type: page +notoc: true --- # Rclone syncs your files to cloud storage diff --git a/docs/layouts/chrome/menu.html b/docs/layouts/chrome/menu.html index 5838378e6..57c8935af 100644 --- a/docs/layouts/chrome/menu.html +++ b/docs/layouts/chrome/menu.html @@ -1,3 +1,14 @@ +{{ if and (gt .WordCount 200 ) (not (.Params.notoc)) }} +