From 4de28c25a25d853ac339f282f21ab7754c8ea30c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:03:51 +0000 Subject: [PATCH] =?UTF-8?q?Merge=20doc/=20into=20docs/=20=E2=80=94=20elimi?= =?UTF-8?q?nate=20duplicate=20documentation=20folders?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Move ARCHITECTURE.md, MCP.md, SETUP_COMPLETE.md, WOKWI_LIBS.md, examples/, img1-4.png from doc/ to docs/ - Delete doc/ directory - Update README.md: doc/img*.png -> docs/img*.png - Update CLAUDE.md: doc/ARCHITECTURE.md -> docs/ARCHITECTURE.md - Update frontend/README.md: ../doc/ -> ../docs/ - Update scripts/generate-example-screenshots.md: doc/examples/ -> docs/examples/ - Update docs/SETUP_COMPLETE.md internal self-references Co-authored-by: davidmonterocrespo24 <47928504+davidmonterocrespo24@users.noreply.github.com> --- CLAUDE.md | 2 +- README.md | 8 ++++---- {doc => docs}/ARCHITECTURE.md | 0 {doc => docs}/MCP.md | 0 {doc => docs}/SETUP_COMPLETE.md | 6 +++--- {doc => docs}/WOKWI_LIBS.md | 0 {doc => docs}/examples/README.md | 0 {doc => docs}/img1.png | Bin {doc => docs}/img2.png | Bin {doc => docs}/img3.png | Bin {doc => docs}/img4.png | Bin frontend/README.md | 4 ++-- scripts/generate-example-screenshots.md | 4 ++-- 13 files changed, 12 insertions(+), 12 deletions(-) rename {doc => docs}/ARCHITECTURE.md (100%) rename {doc => docs}/MCP.md (100%) rename {doc => docs}/SETUP_COMPLETE.md (97%) rename {doc => docs}/WOKWI_LIBS.md (100%) rename {doc => docs}/examples/README.md (100%) rename {doc => docs}/img1.png (100%) rename {doc => docs}/img2.png (100%) rename {doc => docs}/img3.png (100%) rename {doc => docs}/img4.png (100%) diff --git a/CLAUDE.md b/CLAUDE.md index 19f51c0..630822a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -423,7 +423,7 @@ Enable verbose logging: ## Additional Resources - Main README: [README.md](README.md) -- Architecture Details: [doc/ARCHITECTURE.md](doc/ARCHITECTURE.md) +- Architecture Details: [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) - Wokwi Elements Repo: https://github.com/wokwi/wokwi-elements - AVR8js Repo: https://github.com/wokwi/avr8js - Arduino CLI Docs: https://arduino.github.io/arduino-cli/ diff --git a/README.md b/README.md index 9de4c5f..d0d0182 100644 --- a/README.md +++ b/README.md @@ -46,19 +46,19 @@ Then open **http://localhost:3080**. ## Screenshots -![Raspberry Pi Pico ADC simulation with Serial Monitor](doc/img1.png) +![Raspberry Pi Pico ADC simulation with Serial Monitor](docs/img1.png) Raspberry Pi Pico simulation — ADC read test with two potentiometers, Serial Monitor showing live output, and compilation console at the bottom. -![ILI9341 TFT display simulation on Arduino Uno](doc/img2.png) +![ILI9341 TFT display simulation on Arduino Uno](docs/img2.png) Arduino Uno driving an ILI9341 240×320 TFT display via SPI — rendering a real-time graphics demo using Adafruit_GFX + Adafruit_ILI9341. -![Library Manager with full library list](doc/img3.png) +![Library Manager with full library list](docs/img3.png) Library Manager loads the full Arduino library index on open — browse and install libraries without typing first. -![Component Picker with 48 components](doc/img4.png) +![Component Picker with 48 components](docs/img4.png) Component Picker showing 48 available components with visual previews, search, and category filters. diff --git a/doc/ARCHITECTURE.md b/docs/ARCHITECTURE.md similarity index 100% rename from doc/ARCHITECTURE.md rename to docs/ARCHITECTURE.md diff --git a/doc/MCP.md b/docs/MCP.md similarity index 100% rename from doc/MCP.md rename to docs/MCP.md diff --git a/doc/SETUP_COMPLETE.md b/docs/SETUP_COMPLETE.md similarity index 97% rename from doc/SETUP_COMPLETE.md rename to docs/SETUP_COMPLETE.md index c1d5461..c348051 100644 --- a/doc/SETUP_COMPLETE.md +++ b/docs/SETUP_COMPLETE.md @@ -121,9 +121,9 @@ Repositorios oficiales de Wokwi en `wokwi-libs/`: | Archivo | Descripción | |---------|-------------| | `README.md` | Instrucciones de instalación y uso | -| `doc/ARCHITECTURE.md` | Arquitectura detallada del proyecto | -| `doc/WOKWI_LIBS.md` | Guía de integración con Wokwi | -| `doc/SETUP_COMPLETE.md` | Este archivo — estado del proyecto | +| `docs/ARCHITECTURE.md` | Arquitectura detallada del proyecto | +| `docs/WOKWI_LIBS.md` | Guía de integración con Wokwi | +| `docs/SETUP_COMPLETE.md` | Este archivo — estado del proyecto | | `CLAUDE.md` | Guía para asistentes IA | | `update-wokwi-libs.bat` | Script de actualización automática | diff --git a/doc/WOKWI_LIBS.md b/docs/WOKWI_LIBS.md similarity index 100% rename from doc/WOKWI_LIBS.md rename to docs/WOKWI_LIBS.md diff --git a/doc/examples/README.md b/docs/examples/README.md similarity index 100% rename from doc/examples/README.md rename to docs/examples/README.md diff --git a/doc/img1.png b/docs/img1.png similarity index 100% rename from doc/img1.png rename to docs/img1.png diff --git a/doc/img2.png b/docs/img2.png similarity index 100% rename from doc/img2.png rename to docs/img2.png diff --git a/doc/img3.png b/docs/img3.png similarity index 100% rename from doc/img3.png rename to docs/img3.png diff --git a/doc/img4.png b/docs/img4.png similarity index 100% rename from doc/img4.png rename to docs/img4.png diff --git a/frontend/README.md b/frontend/README.md index e19e288..73a0a84 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -209,8 +209,8 @@ See [backend documentation](../backend/README.md) for API details. - [Main Project README](../README.md) - [Development Guide (CLAUDE.md)](../CLAUDE.md) -- [Architecture Documentation](../doc/ARCHITECTURE.md) -- [Wokwi Integration](../doc/WOKWI_LIBS.md) +- [Architecture Documentation](../docs/ARCHITECTURE.md) +- [Wokwi Integration](../docs/WOKWI_LIBS.md) - [Monaco Editor API](https://microsoft.github.io/monaco-editor/api/index.html) - [Vite Documentation](https://vitejs.dev/) - [Zustand Guide](https://docs.pmnd.rs/zustand/getting-started/introduction) diff --git a/scripts/generate-example-screenshots.md b/scripts/generate-example-screenshots.md index d99e06d..78f39a3 100644 --- a/scripts/generate-example-screenshots.md +++ b/scripts/generate-example-screenshots.md @@ -30,7 +30,7 @@ Abre http://localhost:5173 **Guardar la imagen:** 1. Abre Paint o cualquier editor 2. Pega (Ctrl + V) -3. Guarda como PNG en `doc/examples/[nombre-ejemplo].png` +3. Guarda como PNG en `docs/examples/[nombre-ejemplo].png` ### 4. Nombres de Archivo @@ -55,7 +55,7 @@ Una vez tengas las imágenes, edita `frontend/src/data/examples.ts`: description: 'Classic Arduino blink example - toggle an LED on and off', category: 'basics', difficulty: 'beginner', - thumbnail: '/doc/examples/blink-led.png', // ← Agregar esta línea + thumbnail: '/docs/examples/blink-led.png', // ← Agregar esta línea code: `...`, // ... resto }