-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
84 lines (76 loc) · 2.01 KB
/
_quarto.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
project:
type: website
resources: tutorial.pdf, tutorial.R
website:
title: "lavaan.org"
page-footer:
right: "This page is built with [Quarto](https://quarto.org/)."
left: "© CC-By the lavaan project, 2010-2024"
navbar:
background: secondary
search: true
left:
- text: "About lavaan"
file: index.qmd
- text: "Tutorial"
file: tutorial/index.qmd
- text: "Resources"
file: resources/index.qmd
- text: "Donate"
href: https://actieplatform.ugent.be/en-GB/p/lavaan-project/step-1
- text: "Version History"
file: history/index.qmd
sidebar:
- title: "About lavaan"
style: "docked"
background: light
contents:
- index.qmd
- about/gettingstarted.qmd
- about/features.qmd
- about/development.qmd
- about/support.qmd
- about/donate.qmd
- about/about.qmd
- title: "Tutorial"
contents:
- tutorial/index.qmd
- tutorial/before.qmd
- tutorial/install.qmd
- tutorial/syntax1.qmd
- tutorial/cfa.qmd
- tutorial/sem.qmd
- tutorial/syntax2.qmd
- tutorial/means.qmd
- tutorial/groups.qmd
- tutorial/growth.qmd
- tutorial/cat.qmd
- tutorial/cov.qmd
- tutorial/est.qmd
- tutorial/mediation.qmd
- tutorial/modindices.qmd
- tutorial/inspect.qmd
- tutorial/multilevel.qmd
- tutorial/efa.qmd
- title: "Resources"
contents:
- resources/index.qmd
- resources/books.qmd
- resources/chapters.qmd
- resources/video.qmd
- resources/teaching.qmd
- resources/related.qmd
- resources/code.qmd
- resources/tutorial.qmd
- title: "Version History"
contents:
- history/index.qmd
- history/dot6.qmd
- history/dot5.qmd
- history/dot4.qmd
- history/dot3.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true