2026-01-06 10:49:04 +00:00
|
|
|
module.exports = {
|
2026-01-06 18:15:43 +00:00
|
|
|
siteTitle: 'DOCLOUD - Infraestructura Cloud Corporativa',
|
2026-01-06 10:49:04 +00:00
|
|
|
siteUrl: 'https://docloud.es',
|
2026-01-06 18:15:43 +00:00
|
|
|
description: 'Servicios cloud profesionales para PYMES. Servidores Proxmox, VPN cifrada, backup empresarial.',
|
2026-01-06 10:49:04 +00:00
|
|
|
srcDir: './',
|
|
|
|
|
outDir: './site',
|
|
|
|
|
|
|
|
|
|
// Branding
|
|
|
|
|
logo: {
|
|
|
|
|
light: 'assets/images/logo.svg',
|
|
|
|
|
dark: 'assets/images/logo.svg',
|
2026-01-06 18:15:43 +00:00
|
|
|
alt: 'DOCLOUD - Internet Cloud Services',
|
2026-01-06 10:49:04 +00:00
|
|
|
href: './',
|
|
|
|
|
},
|
2026-01-06 12:03:29 +00:00
|
|
|
favicon: 'assets/favicon.svg',
|
2026-01-06 10:49:04 +00:00
|
|
|
|
2026-01-06 18:15:43 +00:00
|
|
|
// Features
|
2026-01-06 10:49:04 +00:00
|
|
|
search: false,
|
|
|
|
|
minify: true,
|
2026-01-06 18:15:43 +00:00
|
|
|
copyCode: true,
|
2026-01-06 10:49:04 +00:00
|
|
|
pageNavigation: false,
|
|
|
|
|
mermaid: false,
|
|
|
|
|
|
|
|
|
|
// Sidebar - desactivado
|
|
|
|
|
sidebar: {
|
|
|
|
|
collapsible: false,
|
|
|
|
|
defaultCollapsed: true,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
// Theme
|
|
|
|
|
theme: {
|
|
|
|
|
name: 'default',
|
2026-01-06 18:15:43 +00:00
|
|
|
defaultMode: 'dark',
|
2026-01-06 10:49:04 +00:00
|
|
|
enableModeToggle: false,
|
|
|
|
|
positionMode: 'top',
|
2026-01-06 18:15:43 +00:00
|
|
|
codeHighlight: true,
|
2026-01-06 10:49:04 +00:00
|
|
|
customCss: ['assets/custom.css'],
|
|
|
|
|
},
|
|
|
|
|
|
2026-01-06 18:15:43 +00:00
|
|
|
// Custom JS
|
2026-01-06 12:03:29 +00:00
|
|
|
customJs: ['assets/custom.js'],
|
2026-01-06 10:49:04 +00:00
|
|
|
|
2026-01-06 18:15:43 +00:00
|
|
|
// Navigation - paths relativos con ./
|
2026-01-06 10:49:04 +00:00
|
|
|
navigation: [
|
|
|
|
|
{ title: 'Inicio', path: './' },
|
|
|
|
|
{ title: 'Nosotros', path: './quienes-somos/' },
|
|
|
|
|
{ title: 'Contacto', path: './contacto/' },
|
2026-01-06 18:15:43 +00:00
|
|
|
{ title: 'Seguridad', path: './politica-seguridad/' },
|
2026-01-06 10:49:04 +00:00
|
|
|
],
|
|
|
|
|
|
2026-01-06 18:15:43 +00:00
|
|
|
// SEO - solo campos soportados
|
2026-01-06 10:49:04 +00:00
|
|
|
plugins: {
|
|
|
|
|
seo: {
|
2026-01-06 18:15:43 +00:00
|
|
|
defaultDescription: 'DOCLOUD - Infraestructura Cloud Corporativa para PYMES. Servidores Proxmox, VPN empresarial, backup profesional.',
|
2026-01-06 10:49:04 +00:00
|
|
|
openGraph: {
|
|
|
|
|
defaultImage: 'assets/images/icon-512.png',
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
};
|