docs/config.yaml
2025-01-18 08:24:16 +01:00

127 lines
2.4 KiB
YAML

# Configuration
baseURL: "https://docs.lauf-fuer-kaya.de"
title: "LfK! Dokumentation"
module:
imports:
- path: github.com/imfing/hextra
enableRobotsTXT: true
enableGitInfo: true
hasCJKLanguage: true
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
delimiters:
block: [['\[', '\]'], ['$$', '$$']]
inline: [['\(', '\)']]
enable: true
enableInlineShortcodes: true
defaultContentLanguage: de
languages:
de:
languageName: Deutsch
languageCode: de
title: LfK! Dokumentation
weight: 1
en:
languageName: English
languageCode: en
title: LfK! Documentation
weight: 2
menu:
main:
- identifier: user
name: Anwender
pageRef: /user
weight: 1
- identifier: admin
name: Administratoren
pageRef: /admin
weight: 2
- identifier: selfservice
name: Selfservice
pageRef: /selfservice
weight: 3
- identifier: scanstation
name: Scanerstationen
pageRef: /scanstation
weight: 4
- identifier: beamershow
name: Beamershow
pageRef: /beamershow
weight: 5
- name: Suche
identifier: search
weight: 6
params:
type: search
- name: Sourcecode
weight: 7
url: "https://git.odit.services/lfk"
params:
icon: gitea
# sidebar:
# - identifier: more
# name: Mehr
# params:
# type: separator
# weight: 2
# - identifier: source
# name: "Source Code"
# url: "https://git.odit.services/lfk"
params:
description: Dokumentation für das Lauf für Kaya! Läufersystem.
navbar:
displayTitle: true
displayLogo: true
logo:
path: logo.svg
dark: logo.svg
# width: 40
# height: 20
# link: /
width: normal
page:
width: normal
theme:
default: system
displayToggle: true
footer:
enable: true
displayCopyright: true
displayPoweredBy: false
width: normal
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: content
# full | forward | reverse | strict
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
tokenize: forward
highlight:
copy:
enable: true
display: hover
comments:
enable: false