diff --git a/site/.vitepress/config.mjs b/site/.vitepress/config.mjs index ce1567a..b736861 100644 --- a/site/.vitepress/config.mjs +++ b/site/.vitepress/config.mjs @@ -1,8 +1,8 @@ import { defineConfig } from 'vitepress' export default defineConfig({ - title: 'FDSA', - description: 'Agentic Engineering Course — build, deploy, and maintain production-grade AI agent systems.', + title: 'Agentic Engineering the Hard Way', + description: 'Build every component from scratch. 65 lessons, 13 labs, 20 skill kits. No black boxes.', lang: 'en-US', lastUpdated: true, cleanUrls: true, @@ -10,8 +10,8 @@ export default defineConfig({ head: [ ['link', { rel: 'icon', href: '/favicon.svg' }], ['meta', { name: 'theme-color', content: '#0f0f0f' }], - ['meta', { property: 'og:title', content: 'FDSA — Agentic Engineering Course' }], - ['meta', { property: 'og:description', content: '65 lessons, 13 labs, 20 skill kits. Build production-grade AI agent systems.' }], + ['meta', { property: 'og:title', content: 'Agentic Engineering the Hard Way' }], + ['meta', { property: 'og:description', content: '65 lessons, 13 labs, 20 skill kits. Build production-grade AI agent systems from scratch. No black boxes.' }], ['meta', { property: 'og:image', content: '/og-image.svg' }], ['meta', { name: 'twitter:card', content: 'summary_large_image' }], ['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }], @@ -169,35 +169,35 @@ export default defineConfig({ root: { label: 'English', lang: 'en-US', - title: 'FDSA', - description: 'Agentic Engineering Course — build, deploy, and maintain production-grade AI agent systems.', + title: 'Agentic Engineering the Hard Way', + description: 'Build every component from scratch. 65 lessons, 13 labs, 20 skill kits. No black boxes, no magic SDKs.', }, es: { label: 'Español', lang: 'es-ES', - title: 'FDSA', - description: 'Curso de Ingeniería de Agentes — construye, despliega y mantiene sistemas de IA agentivos en producción.', + title: 'Agentic Engineering the Hard Way', + description: 'Construye cada componente desde cero. 65 lecciones, 13 laboratorios, 20 kits de habilidades.', link: '/es/', }, pt: { label: 'Português', lang: 'pt-BR', - title: 'FDSA', - description: 'Curso de Engenharia de Agentes — construa, implante e mantenha sistemas de IA agentivos em produção.', + title: 'Agentic Engineering the Hard Way', + description: 'Construa cada componente do zero. 65 lições, 13 laboratórios, 20 kits de habilidades.', link: '/pt/', }, it: { label: 'Italiano', lang: 'it-IT', - title: 'FDSA', - description: 'Corso di Ingegneria degli Agenti — costruisci, distribuisci e mantieni sistemi di IA agentivi in produzione.', + title: 'Agentic Engineering the Hard Way', + description: 'Costruisci ogni componente da zero. 65 lezioni, 13 laboratori, 20 kit di abilità.', link: '/it/', }, ar: { label: 'العربية', lang: 'ar-SA', - title: 'FDSA', - description: 'دورة هندسة الوكلاء — بناء ونشر وصيانة أنظمة الذكاء الاصطناعي الوكيلية في الإنتاج', + title: 'هندسة الوكلاء بالطريقة الصعبة', + description: 'بناء كل مكون من الصفر. 65 درسًا، 13 مختبرًا، 20 مجموعة مهارات.', link: '/ar/', dir: 'rtl', }, diff --git a/site/.vitepress/dist/404.html b/site/.vitepress/dist/404.html index 42d140f..927ed84 100644 --- a/site/.vitepress/dist/404.html +++ b/site/.vitepress/dist/404.html @@ -3,21 +3,21 @@
-