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="creacion-contenido" class="rounded-3xl bg-gradient-to-br from-red-900/20 to-orange-900/20 backdrop-blur-xl border border-red-500/30 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-red-200 to-orange-200">🎨 Creación de Contenido</h2>
<p class="text-slate-300 text-sm">Contenido en migración a EJS…</p>
</section>