mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +00:00
Complete documentation site covering all aspects of Barycenter: Getting Started, Authentication, OAuth 2.0/OIDC, Authorization Policy Engine, Administration, Deployment, Security, Development, and Reference sections (96 markdown files). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
795 B
TOML
32 lines
795 B
TOML
[book]
|
|
title = "Barycenter Documentation"
|
|
authors = ["CloudNebula Project"]
|
|
description = "Comprehensive documentation for the Barycenter OpenID Connect Identity Provider"
|
|
language = "en"
|
|
src = "src"
|
|
|
|
[build]
|
|
build-dir = "build"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
smart-punctuation = true
|
|
git-repository-url = "https://github.com/CloudNebulaProject/barycenter"
|
|
git-repository-icon = "fa-github"
|
|
edit-url-template = "https://github.com/CloudNebulaProject/barycenter/edit/main/book/{path}"
|
|
site-url = "/"
|
|
no-section-label = false
|
|
|
|
[output.html.search]
|
|
enable = true
|
|
limit-results = 30
|
|
teaser-word-count = 30
|
|
use-boolean-and = true
|
|
boost-title = 2
|
|
boost-hierarchy = 1
|
|
boost-paragraph = 1
|
|
expand = true
|
|
heading-split-level = 3
|
|
copy-js = true
|