mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
doc: add reference manual
This commit is contained in:
38
docs/config.toml
Normal file
38
docs/config.toml
Normal file
@@ -0,0 +1,38 @@
|
||||
baseURL = "https://toruniina.github.io/toml11"
|
||||
title = "toml11"
|
||||
languageCode = "en-us"
|
||||
|
||||
disablePathToLower = true
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = 'github.com/alex-shpak/hugo-book'
|
||||
|
||||
[languages]
|
||||
[languages.en]
|
||||
weight = 1
|
||||
languageName = "English"
|
||||
contentDir = "content.en"
|
||||
|
||||
[languages.ja]
|
||||
weight = 2
|
||||
languageName = "日本語"
|
||||
contentDir = "content.ja"
|
||||
|
||||
[menu]
|
||||
[[menu.after]]
|
||||
name = "GitHub"
|
||||
url = "https://github.com/ToruNiina/toml11"
|
||||
weight = 10
|
||||
|
||||
[params]
|
||||
BookTheme = 'auto'
|
||||
BookToC = true
|
||||
BookSection = 'docs'
|
||||
BookSearch = true
|
||||
BookComments = false
|
||||
BookRepo = 'https://github.com/ToruNiina/toml11'
|
||||
|
||||
[markup.tableOfContents]
|
||||
startLevel = 1
|
||||
endLevel = 3
|
||||
Reference in New Issue
Block a user