-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
56 lines (54 loc) · 1.62 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
project:
type: website
website:
sidebar:
title: "Apuntes FullStack"
search: true
contents:
- text: "General"
href: index.qmd
- text: "Spring Boot"
contents:
- text: "Introduction"
href: 01-spring-boot/index.qmd
- text: "Annotations"
href: 01-spring-boot/annotations.qmd
- text: "UML"
href: 01-spring-boot/uml.qmd
- text: "Request-Response Cycle"
href: 01-spring-boot/request-response-cycle.qmd
- text: "React"
contents:
- text: "Introduction"
href: 02-react/index.qmd
- text: "Components"
href: 02-react/components.qmd
- text: "Hooks"
href: 02-react/hooks.qmd
- text: "APIs"
href: 03-api/index.qmd
- text: "Data Bases"
contents:
- text: "Introduction"
href: 04-data-base/index.qmd
- text: "SQL"
href: 04-data-base/sql.qmd
- text: "PostgreSQL"
href: 04-data-base/postgresql.qmd
- text: "Tests"
href: 05-tests/index.qmd
- text: "Documentation"
href: 06-documentation/index.qmd
- text: "Tools"
href: 07-tools/index-tools.qmd
- text: "Cheat Sheet"
href: cheatSheet.qmd
page-footer:
center: "© 2024 Alberte - Apuntes de Desarrollo Web"
format:
html:
theme: darkly # https://quarto.org/docs/output-formats/html-themes.html
css: styles.css
toc: true # Tabla de contenido automática
mainfont: "Helvetica"
breadcrumbs: true