doc: add reference manual

This commit is contained in:
ToruNiina
2024-06-15 19:27:42 +09:00
parent 7210e708a6
commit 64197caa05
77 changed files with 18139 additions and 0 deletions

38
docs/config.toml Normal file
View 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