diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-01-28 22:39:09 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-28 22:39:09 +0000 |
| commit | bba4a1fc0b18d98c36fa0a78798aa2927c3f4c22 (patch) | |
| tree | e0cae8f2adf301edf84be69bd6a8a9fab3bb67f5 /config/_default/params.toml | |
| parent | 7dc663c3e828a96eaf5d31b177c67fa2c5ffc16a (diff) | |
| parent | 8f83a0e99fb7ed048b90a843ea3bba31cb9eb45d (diff) | |
Merge branch 'main' into dependabot/npm_and_yarn/markdownlint-cli2-0.17.2
Diffstat (limited to 'config/_default/params.toml')
| -rw-r--r-- | config/_default/params.toml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml index 8df28e1..a6a2d5c 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -4,7 +4,7 @@ enableDarkMode = true enableLanguageSelectionStorage = false modes = ["light", "dark"] - canonifyAssetsURLs = false + canonifyAssetsURLs = true endorse = false footerBelowFold = false loading = "eager" @@ -24,8 +24,9 @@ purgeHTMLComments = false [docs] - github = "https://github.com/anoduck/hinode-template" - release = "https://github.com/anoduck/hinode-template/releases/tag/" + contentPath = "/docs/" + github = "https://github.com/anoduck/CL-Docs" + release = "https://github.com/anoduck/CL-Docs/releases/tag/" checkVersion = false [home] @@ -48,7 +49,7 @@ fixed = true offset = "5.5rem" search = true - searchModal = false + searchModal = true breadcrumb = true toc = true sidebar = true @@ -274,4 +275,4 @@ skipMissing = true [footer] - license = "All rights reserved. Corrupt Lamar 2024"
\ No newline at end of file + license = "All rights reserved. Corrupt Lamar 2024" |
