diff --git a/.gemini/stylesheets/extra.css b/.gemini/stylesheets/extra.css index 291e7d2..b8c114e 100644 --- a/.gemini/stylesheets/extra.css +++ b/.gemini/stylesheets/extra.css @@ -1,61 +1,71 @@ -/* iT Guys Premium Documentation Style v2 */ +/* iT Guys Premium Documentation Style v3 (Modern CSS) */ /* ROOT VARIABLES - Professional "Blue Grey" Theme */ :root { --md-primary-fg-color: #37474F; /* Blue Grey 800 */ --md-primary-fg-color--light: #546E7A; /* Blue Grey 600 */ --md-primary-fg-color--dark: #263238; /* Blue Grey 900 */ - --md-accent-fg-color: #FF6D00; /* Deep Orange for Call to Actions */ + --md-accent-fg-color: #FF6D00; /* Deep Orange */ - /* Modern Shadows */ - --md-shadow-z1: 0 4px 6px -1px rgba(0, 0, 0, 0.1); + --header-height: 3rem; } -/* HEADER LAYOUT - Force Centered Search */ -@media screen and (min-width: 76.25em) { +/* HEADER LAYOUT - CSS Grid & Clamp */ +@media screen and (min-width: 60em) { .md-header__inner { - position: relative; /* For absolute positioning of search */ - justify-content: space-between; + /* Modern Grid Layout for 3-column structure */ + display: grid; + grid-template-columns: 1fr minmax(auto, clamp(15rem, 40vw, 35rem)) 1fr; + align-items: center; + gap: 1rem; + height: 100%; + padding-inline: 1rem; } - /* 1. HIDE SITE NAME (Keep Logo) */ + /* 1. LOGO AREA (Left) */ + .md-header__title { + justify-self: start; + margin-right: 0; + width: auto; + } + + /* Hide the text title (keep logo) */ .md-header__title .md-header__topic { display: none !important; } - .md-header__title { - min-width: 50px; /* Just enough for logo */ - margin-right: 0; - } - /* 2. CENTER SEARCH BAR */ + /* 2. SEARCH BAR (Center) */ .md-search { - position: absolute; - left: 50%; - transform: translateX(-50%); - top: 0.4rem; /* Adjust vertical alignment */ - width: 400px !important; + grid-column: 2; + display: block !important; + width: 100% !important; margin: 0 !important; + position: static !important; /* Reset legacy positioning */ + transform: none !important; + top: 0 !important; } .md-search__inner { width: 100% !important; - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); + background-color: rgba(255, 255, 255, 0.12); + border-radius: 0.25rem; + height: 2.2rem; /* Consistent height */ } - /* 3. PUSH TOGGLE TO RIGHT */ + /* 3. TOGGLE / ACTIONS (Right) */ .md-header__option { - margin-left: auto; /* Pushes to right in flex */ + justify-self: end; + margin-left: 0 !important; } } -/* GENERAL TYPOGRAPHY */ +/* GENERAL TYPOGRAPHY & SPACING */ h1 { color: var(--md-primary-fg-color--dark) !important; font-weight: 800 !important; text-transform: uppercase; - font-size: 1.8rem; - border-left: 5px solid var(--md-accent-fg-color); + font-size: clamp(1.5rem, 2.5vw, 2.2rem); /* Responsive Font Size */ + border-left: 0.3rem solid var(--md-accent-fg-color); padding-left: 1rem; margin-bottom: 2rem !important; } @@ -68,50 +78,42 @@ h2 { padding-bottom: 0.5rem; } -/* Dark Mode Adjustments */ -[data-md-color-scheme="slate"] { - --md-primary-fg-color: #455A64; - --md-primary-fg-color--dark: #eceff1; -} - -[data-md-color-scheme="slate"] h1 { - color: #eceff1 !important; -} - -/* TABLES - Corporate Look */ +/* TABLES - Fluid & Clean */ .md-typeset table:not([class]) { - border-radius: 4px; - box-shadow: none; - border: 1px solid #ddd; + width: 100%; + margin: 1rem 0; + border-radius: 0.5rem; + border: 1px solid #e0e0e0; + font-size: 0.9em; } + .md-typeset table:not([class]) th { background-color: #f5f5f5; color: #333 !important; text-transform: none; font-weight: 700; -} -[data-md-color-scheme="slate"] .md-typeset table:not([class]) th { - background-color: #37474f; - color: #fff !important; + padding: 0.75rem !important; } -/* BUTTONS */ +/* BUTTONS - Modern Interaction */ .md-button { - border-radius: 30px; /* Pill shape */ + border-radius: 2rem; font-weight: 600; - text-transform: none; - padding: 0.6em 1.2em; + padding: 0.5rem 1.25rem; + transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); } + .md-button--primary { background-color: var(--md-primary-fg-color) !important; } + .md-button--primary:hover { background-color: var(--md-accent-fg-color) !important; - transform: translateY(-2px); - box-shadow: 0 4px 8px rgba(0,0,0,0.2); + transform: translateY(-0.15rem); + box-shadow: 0 4px 12px rgba(255, 109, 0, 0.25); } -/* HIDDEN ELEMENTS */ +/* CLEANUP */ .md-copyright, .md-footer-meta__text { - display: none; /* Clean footer */ + display: none; } diff --git a/build_log_ui_v2.txt b/build_log_ui_v2.txt new file mode 100644 index 0000000..1ca3862 --- /dev/null +++ b/build_log_ui_v2.txt @@ -0,0 +1,482 @@ +#0 building with "desktop-linux" instance using docker driver + +#1 [internal] load build definition from Dockerfile +#1 transferring dockerfile: 1.09kB done +#1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) +#1 DONE 0.1s + +#2 [internal] load metadata for docker.io/library/nginx:alpine +#2 ... + +#3 [internal] load metadata for docker.io/library/python:3.11-slim +#3 DONE 0.6s + +#2 [internal] load metadata for docker.io/library/nginx:alpine +#2 DONE 0.6s + +#4 [internal] load .dockerignore +#4 transferring context: 104B done +#4 DONE 0.0s + +#5 [internal] load build context +#5 DONE 0.0s + +#6 [builder 1/8] FROM docker.io/library/python:3.11-slim@sha256:5be45dbade29bebd6886af6b438fd7e0b4eb7b611f39ba62b430263f82de36d2 +#6 resolve docker.io/library/python:3.11-slim@sha256:5be45dbade29bebd6886af6b438fd7e0b4eb7b611f39ba62b430263f82de36d2 0.1s done +#6 DONE 0.1s + +#7 [stage-1 1/2] FROM docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2 +#7 resolve docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2 +#7 resolve docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2 0.1s done +#7 DONE 0.1s + +#5 [internal] load build context +#5 transferring context: 247.38kB 0.1s done +#5 DONE 0.1s + +#8 [builder 2/8] RUN apt-get update && apt-get install -y build-essential pkg-config libcairo2-dev git python3-cffi python3-brotli libpango-1.0-0 libpangoft2-1.0-0 libharfbuzz-subset0 libjpeg-dev libopenjp2-7-dev libffi-dev && rm -rf /var/lib/apt/lists/* +#8 CACHED + +#9 [builder 3/8] WORKDIR /app +#9 CACHED + +#10 [builder 4/8] COPY requirements.txt . +#10 CACHED + +#11 [builder 5/8] RUN pip install --no-cache-dir -r requirements.txt +#11 CACHED + +#12 [builder 6/8] RUN git config --global --add safe.directory /app +#12 CACHED + +#13 [builder 7/8] COPY . . +#13 DONE 1.1s + +#14 [builder 8/8] RUN python .gemini/build_site.py +#14 1.077 Found 132 manuals to convert. +#14 1.438 Could not get image data from src attribute: /app/_site_src/docs/Windows/assets/ad_new_user.png +#14 1.438 'Exemplo de Cria├º├úo' +#14 2.828 Could not get image data from src attribute: /app/_site_src/docs/Exchange/assets/sconfig_menu.png +#14 2.828 'Exemplo do Menu SConfig' +#14 9.467 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png +#14 9.467 'General Settings' +#14 11.30 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png +#14 11.30 'Wizard Completed' +#14 11.42 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png +#14 11.42 'Categorias Suricata' +#14 12.44 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_install_docker.png +#14 12.44 'Terminal Install Docker' +#14 12.52 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_create_group.png +#14 12.52 'Tela de Cria├º├úo de Grupo' +#14 12.69 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_telegram_integr.png +#14 12.69 'Integration Telegram' +#14 12.75 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_calendar_setup.png +#14 12.75 'Configura├º├úo de Calend├írio' +#14 12.91 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_ticket_creation.png +#14 12.91 'Tela de Abertura de Ticket' +#14 12.93 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_ticket_merge.png +#14 12.93 'Menu de Fus├úo de Tickets' +#14 13.01 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_trigger_setup.png +#14 13.01 'Configura├º├úo de Trigger' +#14 14.21 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/replication_task.png +#14 14.21 'Tarefa de Replica├º├úo' +#14 14.30 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/zfs_architecture.png +#14 14.30 'Diagrama de VDEVs ZFS' +#14 14.43 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/dataset_acl.png +#14 14.43 'Editor de ACL TrueNAS' +#14 14.53 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/dashboard_alert.png +#14 14.53 'Exemplo de Alerta' +#14 14.76 Could not get image data from src attribute: /app/_site_src/docs/Virtualizacao/assets/proxmox_login.png +#14 14.76 'Tela de Login Proxmox' +#14 15.08 Could not get image data from src attribute: /app/_site_src/docs/Vmware/assets/vcenter_summary.png +#14 15.08 'Painel Summary vCenter' +#14 15.43 Could not get image data from src attribute: /app/_site_src/docs/Vmware/assets/vsphere_login.png +#14 15.43 'Tela de Login vSphere' +#14 15.46 Processing [N├¡vel 1] Vis├úo Geral E Escopo.md ÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöü 100% +#14 15.47 Ôò¡ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇ Summary ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔò« +#14 15.47 Ôöé Batch Complete. Ôöé +#14 15.47 Ôöé Success: 132 Ôöé +#14 15.47 Ôöé Errors: 0 Ôöé +#14 15.47 Ôò░ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔò» +#14 15.86 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs' has no git logs, using current timestamp +#14 15.86 INFO - Cleaning site directory +#14 15.86 INFO - Building documentation to directory: /app/_site_src/site +#14 15.97 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/index.md' has no git logs, using current timestamp +#14 15.98 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 2] Restaura├º├úo De Arquivos Guest (WindowsLinux).md' has no git logs, using current timestamp +#14 15.98 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 3] Cria├º├úo De Rotinas De Teste De Restore (Surebackup).md' has no git logs, using current timestamp +#14 15.98 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Diagn├│stico De Conectividade De Bancos De Dados.md' has no git logs, using current timestamp +#14 15.98 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 2] Instant Vm Recovery (Restaura├º├úo R├ípida).md' has no git logs, using current timestamp +#14 15.98 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 1] Verifica├º├úo Di├íria De Jobs De Vm.md' has no git logs, using current timestamp +#14 15.99 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Backup E Restore Manual (Dump).md' has no git logs, using current timestamp +#14 15.99 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 3] Configura├º├úo De Reposit├│rios Imut├íveis (Hardened Linux).md' has no git logs, using current timestamp +#14 15.99 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Diagn├│stico de Conectividade e Status.md' has no git logs, using current timestamp +#14 15.99 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp +#14 15.99 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo De Usu├írios E Permiss├Áes De Banco.md' has no git logs, using current timestamp +#14 15.99 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Instala├º├úo E Configura├º├úo Base De Bancos De Dados.md' has no git logs, using current timestamp +#14 16.00 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Instala├º├úo e Configura├º├úo Base.md' has no git logs, using current timestamp +#14 16.00 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Procedimento de Backup e Restore Manual.md' has no git logs, using current timestamp +#14 16.00 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Manuten├º├úo Preventiva e Logs.md' has no git logs, using current timestamp +#14 16.00 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Redes_e_Firewall_Docker.md' has no git logs, using current timestamp +#14 16.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Manuten├º├úo Preventiva E Logs De Banco.md' has no git logs, using current timestamp +#14 16.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 3] Arquitetura de Persist├¬ncia e Troubleshooting Avan├ºado.md' has no git logs, using current timestamp +#14 16.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Volumes_e_Persistencia_Docker.md' has no git logs, using current timestamp +#14 16.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 3] Tuning E Performance De Bancos De Dados.md' has no git logs, using current timestamp +#14 16.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 3] Tuning de Performance e Otimiza├º├úo.md' has no git logs, using current timestamp +#14 16.02 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 0] Docker Para Desenvolvedores E Ferramentas Port├íteis.md' has no git logs, using current timestamp +#14 16.02 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 1] Deploy E Acesso Ao Portainer Ce.md' has no git logs, using current timestamp +#14 16.02 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 2] Healthchecks E Scripts Automatizados No Docker.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 2] Redes E Firewall No Docker.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 1] Gest├úo De Stacks No Portainer.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 2] Volumes E Persist├¬ncia De Dados No Docker.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_exchange_server_official.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 3] Docker Swarm Inicializa├º├úo E Gerenciamento.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_operacoes_manutencao.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_admin_senior_exchange.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_arquitetura_tecnica.md' has no git logs, using current timestamp +#14 16.03 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_service_desk_troubleshooting.md' has no git logs, using current timestamp +#14 16.04 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_usuario_webmail_outlook.md' has no git logs, using current timestamp +#14 16.04 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 1] Instala├º├úo E Configura├º├úo Do Docker E Compose (Linux).md' has no git logs, using current timestamp +#14 16.04 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_suporte_n1_exchange.md' has no git logs, using current timestamp +#14 16.05 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 3] Kubernetes Vis├úo Geral E Ferramentas B├ísicas.md' has no git logs, using current timestamp +#14 16.05 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Como Configurar Resposta Automatica de Ferias.md' has no git logs, using current timestamp +#14 16.05 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Como Acessar e Configurar Webmail e Celular.md' has no git logs, using current timestamp +#14 16.05 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Configura├º├úo De Resposta Autom├ítica De F├®rias (Webmail).md' has no git logs, using current timestamp +#14 16.05 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Acesso E Configura├º├úo De Webmail E Celular (Exchange).md' has no git logs, using current timestamp +#14 16.06 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Cria├º├úo E Bloqueio De Usu├írios.md' has no git logs, using current timestamp +#14 16.06 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Diagnostico Basico - Usuario nao recebe e-mail.md' has no git logs, using current timestamp +#14 16.06 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Diagn├│stico De Recebimento.md' has no git logs, using current timestamp +#14 16.06 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento de Quarentena Movel (ActiveSync).md' has no git logs, using current timestamp +#14 16.06 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Procedimento de Criacao e Bloqueio de Usuarios.md' has no git logs, using current timestamp +#14 16.07 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento de Cotas e Arquivamento.md' has no git logs, using current timestamp +#14 16.07 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento De Quarentena M├│vel (Activesync).md' has no git logs, using current timestamp +#14 16.07 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento De Cotas E Arquivamento (Exchange).md' has no git logs, using current timestamp +#14 16.08 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gest├úo De Permiss├Áes (Full Access E Send As).md' has no git logs, using current timestamp +#14 16.08 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gestao de Permissoes (Full Access e Send As).md' has no git logs, using current timestamp +#14 16.08 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Solucao de Problemas de Lista de Enderecos (OAB).md' has no git logs, using current timestamp +#14 16.08 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Solu├º├úo De Problemas De Lista De Endere├ºos (Oab).md' has no git logs, using current timestamp +#14 16.08 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Acesso ao Servidor Windows Core e PowerShell.md' has no git logs, using current timestamp +#14 16.09 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Checklist de Manutencao Diaria e Semanal.md' has no git logs, using current timestamp +#14 16.09 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Auditoria Administrativa e Logs de Seguranca.md' has no git logs, using current timestamp +#14 16.09 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Arquitetura Tecnica e Mapeamento de Servidores.md' has no git logs, using current timestamp +#14 16.09 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Disaster Recovery e Soft Restore.md' has no git logs, using current timestamp +#14 16.10 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Renovacao de Certificado SSL e Integracao com IIS.md' has no git logs, using current timestamp +#14 16.10 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_admin_senior_exchange.md' has no git logs, using current timestamp +#14 16.10 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Relatorios Avancados e Manutencao.md' has no git logs, using current timestamp +#14 16.10 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Gestao de Conectores e Roteamento de E-mail.md' has no git logs, using current timestamp +#14 16.10 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/exchange_server_official.md' has no git logs, using current timestamp +#14 16.10 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Referencia de Operacoes via PowerShell.md' has no git logs, using current timestamp +#14 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_arquitetura_tecnica.md' has no git logs, using current timestamp +#14 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_suporte_n1_exchange.md' has no git logs, using current timestamp +#14 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_service_desk_troubleshooting.md' has no git logs, using current timestamp +#14 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_usuario_webmail_outlook.md' has no git logs, using current timestamp +#14 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_operacoes_manutencao.md' has no git logs, using current timestamp +#14 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 1] Comandos Essenciais De Diagn├│stico E Navega├º├úo.md' has no git logs, using current timestamp +#14 16.12 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 1] Comandos Essenciais de Diagn├│stico.md' has no git logs, using current timestamp +#14 16.12 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gerenciamento De Pacotes E Atualiza├º├Áes.md' has no git logs, using current timestamp +#14 16.13 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Configura├º├úo de Rede e Firewall.md' has no git logs, using current timestamp +#14 16.13 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp +#14 16.13 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] An├ílise De Logs (SystemdJournalctl).md' has no git logs, using current timestamp +#14 16.13 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gerenciamento de Pacotes e Updates.md' has no git logs, using current timestamp +#14 16.13 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] Hardening De Servidor Linux.md' has no git logs, using current timestamp +#14 16.14 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] An├ílise de Logs (Journalctl).md' has no git logs, using current timestamp +#14 16.14 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] Hardening de Servidor.md' has no git logs, using current timestamp +#14 16.14 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Firewall Rules E Nat.md' has no git logs, using current timestamp +#14 16.15 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] Scripting e Automa├º├úo Avan├ºada.md' has no git logs, using current timestamp +#14 16.15 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Gerenciamento De Usu├írios E Ldap.md' has no git logs, using current timestamp +#14 16.15 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Customiza├º├úo E Identidade Visual.md' has no git logs, using current timestamp +#14 16.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Instala├º├úo E Configura├º├úo Inicial.md' has no git logs, using current timestamp +#14 16.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Interfaces, Vlans E Lagg.md' has no git logs, using current timestamp +#14 16.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Servi├ºo Dhcp E Reservas De Ip (Static Mapping).md' has no git logs, using current timestamp +#14 16.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Servi├ºo De Dns (ResolverForwarder).md' has no git logs, using current timestamp +#14 16.16 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Servi├ºo Tftp E Provisionamento.md' has no git logs, using current timestamp +#14 16.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Filtro De Conte├║do E Seguran├ºa (Pfblockerng).md' has no git logs, using current timestamp +#14 16.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] IdsIps Com Suricata.md' has no git logs, using current timestamp +#14 16.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Planejamento De Hardware E Sizing.md' has no git logs, using current timestamp +#14 16.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Multi.md' has no git logs, using current timestamp +#14 16.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Diagn├│stico Avan├ºado, Shell E Recovery.md' has no git logs, using current timestamp +#14 16.17 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Vpn Site.md' has no git logs, using current timestamp +#14 16.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Vpn Road Warrior (Openvpn).md' has no git logs, using current timestamp +#14 16.18 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 2] Gest├úo De Users, Groups E Acls.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 2] Snapshots E Replica├º├úo.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 1] Monitoramento de Sa├║de de Discos.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 3] Arquitetura ZFS e Planejamento.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 3] Manuten├º├úo E Performance Zfs.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 3] Configura├º├úo de iSCSI Target.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Virtualizacao/[N├¡vel 1] Vis├úo Geral E Escopo.md' has no git logs, using current timestamp +#14 16.19 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Monitoramento B├ísico De Alertas E Recursos.md' has no git logs, using current timestamp +#14 16.20 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Verifica├º├úo B├ísica De Vm.md' has no git logs, using current timestamp +#14 16.20 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Gest├úo De Recursos Computa├º├úo E Migra├º├úo.md' has no git logs, using current timestamp +#14 16.20 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Opera├º├Áes De Energia Reiniciar E Desligar.md' has no git logs, using current timestamp +#14 16.20 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Vis├úo Geral E Escopo.md' has no git logs, using current timestamp +#14 16.21 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Networking E Storage Operacional.md' has no git logs, using current timestamp +#14 16.21 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Manuten├º├úo E Lifecycle (Ciclo De Vida).md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Cli E Troubleshooting Avan├ºado (N├¡vel 3).md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Troubleshooting Intermedi├írio.md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Disaster Recovery E Arquitetura.md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Storage Deep Dive.md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Networking Avan├ºado E Conceitos De Nsx.md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 1] Cria├º├úo e Gest├úo do Ciclo de Vida de Usu├írios (AD).md' has no git logs, using current timestamp +#14 16.22 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Gest├úo Avan├ºada de DNS e DHCP.md' has no git logs, using current timestamp +#14 16.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes De Senha E Configura├º├úo Inicial (Post.md' has no git logs, using current timestamp +#14 16.23 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes de Senha e Configura├º├úo Inicial (Post-Install).md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Disaster Recovery e Continuidade de Neg├│cios (AD).md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Diagn├│stico de Replica├º├úo (DCDIAG).md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Automa├º├úo e Relat├│rios com PowerShell.md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Gest├úo Centralizada via GPO.md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Gest├úo Centralizada Via Gpo (Group Policy).md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Canais De Entrada (EmailChatTelegram).md' has no git logs, using current timestamp +#14 16.24 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Automa├º├Áes E Triggers.md' has no git logs, using current timestamp +#14 16.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Gest├úo De Grupos E Pap├®is (Roles).md' has no git logs, using current timestamp +#14 16.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Instala├º├úo E Deploy Zammad.md' has no git logs, using current timestamp +#14 16.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 1] Ciclo De Vida Do Ticket E Triagem.md' has no git logs, using current timestamp +#14 16.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Gest├úo De Slas E Escalonamentos.md' has no git logs, using current timestamp +#14 16.25 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Api E Integra├º├Áes.md' has no git logs, using current timestamp +#14 16.26 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Manuten├º├úo, Backup E Restore.md' has no git logs, using current timestamp +#14 16.26 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Planejamento De Infraestrutura E Sizing.md' has no git logs, using current timestamp +#14 16.28 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/index.md' has no git logs, using current timestamp +#14 16.30 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 1] Verifica├º├úo Di├íria De Jobs De Vm.md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 2] Restaura├º├úo De Arquivos Guest (WindowsLinux).md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 2] Instant Vm Recovery (Restaura├º├úo R├ípida).md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Backup E Restore Manual (Dump).md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 3] Cria├º├úo De Rotinas De Teste De Restore (Surebackup).md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Backup/[N├¡vel 3] Configura├º├úo De Reposit├│rios Imut├íveis (Hardened Linux).md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Diagn├│stico De Conectividade De Bancos De Dados.md' has no git logs, using current timestamp +#14 16.31 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Diagn├│stico de Conectividade e Status.md' has no git logs, using current timestamp +#14 16.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 1] Procedimento de Backup e Restore Manual.md' has no git logs, using current timestamp +#14 16.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Instala├º├úo e Configura├º├úo Base.md' has no git logs, using current timestamp +#14 16.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp +#14 16.32 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Instala├º├úo E Configura├º├úo Base De Bancos De Dados.md' has no git logs, using current timestamp +#14 16.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Gest├úo De Usu├írios E Permiss├Áes De Banco.md' has no git logs, using current timestamp +#14 16.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Manuten├º├úo Preventiva E Logs De Banco.md' has no git logs, using current timestamp +#14 16.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 2] Manuten├º├úo Preventiva e Logs.md' has no git logs, using current timestamp +#14 16.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 3] Arquitetura de Persist├¬ncia e Troubleshooting Avan├ºado.md' has no git logs, using current timestamp +#14 16.33 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Volumes_e_Persistencia_Docker.md' has no git logs, using current timestamp +#14 16.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 3] Tuning de Performance e Otimiza├º├úo.md' has no git logs, using current timestamp +#14 16.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Redes_e_Firewall_Docker.md' has no git logs, using current timestamp +#14 16.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Bancos De Dados/[N├¡vel 3] Tuning E Performance De Bancos De Dados.md' has no git logs, using current timestamp +#14 16.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 1] Deploy E Acesso Ao Portainer Ce.md' has no git logs, using current timestamp +#14 16.34 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 0] Docker Para Desenvolvedores E Ferramentas Port├íteis.md' has no git logs, using current timestamp +#14 16.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 1] Instala├º├úo E Configura├º├úo Do Docker E Compose (Linux).md' has no git logs, using current timestamp +#14 16.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 1] Gest├úo De Stacks No Portainer.md' has no git logs, using current timestamp +#14 16.35 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 2] Healthchecks E Scripts Automatizados No Docker.md' has no git logs, using current timestamp +#14 16.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_admin_senior_exchange.md' has no git logs, using current timestamp +#14 16.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 2] Volumes E Persist├¬ncia De Dados No Docker.md' has no git logs, using current timestamp +#14 16.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 2] Redes E Firewall No Docker.md' has no git logs, using current timestamp +#14 16.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_arquitetura_tecnica.md' has no git logs, using current timestamp +#14 16.36 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 3] Docker Swarm Inicializa├º├úo E Gerenciamento.md' has no git logs, using current timestamp +#14 16.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_exchange_server_official.md' has no git logs, using current timestamp +#14 16.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_usuario_webmail_outlook.md' has no git logs, using current timestamp +#14 16.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_operacoes_manutencao.md' has no git logs, using current timestamp +#14 16.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/[N├¡vel 3] Kubernetes Vis├úo Geral E Ferramentas B├ísicas.md' has no git logs, using current timestamp +#14 16.37 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_suporte_n1_exchange.md' has no git logs, using current timestamp +#14 16.38 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_service_desk_troubleshooting.md' has no git logs, using current timestamp +#14 16.38 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Acesso E Configura├º├úo De Webmail E Celular (Exchange).md' has no git logs, using current timestamp +#14 16.38 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Como Acessar e Configurar Webmail e Celular.md' has no git logs, using current timestamp +#14 16.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Cria├º├úo E Bloqueio De Usu├írios.md' has no git logs, using current timestamp +#14 16.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Diagnostico Basico - Usuario nao recebe e-mail.md' has no git logs, using current timestamp +#14 16.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Diagn├│stico De Recebimento.md' has no git logs, using current timestamp +#14 16.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Como Configurar Resposta Automatica de Ferias.md' has no git logs, using current timestamp +#14 16.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 0] Configura├º├úo De Resposta Autom├ítica De F├®rias (Webmail).md' has no git logs, using current timestamp +#14 16.39 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 1] Procedimento de Criacao e Bloqueio de Usuarios.md' has no git logs, using current timestamp +#14 16.40 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento De Cotas E Arquivamento (Exchange).md' has no git logs, using current timestamp +#14 16.40 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento De Quarentena M├│vel (Activesync).md' has no git logs, using current timestamp +#14 16.40 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento de Cotas e Arquivamento.md' has no git logs, using current timestamp +#14 16.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gestao de Permissoes (Full Access e Send As).md' has no git logs, using current timestamp +#14 16.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gerenciamento de Quarentena Movel (ActiveSync).md' has no git logs, using current timestamp +#14 16.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Acesso ao Servidor Windows Core e PowerShell.md' has no git logs, using current timestamp +#14 16.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Solucao de Problemas de Lista de Enderecos (OAB).md' has no git logs, using current timestamp +#14 16.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Solu├º├úo De Problemas De Lista De Endere├ºos (Oab).md' has no git logs, using current timestamp +#14 16.41 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Arquitetura Tecnica e Mapeamento de Servidores.md' has no git logs, using current timestamp +#14 16.42 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Auditoria Administrativa e Logs de Seguranca.md' has no git logs, using current timestamp +#14 16.42 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 2] Gest├úo De Permiss├Áes (Full Access E Send As).md' has no git logs, using current timestamp +#14 16.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Checklist de Manutencao Diaria e Semanal.md' has no git logs, using current timestamp +#14 16.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Gestao de Conectores e Roteamento de E-mail.md' has no git logs, using current timestamp +#14 16.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Relatorios Avancados e Manutencao.md' has no git logs, using current timestamp +#14 16.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_admin_senior_exchange.md' has no git logs, using current timestamp +#14 16.43 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_arquitetura_tecnica.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Renovacao de Certificado SSL e Integracao com IIS.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/exchange_server_official.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Disaster Recovery e Soft Restore.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/[N├¡vel 3] Referencia de Operacoes via PowerShell.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_operacoes_manutencao.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_service_desk_troubleshooting.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_usuario_webmail_outlook.md' has no git logs, using current timestamp +#14 16.44 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_suporte_n1_exchange.md' has no git logs, using current timestamp +#14 16.45 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Configura├º├úo de Rede e Firewall.md' has no git logs, using current timestamp +#14 16.45 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 1] Comandos Essenciais De Diagn├│stico E Navega├º├úo.md' has no git logs, using current timestamp +#14 16.45 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 1] Comandos Essenciais de Diagn├│stico.md' has no git logs, using current timestamp +#14 16.45 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gerenciamento De Pacotes E Atualiza├º├Áes.md' has no git logs, using current timestamp +#14 16.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gest├úo de Usu├írios e Permiss├Áes.md' has no git logs, using current timestamp +#14 16.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] An├ílise de Logs (Journalctl).md' has no git logs, using current timestamp +#14 16.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] Hardening De Servidor Linux.md' has no git logs, using current timestamp +#14 16.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] An├ílise De Logs (SystemdJournalctl).md' has no git logs, using current timestamp +#14 16.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] Scripting e Automa├º├úo Avan├ºada.md' has no git logs, using current timestamp +#14 16.46 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 2] Gerenciamento de Pacotes e Updates.md' has no git logs, using current timestamp +#14 16.47 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Linux/[N├¡vel 3] Hardening de Servidor.md' has no git logs, using current timestamp +#14 16.47 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Customiza├º├úo E Identidade Visual.md' has no git logs, using current timestamp +#14 16.47 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Firewall Rules E Nat.md' has no git logs, using current timestamp +#14 16.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Servi├ºo De Dns (ResolverForwarder).md' has no git logs, using current timestamp +#14 16.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Gerenciamento De Usu├írios E Ldap.md' has no git logs, using current timestamp +#14 16.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Instala├º├úo E Configura├º├úo Inicial.md' has no git logs, using current timestamp +#14 16.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Servi├ºo Dhcp E Reservas De Ip (Static Mapping).md' has no git logs, using current timestamp +#14 16.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Interfaces, Vlans E Lagg.md' has no git logs, using current timestamp +#14 16.49 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Vpn Road Warrior (Openvpn).md' has no git logs, using current timestamp +#14 16.49 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 2] Servi├ºo Tftp E Provisionamento.md' has no git logs, using current timestamp +#14 16.49 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Diagn├│stico Avan├ºado, Shell E Recovery.md' has no git logs, using current timestamp +#14 16.50 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Filtro De Conte├║do E Seguran├ºa (Pfblockerng).md' has no git logs, using current timestamp +#14 16.50 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Planejamento De Hardware E Sizing.md' has no git logs, using current timestamp +#14 16.50 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Vpn Site.md' has no git logs, using current timestamp +#14 16.50 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 2] Gest├úo De Users, Groups E Acls.md' has no git logs, using current timestamp +#14 16.50 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] IdsIps Com Suricata.md' has no git logs, using current timestamp +#14 16.51 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 1] Monitoramento de Sa├║de de Discos.md' has no git logs, using current timestamp +#14 16.51 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Rede E Seguranca/[N├¡vel 3] Multi.md' has no git logs, using current timestamp +#14 16.51 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 2] Snapshots E Replica├º├úo.md' has no git logs, using current timestamp +#14 16.51 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 3] Arquitetura ZFS e Planejamento.md' has no git logs, using current timestamp +#14 16.52 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Virtualizacao/[N├¡vel 1] Vis├úo Geral E Escopo.md' has no git logs, using current timestamp +#14 16.52 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 3] Configura├º├úo de iSCSI Target.md' has no git logs, using current timestamp +#14 16.52 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Monitoramento B├ísico De Alertas E Recursos.md' has no git logs, using current timestamp +#14 16.52 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Storage/[N├¡vel 3] Manuten├º├úo E Performance Zfs.md' has no git logs, using current timestamp +#14 16.52 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Opera├º├Áes De Energia Reiniciar E Desligar.md' has no git logs, using current timestamp +#14 16.53 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Verifica├º├úo B├ísica De Vm.md' has no git logs, using current timestamp +#14 16.53 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Networking E Storage Operacional.md' has no git logs, using current timestamp +#14 16.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Troubleshooting Intermedi├írio.md' has no git logs, using current timestamp +#14 16.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 1] Vis├úo Geral E Escopo.md' has no git logs, using current timestamp +#14 16.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Manuten├º├úo E Lifecycle (Ciclo De Vida).md' has no git logs, using current timestamp +#14 16.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Cli E Troubleshooting Avan├ºado (N├¡vel 3).md' has no git logs, using current timestamp +#14 16.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Disaster Recovery E Arquitetura.md' has no git logs, using current timestamp +#14 16.54 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 2] Gest├úo De Recursos Computa├º├úo E Migra├º├úo.md' has no git logs, using current timestamp +#14 16.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Networking Avan├ºado E Conceitos De Nsx.md' has no git logs, using current timestamp +#14 16.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes de Senha e Configura├º├úo Inicial (Post-Install).md' has no git logs, using current timestamp +#14 16.55 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Vmware/[N├¡vel 3] Storage Deep Dive.md' has no git logs, using current timestamp +#14 16.56 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 1] Cria├º├úo e Gest├úo do Ciclo de Vida de Usu├írios (AD).md' has no git logs, using current timestamp +#14 16.56 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Automa├º├úo e Relat├│rios com PowerShell.md' has no git logs, using current timestamp +#14 16.56 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Gest├úo Avan├ºada de DNS e DHCP.md' has no git logs, using current timestamp +#14 16.56 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 2] Padr├Áes De Senha E Configura├º├úo Inicial (Post.md' has no git logs, using current timestamp +#14 16.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Diagn├│stico de Replica├º├úo (DCDIAG).md' has no git logs, using current timestamp +#14 16.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Disaster Recovery e Continuidade de Neg├│cios (AD).md' has no git logs, using current timestamp +#14 16.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Gest├úo Centralizada via GPO.md' has no git logs, using current timestamp +#14 16.57 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Automa├º├Áes E Triggers.md' has no git logs, using current timestamp +#14 16.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Gest├úo De Grupos E Pap├®is (Roles).md' has no git logs, using current timestamp +#14 16.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Canais De Entrada (EmailChatTelegram).md' has no git logs, using current timestamp +#14 16.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Windows/[N├¡vel 3] Gest├úo Centralizada Via Gpo (Group Policy).md' has no git logs, using current timestamp +#14 16.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 1] Ciclo De Vida Do Ticket E Triagem.md' has no git logs, using current timestamp +#14 16.58 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Instala├º├úo E Deploy Zammad.md' has no git logs, using current timestamp +#14 16.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 2] Gest├úo De Slas E Escalonamentos.md' has no git logs, using current timestamp +#14 16.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Manuten├º├úo, Backup E Restore.md' has no git logs, using current timestamp +#14 16.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Api E Integra├º├Áes.md' has no git logs, using current timestamp +#14 16.59 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Zammad/[N├¡vel 3] Planejamento De Infraestrutura E Sizing.md' has no git logs, using current timestamp +#14 16.63 INFO - Doc file 'index.md' contains an unrecognized relative link './Agendamento/', it was left as is. +#14 16.63 INFO - Doc file 'index.md' contains an unrecognized relative link './Aplicativos/', it was left as is. +#14 16.63 INFO - Doc file 'index.md' contains an unrecognized relative link './Automacao/', it was left as is. +#14 16.63 INFO - Doc file 'index.md' contains an unrecognized relative link './Backup/', it was left as is. +#14 16.63 INFO - Doc file 'index.md' contains an unrecognized relative link './Bancos De Dados/', it was left as is. +#14 16.63 INFO - Doc file 'index.md' contains an unrecognized relative link './Certificados/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Colaboracao/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Conteineres/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Dev/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Diagnostico Rede/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Editores/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Endpoint/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Exchange/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Ferramentas/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Ftp/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Hardware/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Linux/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Microsoft/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Navegadores/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Powerbi/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Processos/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Rede E Seguranca/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Seguranca Email/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Storage/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Terminal/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Unifi/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Virtualizacao/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Vmware/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Web Servers/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Webmin/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Windows/', it was left as is. +#14 16.64 INFO - Doc file 'index.md' contains an unrecognized relative link './Zammad/', it was left as is. +#14 16.86 WARNING - Doc file 'Exchange/[N├¡vel 3] Acesso ao Servidor Windows Core e PowerShell.md' contains a link 'assets/sconfig_menu.png', but the target 'Exchange/assets/sconfig_menu.png' is not found among documentation files. +#14 17.01 WARNING - Doc file 'Rede E Seguranca/[N├¡vel 2] Vpn Road Warrior (Openvpn).md' contains a link 'assets/placeholder.png', but the target 'Rede E Seguranca/assets/placeholder.png' is not found among documentation files. +#14 17.03 WARNING - Doc file 'Rede E Seguranca/[N├¡vel 3] Filtro De Conte├║do E Seguran├ºa (Pfblockerng).md' contains a link 'assets/placeholder.png', but the target 'Rede E Seguranca/assets/placeholder.png' is not found among documentation files. +#14 17.03 WARNING - Doc file 'Rede E Seguranca/[N├¡vel 3] IdsIps Com Suricata.md' contains a link 'assets/placeholder.png', but the target 'Rede E Seguranca/assets/placeholder.png' is not found among documentation files. +#14 17.06 WARNING - Doc file 'Storage/[N├¡vel 1] Monitoramento de Sa├║de de Discos.md' contains a link 'assets/dashboard_alert.png', but the target 'Storage/assets/dashboard_alert.png' is not found among documentation files. +#14 17.06 WARNING - Doc file 'Storage/[N├¡vel 2] Gest├úo De Users, Groups E Acls.md' contains a link 'assets/dataset_acl.png', but the target 'Storage/assets/dataset_acl.png' is not found among documentation files. +#14 17.07 WARNING - Doc file 'Storage/[N├¡vel 2] Snapshots E Replica├º├úo.md' contains a link 'assets/replication_task.png', but the target 'Storage/assets/replication_task.png' is not found among documentation files. +#14 17.08 WARNING - Doc file 'Storage/[N├¡vel 3] Arquitetura ZFS e Planejamento.md' contains a link 'assets/zfs_architecture.png', but the target 'Storage/assets/zfs_architecture.png' is not found among documentation files. +#14 17.09 WARNING - Doc file 'Virtualizacao/[N├¡vel 1] Vis├úo Geral E Escopo.md' contains a link 'assets/proxmox_login.png', but the target 'Virtualizacao/assets/proxmox_login.png' is not found among documentation files. +#14 17.10 WARNING - Doc file 'Vmware/[N├¡vel 1] Verifica├º├úo B├ísica De Vm.md' contains a link 'assets/vcenter_summary.png', but the target 'Vmware/assets/vcenter_summary.png' is not found among documentation files. +#14 17.11 WARNING - Doc file 'Vmware/[N├¡vel 1] Vis├úo Geral E Escopo.md' contains a link 'assets/vsphere_login.png', but the target 'Vmware/assets/vsphere_login.png' is not found among documentation files. +#14 17.14 WARNING - Doc file 'Windows/[N├¡vel 1] Cria├º├úo e Gest├úo do Ciclo de Vida de Usu├írios (AD).md' contains a link 'assets/ad_new_user.png', but the target 'Windows/assets/ad_new_user.png' is not found among documentation files. +#14 17.17 WARNING - Doc file 'Zammad/[N├¡vel 1] Ciclo De Vida Do Ticket E Triagem.md' contains a link 'assets/zammad_ticket_creation.png', but the target 'Zammad/assets/zammad_ticket_creation.png' is not found among documentation files. +#14 17.17 WARNING - Doc file 'Zammad/[N├¡vel 1] Ciclo De Vida Do Ticket E Triagem.md' contains a link 'assets/zammad_ticket_merge.png', but the target 'Zammad/assets/zammad_ticket_merge.png' is not found among documentation files. +#14 17.18 WARNING - Doc file 'Zammad/[N├¡vel 2] Automa├º├Áes E Triggers.md' contains a link 'assets/zammad_trigger_setup.png', but the target 'Zammad/assets/zammad_trigger_setup.png' is not found among documentation files. +#14 17.18 WARNING - Doc file 'Zammad/[N├¡vel 2] Canais De Entrada (EmailChatTelegram).md' contains a link 'assets/zammad_telegram_integr.png', but the target 'Zammad/assets/zammad_telegram_integr.png' is not found among documentation files. +#14 17.19 WARNING - Doc file 'Zammad/[N├¡vel 2] Gest├úo De Grupos E Pap├®is (Roles).md' contains a link 'assets/zammad_create_group.png', but the target 'Zammad/assets/zammad_create_group.png' is not found among documentation files. +#14 17.19 WARNING - Doc file 'Zammad/[N├¡vel 2] Gest├úo De Slas E Escalonamentos.md' contains a link 'assets/zammad_calendar_setup.png', but the target 'Zammad/assets/zammad_calendar_setup.png' is not found among documentation files. +#14 17.20 WARNING - Doc file 'Zammad/[N├¡vel 2] Instala├º├úo E Deploy Zammad.md' contains a link 'assets/zammad_install_docker.png', but the target 'Zammad/assets/zammad_install_docker.png' is not found among documentation files. +#14 18.39 INFO - Documentation built in 2.57 seconds +#14 18.44 Copying manuals to build directory... +#14 18.44 Processing documentacao storage -> Storage +#14 18.44 Processing documentacao dev -> Dev +#14 18.44 Processing documentacao colaboracao -> Colaboracao +#14 18.44 Processing documentacao agendamento -> Agendamento +#14 18.44 Processing documentacao zammad -> Zammad +#14 18.44 Processing documentacao linux -> Linux +#14 18.44 Processing documentacao windows -> Windows +#14 18.44 Processing documentacao certificados -> Certificados +#14 18.44 Processing documentacao rede e seguranca -> Rede E Seguranca +#14 18.44 Processing documentacao terminal -> Terminal +#14 18.44 Processing documentacao bancos de dados -> Bancos De Dados +#14 18.44 Processing documentacao editores -> Editores +#14 18.44 Processing documentacao processos -> Processos +#14 18.44 Processing documentacao virtualizacao -> Virtualizacao +#14 18.44 Processing documentacao navegadores -> Navegadores +#14 18.44 Processing documentacao microsoft -> Microsoft +#14 18.44 Processing documentacao seguranca email -> Seguranca Email +#14 18.44 Processing documentacao vmware -> Vmware +#14 18.44 Processing documentacao hardware -> Hardware +#14 18.44 Processing documentacao ferramentas -> Ferramentas +#14 18.44 Processing documentacao automacao -> Automacao +#14 18.44 Processing documentacao web servers -> Web Servers +#14 18.44 Processing documentacao exchange -> Exchange +#14 18.44 Processing documentacao backup -> Backup +#14 18.44 Processing documentacao powerbi -> Powerbi +#14 18.44 Processing documentacao conteineres -> Conteineres +#14 18.44 Processing documentacao ftp -> Ftp +#14 18.44 Processing documentacao unifi -> Unifi +#14 18.44 Processing documentacao webmin -> Webmin +#14 18.44 Processing documentacao diagnostico rede -> Diagnostico Rede +#14 18.44 Processing documentacao aplicativos -> Aplicativos +#14 18.44 Processing documentacao endpoint -> Endpoint +#14 18.44 Copying root assets from /app/assets to /app/_site_src/docs/assets +#14 18.44 Creating index.md... +#14 18.44 Generating PDFs... +#14 18.44 Building MkDocs site... +#14 18.44 Build Complete! Site is in _site_src/site +#14 DONE 19.1s + +#7 [stage-1 1/2] FROM docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2 +#7 CACHED + +#15 [stage-1 2/2] COPY --from=builder /app/_site_src/site /usr/share/nginx/html +#15 DONE 0.6s + +#16 exporting to image +#16 exporting layers +#16 exporting layers 1.6s done +#16 exporting manifest sha256:3d7e8ff7c09fa6e0e9fc6adf4ca0ef0ea0129d72207136a9d378d644edeb0d8d 0.0s done +#16 exporting config sha256:0885d856ff7a6e21b6fa4c6ad200625882d9a24ca29c0652eb33c53f3acbc21d 0.0s done +#16 exporting attestation manifest sha256:c8ee61cbdcd25dc0fb244df11cdb61117d5703ca51bd0a3185606ddd322718c9 0.0s done +#16 exporting manifest list sha256:1aa4684788fef93ad3c9513075afcd4b349a55740d2b9659d3e5be30cb69750d +#16 exporting manifest list sha256:1aa4684788fef93ad3c9513075afcd4b349a55740d2b9659d3e5be30cb69750d 0.0s done +#16 naming to docker.io/library/docs-itguys:latest done +#16 unpacking to docker.io/library/docs-itguys:latest +#16 unpacking to docker.io/library/docs-itguys:latest 0.3s done +#16 DONE 2.2s + + 1 warning found (use docker --debug to expand): + - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) + +View build details: docker-desktop://dashboard/build/desktop-linux/desktop-linux/wsksju5lpa7a5srpp5y4ohbbl