36 lines
656 B
YAML
36 lines
656 B
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "Nápověda"
|
|
# navbar:
|
|
# left:
|
|
# - href: index.qmd
|
|
# text: Home
|
|
# - about.qmd
|
|
repo-url: https://gitea.spacilovi.eu/david-spacil/help
|
|
repo-actions: [issue]
|
|
sidebar:
|
|
style: "docked"
|
|
search: true
|
|
contents:
|
|
- text: "Home"
|
|
href: index.qmd
|
|
- section: "Návody"
|
|
contents:
|
|
- navody/immich.qmd
|
|
|
|
format:
|
|
html:
|
|
theme:
|
|
- cosmo
|
|
- brand
|
|
link-external-icon: true
|
|
link-external-newwindow: true
|
|
link-external-filter: ^(?:http:|https:)\/\/pages\.spacilovi\.eu\/david-spacil\/help
|
|
css: styles.css
|
|
toc: true
|
|
|
|
|
|
|