forked from STATIO-UPV/StatisticSimulatorsWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
32 lines (28 loc) · 744 Bytes
/
Copy path_quarto.yml
File metadata and controls
32 lines (28 loc) · 744 Bytes
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
project:
type: website
website:
title: "STATIO"
navbar:
left:
- href: index.qmd
text: Inicio
- href: about.qmd
text: About
- text: Simuladores
menu:
- text: Estadística descriptiva
href: categories/estadistica-descriptiva.qmd
- text: Distribuciones
href: categories/distribuciones.qmd
- text: Estadística inferencial
href: categories/estadistica-inferencial.qmd
- text: Econometría
href: categories/econometria.qmd
- text: Investigación operativa
href: categories/investigacion-operativa.qmd
format:
html:
theme: lumen
css: styles.css
toc: true
editor: visual