Spaces:
Sleeping
Sleeping
File size: 930 Bytes
bf8fbd8 3e60c52 bf8fbd8 3e60c52 bf8fbd8 3e60c52 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | project:
type: website
output-dir: _site
website:
title: "Monitait User Guide"
site-url: https://huggingface.co/spaces/your-username/monitait-guide
description: "Complete Step-by-Step Guide β WatcherJET 3.0 Hardware & AI Training Platform"
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Chapter 1 β Hardware"
href: chapter1.qmd
- text: "Chapter 2 β AI Training"
href: chapter2.qmd
- text: "Download PDFs"
menu:
- text: "Chapter 1 β Hardware & WatcherJET 3.0 (27 pages)"
href: CHAP-1-AI-HARDWARE.pdf
- text: "Chapter 2 β AI Training (15 pages)"
href: CHAP-2-AI-TRAINING.pdf
format:
html:
theme: cosmo
css: styles.css
toc: true
toc-depth: 4
code-copy: true
anchor-sections: true
fig-cap-location: margin
tbl-cap-location: margin
metadata-files:
- _metadata.yml |