docs/config.yaml
Philipp Dormann 75d0af185c
All checks were successful
Build latest image / build-container (push) Successful in 2m31s
Build release images / build-container (push) Successful in 2m42s
ci: drop displayUpdatedDate for now
2025-03-28 17:09:01 +01:00

114 lines
2.1 KiB
YAML

# Configuration
baseURL: "https://docs.lauf-fuer-kaya.de"
title: "LfK! Dokumentation"
module:
imports:
- path: github.com/imfing/hextra
enableRobotsTXT: 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: Scannerstationen
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
params:
description: Dokumentation für das Lauf für Kaya! Läufersystem.
navbar:
displayTitle: true
displayLogo: true
logo:
path: logo.svg
dark: logo.svg
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: content
tokenize: forward
highlight:
copy:
enable: true
display: hover
comments:
enable: false
editURL:
enable: true
base: "https://git.odit.services/lfk/docs/_edit/main/content"