asamasach commited on
Commit
3e60c52
·
verified ·
1 Parent(s): dda1156

Update src/_quarto.yml

Browse files
Files changed (1) hide show
  1. src/_quarto.yml +28 -29
src/_quarto.yml CHANGED
@@ -1,37 +1,36 @@
1
  project:
2
  type: website
 
 
3
  website:
4
- title: "Open-Source AI Cookbook"
5
- sidebar:
6
- style: "docked"
7
- search: true
8
- collapse-level: 3
9
- contents:
10
- - section: "About"
11
- contents:
12
- - href: index.qmd
13
- text: About Quarto
14
- - section: "Open-Source AI Cookbook"
15
- contents:
16
- - section: "RAG Techniques"
17
- contents:
18
- - href: notebooks/rag_zephyr_langchain.qmd
19
- text: "RAG Zephyr & LangChain"
20
- - href: notebooks/advanced_rag.qmd
21
- text: "Advanced RAG"
22
- - href: notebooks/rag_evaluation.qmd
23
- text: "RAG Evaluation"
24
- - section: "Additional Techniques"
25
- contents:
26
- - href: notebooks/automatic_embedding.ipynb
27
- text: "Automatic Embedding"
28
- - href: notebooks/faiss.ipynb
29
- text: "FAISS for Efficient Search"
30
- - href: notebooks/single_gpu.ipynb
31
- text: "Single GPU Optimization"
32
 
33
  format:
34
  html:
35
  theme: cosmo
36
  css: styles.css
37
- toc: true
 
 
 
 
 
 
 
 
 
1
  project:
2
  type: website
3
+ output-dir: _site
4
+
5
  website:
6
+ title: "Monitait User Guide"
7
+ site-url: https://huggingface.co/spaces/your-username/monitait-guide
8
+ description: "Complete Step-by-Step Guide – WatcherJET 3.0 Hardware & AI Training Platform"
9
+ navbar:
10
+ left:
11
+ - text: "Home"
12
+ href: index.qmd
13
+ - text: "Chapter 1 – Hardware"
14
+ href: chapter1.qmd
15
+ - text: "Chapter 2 – AI Training"
16
+ href: chapter2.qmd
17
+ - text: "Download PDFs"
18
+ menu:
19
+ - text: "Chapter 1 – Hardware & WatcherJET 3.0 (27 pages)"
20
+ href: CHAP-1-AI-HARDWARE.pdf
21
+ - text: "Chapter 2 AI Training (15 pages)"
22
+ href: CHAP-2-AI-TRAINING.pdf
 
 
 
 
 
 
 
 
 
 
 
23
 
24
  format:
25
  html:
26
  theme: cosmo
27
  css: styles.css
28
+ toc: true
29
+ toc-depth: 4
30
+ code-copy: true
31
+ anchor-sections: true
32
+ fig-cap-location: margin
33
+ tbl-cap-location: margin
34
+
35
+ metadata-files:
36
+ - _metadata.yml