diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-03-16 12:35:47 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-03-16 12:35:47 +0000 |
commit | e6655fbc1f65e2e4599afd43e52a8cbecb810fe9 (patch) | |
tree | 45297d96e07243f5ec8be2e935d0acedd4aab77a /docs/config.toml | |
parent | 90e7db16a6652847489be214372cadb2b882c61b (diff) |
feat(docs): Fix images and ToC
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I4f2327c9dbbc3b2d652c9882c29573cfe4469c63
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 |