Skip to content

Commit 2cd7c56

Browse files
committed
📝 Adding sections from beggining to the end of the workshop 📝
1 parent 8b9a09b commit 2cd7c56

11 files changed

Lines changed: 124 additions & 7 deletions

File tree

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
1-
* xref:01-setup.adoc[1. ¡Bienvenido al taller!]
2-
** xref:01-setup.adoc#prerequisite[Prerequisites]
3-
** xref:01-setup.adoc#minikube[Setup Minikube]
1+
* xref:0.adoc[¡Bienvenido al taller!]
2+
** xref:0.adoc#01[Objetivo]
3+
** xref:0.adoc#02[Material]
4+
** xref:0.adoc#03[Entorno]
45
5-
* xref:02-deploy.adoc[2. Deploy Service]
6-
** xref:02-deploy.adoc#package[Build Service]
7-
** xref:02-deploy.adoc#deploy[Deploy Dervice]
6+
* xref:1.adoc[1. Preparar el Entorno]
7+
** xref:1.adoc#11[1.1 Entrar en OpenShift y OpenShift AI]
8+
** xref:1.adoc#12[1.2 Crear el Code Server]
9+
** xref:1.adoc#13[1.3 Configurar el Code Server]
10+
11+
* xref:2.adoc[2. Desarrollar el Servidor MCP]
12+
** xref:2.adoc#21[2.1 ¿Qué es MCP?]
13+
** xref:2.adoc#22[2.2 Penalty Engine]
14+
** xref:2.adoc#23[2.3 Testear con MCP Inspector]
15+
16+
* xref:3.adoc[3. Desplegar el Modelo]
17+
** xref:3.adoc#31[3.1 ¿Qué es el modelo?]
18+
** xref:3.adoc#32[3.2 Despliegues de OpenShift AI]
19+
20+
* xref:4.adoc[4. Crear la Distribución de Llama Stack]
21+
** xref:4.adoc#41[4.1 ¿Qué es Llama Stack?]
22+
** xref:4.adoc#42[4.2 Añadir conexión al servidor MCP]
23+
** xref:4.adoc#43[4.3 Ingestión de documentos para RAG]
24+
** xref:4.adoc#44[4.4 Testear en un Playground]
25+
26+
* xref:5.adoc[5. Desplegar el App Agéntica]
27+
** xref:5.adoc#51[5.1 Desplegar e interactuar con la app]
28+
29+
* xref:6.adoc[6. Habilitar Observabilidad]
30+
** xref:6.adoc#61[6.1 Desplegar e interactuar con la app]
31+
32+
* xref:7.adoc[¡Taller terminado!]
33+
** xref:7.adoc#71[Conclusión]
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
= ¡Bienvenido al taller!
2+
include::_attributes.adoc[]
3+
4+
[#01]
5+
== Objetivo
6+
7+
include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/prerequisites-kubernetes.adoc[]
8+
|===
9+
10+
include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/optional-requisites.adoc[]
11+
|===
12+
13+
[#02]
14+
== Material
15+
16+
:profile: my_profile
17+
18+
include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/kubernetes-setup.adoc[]
19+
20+
And then you are ready for start using Kubernetes:
21+
22+
image::kubelogo.png[]
23+
24+
[#03]
25+
== Entorno
26+
27+
:tutorial-url: https://github.com/redhat-developer-demos/rhd-tutorial-common.git
28+
:folder: my_folder
29+
include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-common/master/download-sources.adoc[]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 1. Preparar el Entorno
2+
include::_attributes.adoc[]
3+
4+
[#11]
5+
== 1.1 Entrar en OpenShift y OpenShift AI
6+
7+
[#12]
8+
== 1.2 Crear el Code Server
9+
10+
[#13]
11+
== 1.3 Configurar el Code Server
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
= 2. Desarrollar el Servidor MCP
2+
include::_attributes.adoc[]
3+
4+
[#21]
5+
== 2.1 ¿Qué es MCP?
6+
7+
[#22]
8+
== 2.2 Penalty Engine
9+
10+
[#33]
11+
== 2.3 Testear con MCP Inspector
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= 3. Desplegar el Modelo
2+
include::_attributes.adoc[]
3+
4+
[#31]
5+
== 3.1 ¿Qué es el modelo?
6+
7+
[#32]
8+
== 3.2 Despliegues de OpenShift AI
9+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
= 4. Crear la Distribución de Llama Stack
2+
include::_attributes.adoc[]
3+
4+
[#41]
5+
== 4.1 ¿Qué es Llama Stack?
6+
7+
[#42]
8+
== 4.2 Añadir conexión al servidor MCP
9+
10+
[#43]
11+
== 4.3 Ingestión de documentos para RAG
12+
13+
[#44]
14+
== 4.4 Testear en un Playground
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
= 5. Desplegar el App Agéntica
2+
include::_attributes.adoc[]
3+
4+
[#51]
5+
== 5.1 Desplegar e interactuar con la app
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
= 6. Habilitar Observabilidad
2+
include::_attributes.adoc[]
3+
4+
[#61]
5+
== 6.1 Desplegar e interactuar con la app
6+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
= ¡Taller terminado!
2+
include::_attributes.adoc[]
3+
4+
[#71]
5+
== Conclusión

documentation/modules/ROOT/pages/01-setup.adoc renamed to documentation/modules/ROOT/pages/example1.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= ¡Bienvenido!
1+
= ¡Bienvenido al taller!
22
include::_attributes.adoc[]
33

44
[#prerequisite]

0 commit comments

Comments
 (0)