16 lines
398 B
TOML
16 lines
398 B
TOML
|
[book]
|
||
|
authors = ["JFronny"]
|
||
|
language = "en"
|
||
|
multilingual = false
|
||
|
src = "docs"
|
||
|
title = "LibJF"
|
||
|
description = "Documentation for the LibJF library"
|
||
|
|
||
|
[build]
|
||
|
build-dir = "public"
|
||
|
|
||
|
[output.html]
|
||
|
git-repository-url = "https://gitlab.com/jfmods/LibJF"
|
||
|
git-repository-icon = "fa-gitlab"
|
||
|
edit-url-template = "https://gitlab.com/jfmods/LibJF/edit/master/{path}"
|
||
|
site-url = "https://jfronny.gitlab.io/LibJF"
|