Skip to content

Commit

Permalink
Fix baseURL of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Sep 20, 2024
1 parent 7005cc7 commit 5c4f1f5
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
theme = "github.com/thingsym/hugo-theme-techdoc"

baseURL = "https://cloudspannerecosystem.dev/memefish/"
title = "méméfish"
languageCode = "en-US"
defaultContentLanguage = "en"

canonifyurls = true

pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true

summaryLength = 30

[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe= true
[markup.tableOfContents]
startLevel = 2
endLevel = 6
ordered = false

[params]
description = "Spanner SQL parser for Go"
github_repository = "https://github.com/cloudspannerecosystem/memefish"
version = ""

github_doc_repository = "https://github.com/cloudspannerecosystem/memefish"
github_doc_repository_branch = "main"
github_doc_repository_path = "docs"

menu_style = "open-menu"

[menu]
[[menu.main]]
name = "Docs"
weight = 1
url = "/"
[[menu.main]]
name = "GoDoc"
weight = 2
url = "https://pkg.go.dev/github.com/cloudspannerecosystem/memefish"
[[menu.main]]
name = "GitHub"
weight = 3
url = "https://github.com/cloudspannerecosystem/memefish"

[module]
[[module.imports]]
path = "github.com/thingsym/hugo-theme-techdoc"

0 comments on commit 5c4f1f5

Please sign in to comment.