feat: Add complete EJS documentation layout and sections for Amayo Bot

- Created main index.ejs view with header, footer, and content structure.
- Developed layout.ejs for consistent styling across pages.
- Implemented partials for various sections including admin, alliances, chests, basic commands, crafting, economy, and more.
- Added a table of contents for easy navigation.
- Included responsive design elements and animations using Tailwind CSS.
- Migrated content to EJS format for dynamic rendering.
This commit is contained in:
2025-10-07 12:08:58 -05:00
parent 3f5757d28f
commit 3904c00114
32 changed files with 669 additions and 253 deletions

View File

@@ -0,0 +1,4 @@
<section id="configuracion" class="rounded-3xl bg-gradient-to-br from-slate-800/50 to-slate-900/50 backdrop-blur-xl border border-white/10 p-8 shadow-2xl">
<h2 class="text-3xl sm:text-4xl font-bold mb-3 bg-clip-text text-transparent bg-gradient-to-r from-white to-indigo-200">🔧 Configuración del Servidor</h2>
<p class="text-slate-300 text-sm">Contenido en migración a EJS…</p>
</section>