-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
112 lines (110 loc) · 3.43 KB
/
_quarto.yml
File metadata and controls
112 lines (110 loc) · 3.43 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
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: "Relationships"
href: 01-spring-boot/relationship.qmd
- text: "Classes"
href: 01-spring-boot/classes.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: "useContext"
href: 02-react/usecontext.qmd
- text: "Functions"
href: 02-react/functions.qmd
- text: "HTML"
href: 02-react/html.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: "JPA Queries"
href: 04-data-base/jpql-queries.qmd
- text: "No SQL"
href: 04-data-base/nosql.qmd
- text: "Dynamo DB"
href: 04-data-base/dynamodb.qmd
- text: "Mongo DB"
href: 04-data-base/mongodb.qmd
- text: "Redis"
href: 04-data-base/redis.qmd
- text: "Tests"
contents:
- text: "Introduction"
href: 05-tests/index.qmd
- text: "JUnit"
href: 05-tests/junit.qmd
- text: "Documentation"
contents:
- text: "Introduction"
href: 06-documentation/index.qmd
- text: "Tools"
contents:
- text: "Introduction"
href: 07-tools/index-tools.qmd
- text: "GIT"
href: 07-tools/git.qmd
- text: "Design Patters"
contents:
- text: "Introduction"
href: 08-design-patterns/index.qmd
- text: "Film Advisor"
contents:
- text: "Notes"
href: 09-film-advisor/index.qmd
- text: "Classes"
href: 09-film-advisor/classes.qmd
- text: "Tasks"
href: 09-film-advisor/tasks.qmd
- text: "Vaadin"
contents:
- text: "Introduction"
href: 10-vaadin/index.qmd
- text: "Security"
contents:
- text: "Introduction"
href: 11-security/index.qmd
- text: "Cognito AWS"
href: 11-security/cognito-aws.qmd
- text: "JWT"
href: 11-security/jwt.qmd
- text: "Cheat Sheet"
href: cheatSheet.qmd
- text: "Notes"
href: notes.qmd
page-footer:
right: "© 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