VIRTUOS_Docs/_quarto.yml
2025-04-08 11:37:06 +02:00

50 lines
903 B
YAML

project:
type: website
website:
title: "DOCUMENTATION"
navbar:
left:
- text: "Homepage"
href: https://virtuos.world
logo: img/Logo.png
sidebar:
style: "docked"
search: true
contents:
- text: "Overview"
href: index.qmd
- section: "Getting Started"
contents:
- sites/getstarted.qmd
- section: "Code Snippets"
contents:
- sites/codesnippets/getstarted.qmd
- text: "Webservices"
href: sites/webservices.qmd
- text: "Styleguide"
href: sites/styleguide.qmd
page-footer:
left: "Copyright 2025, Simeon Wallrath"
right:
- icon: mastodon
href: https://mastodon.gamedev.place/@sciencedev
theme:
- Zephyr
- theme.scss
# Set the logo for the header
logo: "logo.png"
output-dir: "_site"
format:
html:
page-layout: article
toc: true