Skip to content

Commit

Permalink
all: correct sidebar link paths for edit page, etc.
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed May 19, 2023
1 parent c5594f1 commit 07d6c61
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
baseURL = "https://tinygo.org/"
title = "TinyGo"
languageCode = "en-us"
languageCode = "en"

theme = "docsy"

enableGitInfo = true
Expand All @@ -22,7 +23,6 @@ anchor = "smart"
unsafe = true

# Everything below this are Site Params

[params]
copyright = "The TinyGo Authors"

Expand Down Expand Up @@ -85,3 +85,8 @@ sidebar_menu_truncate = 1000

[params.mermaid]
enable = true

[params.path_base_for_github_subdir]
# change content/<lang>/... to content/...
from = "content/(.*?)/(.*?)"
to = "content/$2"

0 comments on commit 07d6c61

Please sign in to comment.