VIRTUOS_Docs/_quarto.yml

60 lines
1.3 KiB
YAML
Raw Normal View History

2025-04-06 10:51:02 +00:00
project:
type: website
website:
2025-04-16 09:35:03 +02:00
title: "Docs"
2025-04-06 10:51:02 +00:00
navbar:
left:
2025-04-07 20:33:27 +02:00
- text: "Homepage"
href: https://virtuos.world
2025-04-08 09:51:23 +02:00
logo: img/Logo.png
2025-04-07 20:33:27 +02:00
sidebar:
style: "docked"
search: true
contents:
2025-04-08 09:51:23 +02:00
- text: "Overview"
2025-04-08 11:37:06 +02:00
href: index.qmd
2025-04-16 09:35:03 +02:00
- section: "Get Started"
2025-04-08 11:37:06 +02:00
contents:
- sites/getstarted.qmd
- section: "Code Snippets"
contents:
2026-01-07 22:07:11 +01:00
- sites/codesnippets/AlyxGrab.qmd
- sites/codesnippets/CaptchaDoor.qmd
- sites/codesnippets/CustomAIController.qmd
- sites/codesnippets/GripRobot.qmd
- sites/codesnippets/Inventory.qmd
- sites/codesnippets/MainMenu.qmd
- sites/codesnippets/MovablesSoundComponent.qmd
- sites/codesnippets/Slicegame.qmd
- sites/codesnippets/SaveGame_SPUD.qmd
2025-04-08 11:37:06 +02:00
- text: "Webservices"
href: sites/webservices.qmd
2025-04-08 09:51:23 +02:00
- text: "Styleguide"
2025-04-07 20:33:27 +02:00
href: sites/styleguide.qmd
2025-04-08 11:37:06 +02:00
2025-04-08 09:51:23 +02:00
2025-04-07 20:33:27 +02:00
page-footer:
2026-01-07 22:07:11 +01:00
left: "Copyright 2026, Simeon Wallrath"
2025-04-07 20:33:27 +02:00
right:
- icon: mastodon
2025-04-08 11:37:06 +02:00
href: https://mastodon.gamedev.place/@sciencedev
2025-04-08 09:51:23 +02:00
2025-04-06 10:51:02 +00:00
2025-04-16 09:35:03 +02:00
theme:
2025-08-19 11:46:30 +02:00
dark: [darkly, themedark.scss]
light: [flatly, themedark.scss]
2025-04-16 09:35:03 +02:00
2025-04-06 10:51:02 +00:00
2025-04-07 20:33:27 +02:00
# Set the logo for the header
logo: "logo.png"
2025-04-06 10:51:02 +00:00
2025-04-07 20:33:27 +02:00
output-dir: "_site"
format:
html:
2025-04-08 09:51:23 +02:00
page-layout: article
2025-04-07 20:33:27 +02:00
toc: true