docs: Init
This commit is contained in:
121
config.yaml
Normal file
121
config.yaml
Normal file
@@ -0,0 +1,121 @@
|
||||
# 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
|
||||
|
||||
sidebar:
|
||||
- identifier: more
|
||||
name: Mehr
|
||||
params:
|
||||
type: separator
|
||||
weight: 1
|
||||
- identifier: source
|
||||
name: "Source Code"
|
||||
url: "https://git.odit.services/lfk"
|
||||
weight: 2
|
||||
|
||||
params:
|
||||
description: Dokumentation für das Lauf für Kaya! Läufersystem.
|
||||
|
||||
navbar:
|
||||
displayTitle: true
|
||||
displayLogo: true
|
||||
logo:
|
||||
path: logo.png
|
||||
dark: logo.png
|
||||
# width: 40
|
||||
# height: 20
|
||||
# link: /
|
||||
width: wide
|
||||
theme:
|
||||
default: system
|
||||
displayToggle: true
|
||||
footer:
|
||||
enable: true
|
||||
displayCopyright: false
|
||||
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
|
||||
Reference in New Issue
Block a user