21 lines
248 B
YAML
21 lines
248 B
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "VIRTUOS WORLD Documentation"
|
|
navbar:
|
|
left:
|
|
- href: index.qmd
|
|
text: Home
|
|
- about.qmd
|
|
|
|
format:
|
|
html:
|
|
theme:
|
|
- cosmo
|
|
- brand
|
|
css: styles.css
|
|
toc: true
|
|
|
|
|
|
|