Skip to content

Commit 3354f1a

Browse files
authored
docs: agregar banner y optimizar CI para documentación (#1)
* docs: agregar banner del proyecto al README - Agregar imagen cortex-banner.png como header visual - Reemplazar título de texto por banner gráfico * ci: ignorar docs y markdown en el pipeline - Agregar paths-ignore para evitar CI innecesario - No ejecutar tests cuando solo cambia documentación
1 parent 38890b5 commit 3354f1a

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ name: Pipeline de Integración Continua
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- '**.md'
8+
- 'docs/**'
9+
- '.github/*.md'
10+
- 'LICENSE*'
11+
- '.gitignore'
612
pull_request:
713
branches: [main]
14+
paths-ignore:
15+
- '**.md'
16+
- 'docs/**'
17+
- '.github/*.md'
18+
- 'LICENSE*'
19+
- '.gitignore'
820

921
jobs:
1022
# ============================================================================

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<div align="center">
22

3-
# Cortex Knowledge Assistant
4-
5-
### Enterprise-Grade RAG System with Real-Time Streaming
3+
<img src="docs/images/cortex-banner.png" alt="Cortex Knowledge Assistant" width="800"/>
64

75
[![Pipeline de Integración Continua](https://github.com/DeepRatAI/cortex-knowledge-assistant/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/DeepRatAI/cortex-knowledge-assistant/actions/workflows/ci.yml)
86
[![Version](https://img.shields.io/badge/version-0.1.0--beta-blue.svg)](https://github.com/DeepRatAI/cortex-knowledge-assistant/releases)
@@ -41,7 +39,7 @@ A diferencia de implementaciones RAG básicas, Cortex está diseñado desde cero
4139

4240
<img src="docs/images/alum_livedemo.gif" alt="Demo de Cortex - Consulta sobre distribución de Poisson" width="700"/>
4341

44-
*Usuario con rol alumno consultando sobre distribución de Poisson*
42+
_Usuario con rol alumno consultando sobre distribución de Poisson_
4543

4644
</div>
4745

docs/images/cortex-banner.png

193 KB
Loading

0 commit comments

Comments
 (0)