From 96dfe3d600f25839f7cacf038d647c9f4f2aa007 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 14 Nov 2025 23:53:20 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20l'endpoint=20API=20pour=20les=20ma?= =?UTF-8?q?th=C3=A9matiques=20et=20mise=20=C3=A0=20jour=20de=20la=20docume?= =?UTF-8?q?ntation=20du=20contenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 379f611..5463d5e 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ All resources are also available as REST API endpoints: - `GET /api/educations` - `GET /api/languages` - `GET /api/certifications` +- `GET /api/mathematics` - `GET /api/profile` - `GET /api/hobbies` - `GET /api/contact` @@ -150,13 +151,14 @@ content/ ├── skills.json # Technical skills ├── languages.json # Spoken languages ├── certifications.json # Professional certifications +├── mathematics.json # Mathematics background ├── profile.json # Comprehensive profile info ├── contact.json # Contact information -├── hobbies.md # Personal interests +├── hobbies.md # Personal interests ├── experiences/*.md # Work experiences -├── projects/*.md # Project portfolio -├── education/*.md # Academic background -└── uses/*.md # Tools and setup +├── projects/*.md # Project portfolio +├── education/*.md # Academic background +└── uses/*.md # Tools and setup ``` ## 🔧 Technologies @@ -164,7 +166,6 @@ content/ - **Frontend/Backend**: Nuxt 4, Vue 3, Nitro - **MCP**: Model Context Protocol SDK - **Content**: Nuxt Content with better-sqlite3 -- **Styling**: TailwindCSS (ready to add) - **Deployment**: Cloudflare Workers via NuxtHub - **Validation**: Zod schemas