diff options
Diffstat (limited to 'docs/config.toml')
-rw-r--r-- | docs/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.toml b/docs/config.toml index 3c02a7ee88..d8455609d2 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -2,7 +2,7 @@ baseURL = 'https://csit.fd.io/cdocs' languageCode = 'en-us' title = 'CSIT-DOCS' -publishDir = '../cdash/app/cdocs' +publishDir = '../csit.infra.dash/app/cdocs' # (Optional) Set this to true if you use capital letters in file names disablePathToLower = true @@ -35,7 +35,7 @@ path = 'github.com/alex-shpak/hugo-book' # (Optional, default true) Controls table of contents visibility on right side of pages. # Start and end levels can be controlled with markup.tableOfContents setting. # You can also specify this parameter per page in front matter. - BookToC = false + BookToC = true # (Optional, default docs) Specify section of content to render as menu # You can also set value to "*" to render all sections to menu |