File size: 365 Bytes
9af7384
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project:
  type: website
  output-dir: docs

# render only the contents mentioned in the _quarto.yml file


website: 
  title: "Polire"
  sidebar:
    style: "docked"
    search: true
    contents:
      - section: "Introduction"
        path: "index.qmd"

      - section: "Examples"
        contents:
          - examples/all_in_one.ipynb

execute:
  freeze: auto