diff --git a/.gemini/stylesheets/extra.css b/.gemini/stylesheets/extra.css
index be8d404..e5eded8 100644
--- a/.gemini/stylesheets/extra.css
+++ b/.gemini/stylesheets/extra.css
@@ -1,6 +1,6 @@
-/* iT Guys Premium Documentation Style v10 (Text Visibility Nuke) */
+/* iT Guys Premium Documentation Style v11 (Fix Text Mixing) */
-/* ROOT VARIABLES - iT Guys Official Colors */
+/* ROOT VARIABLES */
:root {
--md-primary-fg-color: #1478cf;
--md-primary-fg-color--light: #4ea5f5;
@@ -10,7 +10,7 @@
--header-height: 48px;
}
-/* HEADER LAYOUT - Compact & Absolute Centering */
+/* HEADER LAYOUT */
@media screen and (min-width: 60em) {
/* Force Header Height */
.md-header {
@@ -96,11 +96,22 @@
}
/*
- CRITICAL FIX: SEARCH TEXT COLOR
- Using high specificity and :focus-within to guarantee Black text
- when the search bar is active/typed in.
+ CRITICAL FIX 1: HIDE GHOST SUGGESTION
+ The "shadow text" behind the input was overlapping with typed text.
+ We remove it completely to prevent "mixing" visual artifacts.
*/
- /* Default state (Inactive) - White text */
+ .md-search__suggest {
+ display: none !important;
+ opacity: 0 !important;
+ width: 0 !important;
+ height: 0 !important;
+ }
+
+ /*
+ CRITICAL FIX 2: SOLID INPUT BACKGROUND
+ When active, input gets solid white background to cover anything acting weird.
+ */
+ /* Default (Inactive) */
.md-search__input {
background: transparent !important;
height: 100% !important;
@@ -108,29 +119,26 @@
font-size: 0.9rem !important;
color: #fff !important;
}
-
- /* Styling for Placeholder (Inactive) */
.md-search__input::placeholder {
color: rgba(255, 255, 255, 0.7) !important;
}
- /* ACTIVE STATE - BLACK TEXT */
+ /* Active (Black Text) */
.md-search__inner.md-search__inner--active .md-search__input,
.md-search__form:focus-within .md-search__input,
- .md-search__input:focus,
- .md-search__input:valid {
+ .md-search__input:focus {
color: #000000 !important;
opacity: 1 !important;
text-shadow: none !important;
+ background-color: #fff !important; /* Force solid background just in case */
}
- /* Active Placeholder */
.md-search__inner--active .md-search__input::placeholder,
.md-search__input:focus::placeholder {
color: #888888 !important;
}
- /* Icon Alignment & Colors */
+ /* Icon Alignment */
.md-search__icon {
height: 36px !important;
width: 40px !important;
diff --git a/build_log_ui_v10.txt b/build_log_ui_v10.txt
new file mode 100644
index 0000000..c5fc4c9
--- /dev/null
+++ b/build_log_ui_v10.txt
@@ -0,0 +1,481 @@
+#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.0s
+
+#2 [auth] library/python:pull token for registry-1.docker.io
+#2 DONE 0.0s
+
+#3 [auth] library/nginx:pull token for registry-1.docker.io
+#3 DONE 0.0s
+
+#4 [internal] load metadata for docker.io/library/nginx:alpine
+#4 DONE 1.1s
+
+#5 [internal] load metadata for docker.io/library/python:3.11-slim
+#5 DONE 1.1s
+
+#6 [internal] load .dockerignore
+#6 transferring context: 104B done
+#6 DONE 0.0s
+
+#7 [stage-1 1/2] FROM docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2
+#7 resolve docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2 0.0s done
+#7 DONE 0.0s
+
+#8 [builder 1/8] FROM docker.io/library/python:3.11-slim@sha256:5be45dbade29bebd6886af6b438fd7e0b4eb7b611f39ba62b430263f82de36d2
+#8 resolve docker.io/library/python:3.11-slim@sha256:5be45dbade29bebd6886af6b438fd7e0b4eb7b611f39ba62b430263f82de36d2 0.0s done
+#8 DONE 0.0s
+
+#9 [internal] load build context
+#9 transferring context: 257.59kB 0.1s done
+#9 DONE 0.1s
+
+#10 [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/*
+#10 CACHED
+
+#11 [builder 3/8] WORKDIR /app
+#11 CACHED
+
+#12 [builder 4/8] COPY requirements.txt .
+#12 CACHED
+
+#13 [builder 5/8] RUN pip install --no-cache-dir -r requirements.txt
+#13 CACHED
+
+#14 [builder 6/8] RUN git config --global --add safe.directory /app
+#14 CACHED
+
+#15 [builder 7/8] COPY . .
+#15 DONE 0.4s
+
+#16 [builder 8/8] RUN python .gemini/build_site.py
+#16 0.909 Found 132 manuals to convert.
+#16 1.335 Could not get image data from src attribute: /app/_site_src/docs/Windows/assets/ad_new_user.png
+#16 1.335 '
'
+#16 2.639 Could not get image data from src attribute: /app/_site_src/docs/Exchange/assets/sconfig_menu.png
+#16 2.639 '
'
+#16 9.087 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png
+#16 9.087 '
'
+#16 11.23 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png
+#16 11.23 '
'
+#16 11.34 Could not get image data from src attribute: /app/_site_src/docs/Rede E Seguranca/assets/placeholder.png
+#16 11.34 '
'
+#16 12.34 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_install_docker.png
+#16 12.34 '
'
+#16 12.42 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_create_group.png
+#16 12.42 '
'
+#16 12.59 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_telegram_integr.png
+#16 12.59 '
'
+#16 12.66 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_calendar_setup.png
+#16 12.66 '
'
+#16 12.82 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_ticket_creation.png
+#16 12.82 '
'
+#16 12.83 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_ticket_merge.png
+#16 12.83 '
'
+#16 12.91 Could not get image data from src attribute: /app/_site_src/docs/Zammad/assets/zammad_trigger_setup.png
+#16 12.91 '
'
+#16 13.87 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/replication_task.png
+#16 13.87 '
'
+#16 13.96 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/zfs_architecture.png
+#16 13.96 '
'
+#16 14.10 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/dataset_acl.png
+#16 14.10 '
'
+#16 14.19 Could not get image data from src attribute: /app/_site_src/docs/Storage/assets/dashboard_alert.png
+#16 14.19 '
'
+#16 14.44 Could not get image data from src attribute: /app/_site_src/docs/Virtualizacao/assets/proxmox_login.png
+#16 14.44 '
'
+#16 14.69 Could not get image data from src attribute: /app/_site_src/docs/Vmware/assets/vcenter_summary.png
+#16 14.69 '
'
+#16 15.03 Could not get image data from src attribute: /app/_site_src/docs/Vmware/assets/vsphere_login.png
+#16 15.03 '
'
+#16 15.06 Processing [N├¡vel 1] Vis├úo Geral E Escopo.md ÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöüÔöü 100%
+#16 15.07 Ôò¡ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇ Summary ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔò«
+#16 15.07 Ôöé Batch Complete. Ôöé
+#16 15.07 Ôöé Success: 132 Ôöé
+#16 15.07 Ôöé Errors: 0 Ôöé
+#16 15.07 Ôò░ÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔöÇÔò»
+#16 15.48 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs' has no git logs, using current timestamp
+#16 15.48 INFO - Cleaning site directory
+#16 15.48 INFO - Building documentation to directory: /app/_site_src/site
+#16 15.61 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/index.md' has no git logs, using current timestamp
+#16 15.62 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
+#16 15.62 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
+#16 15.62 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
+#16 15.62 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
+#16 15.62 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
+#16 15.63 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
+#16 15.64 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
+#16 15.64 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
+#16 15.64 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
+#16 15.65 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
+#16 15.65 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
+#16 15.65 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
+#16 15.65 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
+#16 15.65 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
+#16 15.66 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
+#16 15.66 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
+#16 15.67 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
+#16 15.67 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Volumes_e_Persistencia_Docker.md' has no git logs, using current timestamp
+#16 15.67 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
+#16 15.67 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Redes_e_Firewall_Docker.md' has no git logs, using current timestamp
+#16 15.67 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
+#16 15.67 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
+#16 15.68 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
+#16 15.68 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
+#16 15.69 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
+#16 15.70 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
+#16 15.70 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_exchange_server_official.md' has no git logs, using current timestamp
+#16 15.70 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
+#16 15.70 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
+#16 15.70 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
+#16 15.70 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_arquitetura_tecnica.md' has no git logs, using current timestamp
+#16 15.71 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_operacoes_manutencao.md' has no git logs, using current timestamp
+#16 15.71 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
+#16 15.71 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
+#16 15.71 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
+#16 15.72 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
+#16 15.72 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
+#16 15.72 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
+#16 15.73 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
+#16 15.73 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
+#16 15.73 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
+#16 15.74 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
+#16 15.74 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
+#16 15.74 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
+#16 15.74 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
+#16 15.74 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
+#16 15.74 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
+#16 15.75 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
+#16 15.75 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
+#16 15.75 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
+#16 15.75 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
+#16 15.76 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
+#16 15.76 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
+#16 15.76 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
+#16 15.76 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
+#16 15.77 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
+#16 15.77 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_admin_senior_exchange.md' has no git logs, using current timestamp
+#16 15.77 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
+#16 15.77 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/exchange_server_official.md' has no git logs, using current timestamp
+#16 15.77 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
+#16 15.78 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
+#16 15.78 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
+#16 15.78 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
+#16 15.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_operacoes_manutencao.md' has no git logs, using current timestamp
+#16 15.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_arquitetura_tecnica.md' has no git logs, using current timestamp
+#16 15.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_usuario_webmail_outlook.md' has no git logs, using current timestamp
+#16 15.78 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_service_desk_troubleshooting.md' has no git logs, using current timestamp
+#16 15.79 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_suporte_n1_exchange.md' has no git logs, using current timestamp
+#16 15.80 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
+#16 15.80 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
+#16 15.80 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
+#16 15.80 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
+#16 15.81 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
+#16 15.81 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
+#16 15.81 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
+#16 15.81 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
+#16 15.82 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
+#16 15.82 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
+#16 15.82 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
+#16 15.82 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
+#16 15.83 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
+#16 15.83 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
+#16 15.83 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
+#16 15.83 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
+#16 15.83 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
+#16 15.84 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
+#16 15.84 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
+#16 15.84 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
+#16 15.85 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
+#16 15.85 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
+#16 15.85 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
+#16 15.85 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
+#16 15.85 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
+#16 15.86 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
+#16 15.86 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
+#16 15.86 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
+#16 15.86 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
+#16 15.86 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
+#16 15.86 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
+#16 15.87 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
+#16 15.87 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
+#16 15.87 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
+#16 15.88 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
+#16 15.88 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
+#16 15.88 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
+#16 15.88 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
+#16 15.89 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
+#16 15.89 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
+#16 15.89 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
+#16 15.89 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
+#16 15.90 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
+#16 15.90 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
+#16 15.90 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
+#16 15.90 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
+#16 15.90 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
+#16 15.91 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
+#16 15.91 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
+#16 15.91 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
+#16 15.92 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
+#16 15.92 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
+#16 15.92 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
+#16 15.92 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
+#16 15.92 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
+#16 15.92 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
+#16 15.93 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
+#16 15.93 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
+#16 15.93 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
+#16 15.94 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
+#16 15.94 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
+#16 15.94 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
+#16 15.94 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
+#16 15.97 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/index.md' has no git logs, using current timestamp
+#16 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
+#16 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
+#16 15.98 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
+#16 15.99 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
+#16 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
+#16 15.99 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
+#16 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
+#16 15.99 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
+#16 16.00 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
+#16 16.00 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
+#16 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
+#16 16.00 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
+#16 16.00 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
+#16 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
+#16 16.01 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
+#16 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
+#16 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
+#16 16.01 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Conteineres/Redes_e_Firewall_Docker.md' has no git logs, using current timestamp
+#16 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
+#16 16.02 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
+#16 16.03 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
+#16 16.03 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
+#16 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
+#16 16.03 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
+#16 16.03 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
+#16 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
+#16 16.04 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_exchange_server_official.md' has no git logs, using current timestamp
+#16 16.04 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
+#16 16.04 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
+#16 16.04 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
+#16 16.04 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_arquitetura_tecnica.md' has no git logs, using current timestamp
+#16 16.04 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/Z_legado_manual_operacoes_manutencao.md' has no git logs, using current timestamp
+#16 16.05 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
+#16 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
+#16 16.06 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
+#16 16.06 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
+#16 16.06 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
+#16 16.06 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
+#16 16.06 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
+#16 16.06 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
+#16 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
+#16 16.07 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
+#16 16.07 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
+#16 16.07 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
+#16 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
+#16 16.08 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
+#16 16.08 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
+#16 16.08 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
+#16 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
+#16 16.09 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
+#16 16.09 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
+#16 16.09 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
+#16 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
+#16 16.10 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
+#16 16.10 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
+#16 16.10 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
+#16 16.10 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
+#16 16.11 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
+#16 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/exchange_server_official.md' has no git logs, using current timestamp
+#16 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_admin_senior_exchange.md' has no git logs, using current timestamp
+#16 16.11 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
+#16 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_arquitetura_tecnica.md' has no git logs, using current timestamp
+#16 16.11 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_operacoes_manutencao.md' has no git logs, using current timestamp
+#16 16.11 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
+#16 16.11 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
+#16 16.12 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_service_desk_troubleshooting.md' has no git logs, using current timestamp
+#16 16.12 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_usuario_webmail_outlook.md' has no git logs, using current timestamp
+#16 16.12 WARNING - [git-revision-date-localized-plugin] '/app/_site_src/docs/Exchange/manual_suporte_n1_exchange.md' has no git logs, using current timestamp
+#16 16.13 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
+#16 16.13 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
+#16 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
+#16 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
+#16 16.14 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
+#16 16.14 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
+#16 16.14 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
+#16 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
+#16 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
+#16 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
+#16 16.15 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
+#16 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
+#16 16.16 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
+#16 16.16 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
+#16 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
+#16 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
+#16 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
+#16 16.17 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
+#16 16.17 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
+#16 16.17 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
+#16 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
+#16 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
+#16 16.18 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
+#16 16.18 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
+#16 16.18 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
+#16 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
+#16 16.19 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
+#16 16.19 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
+#16 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
+#16 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
+#16 16.20 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
+#16 16.20 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
+#16 16.21 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
+#16 16.21 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
+#16 16.21 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
+#16 16.21 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
+#16 16.21 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
+#16 16.22 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
+#16 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
+#16 16.22 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
+#16 16.23 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
+#16 16.23 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
+#16 16.23 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
+#16 16.23 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
+#16 16.24 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
+#16 16.24 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
+#16 16.24 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
+#16 16.24 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
+#16 16.25 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
+#16 16.25 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
+#16 16.25 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
+#16 16.25 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
+#16 16.25 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
+#16 16.26 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
+#16 16.26 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
+#16 16.26 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
+#16 16.26 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
+#16 16.26 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
+#16 16.26 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
+#16 16.27 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
+#16 16.27 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
+#16 16.27 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
+#16 16.27 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
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Agendamento/', it was left as is.
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Aplicativos/', it was left as is.
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Automacao/', it was left as is.
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Backup/', it was left as is.
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Bancos De Dados/', it was left as is.
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Certificados/', it was left as is.
+#16 16.31 INFO - Doc file 'index.md' contains an unrecognized relative link './Colaboracao/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Conteineres/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Dev/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Diagnostico Rede/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Editores/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Endpoint/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Exchange/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Ferramentas/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Ftp/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Hardware/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Linux/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Microsoft/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Navegadores/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Powerbi/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Processos/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Rede E Seguranca/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Seguranca Email/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Storage/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Terminal/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Unifi/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Virtualizacao/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Vmware/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Web Servers/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Webmin/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Windows/', it was left as is.
+#16 16.32 INFO - Doc file 'index.md' contains an unrecognized relative link './Zammad/', it was left as is.
+#16 16.54 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.
+#16 16.69 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.
+#16 16.70 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.
+#16 16.71 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.
+#16 16.73 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.
+#16 16.74 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.
+#16 16.74 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.
+#16 16.75 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.
+#16 16.77 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.
+#16 16.78 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.
+#16 16.78 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.
+#16 16.81 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.
+#16 16.84 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.
+#16 16.84 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.
+#16 16.85 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.
+#16 16.85 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.
+#16 16.86 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.
+#16 16.87 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.
+#16 16.87 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.
+#16 18.13 INFO - Documentation built in 2.69 seconds
+#16 18.20 Copying manuals to build directory...
+#16 18.20 Processing documentacao storage -> Storage
+#16 18.20 Processing documentacao dev -> Dev
+#16 18.20 Processing documentacao colaboracao -> Colaboracao
+#16 18.20 Processing documentacao agendamento -> Agendamento
+#16 18.20 Processing documentacao zammad -> Zammad
+#16 18.20 Processing documentacao linux -> Linux
+#16 18.20 Processing documentacao windows -> Windows
+#16 18.20 Processing documentacao certificados -> Certificados
+#16 18.20 Processing documentacao rede e seguranca -> Rede E Seguranca
+#16 18.20 Processing documentacao terminal -> Terminal
+#16 18.20 Processing documentacao bancos de dados -> Bancos De Dados
+#16 18.20 Processing documentacao editores -> Editores
+#16 18.20 Processing documentacao processos -> Processos
+#16 18.20 Processing documentacao virtualizacao -> Virtualizacao
+#16 18.20 Processing documentacao navegadores -> Navegadores
+#16 18.20 Processing documentacao microsoft -> Microsoft
+#16 18.20 Processing documentacao seguranca email -> Seguranca Email
+#16 18.20 Processing documentacao vmware -> Vmware
+#16 18.20 Processing documentacao hardware -> Hardware
+#16 18.20 Processing documentacao ferramentas -> Ferramentas
+#16 18.20 Processing documentacao automacao -> Automacao
+#16 18.20 Processing documentacao web servers -> Web Servers
+#16 18.20 Processing documentacao exchange -> Exchange
+#16 18.20 Processing documentacao backup -> Backup
+#16 18.20 Processing documentacao powerbi -> Powerbi
+#16 18.20 Processing documentacao conteineres -> Conteineres
+#16 18.20 Processing documentacao ftp -> Ftp
+#16 18.20 Processing documentacao unifi -> Unifi
+#16 18.20 Processing documentacao webmin -> Webmin
+#16 18.20 Processing documentacao diagnostico rede -> Diagnostico Rede
+#16 18.20 Processing documentacao aplicativos -> Aplicativos
+#16 18.20 Processing documentacao endpoint -> Endpoint
+#16 18.20 Copying root assets from /app/assets to /app/_site_src/docs/assets
+#16 18.20 Creating index.md...
+#16 18.20 Generating PDFs...
+#16 18.20 Building MkDocs site...
+#16 18.20 Build Complete! Site is in _site_src/site
+#16 DONE 18.3s
+
+#7 [stage-1 1/2] FROM docker.io/library/nginx:alpine@sha256:4870c12cd2ca986de501a804b4f506ad3875a0b1874940ba0a2c7f763f1855b2
+#7 CACHED
+
+#17 [stage-1 2/2] COPY --from=builder /app/_site_src/site /usr/share/nginx/html
+#17 DONE 0.2s
+
+#18 exporting to image
+#18 exporting layers
+#18 exporting layers 1.5s done
+#18 exporting manifest sha256:66035562b710a0b126804a366ae7f915af0be37ac1b07ea19cecbdf7e4b72d74 0.0s done
+#18 exporting config sha256:a24cfd79ef65b51cd00b52c5ddad2b3fc1600c1022fd5954b8206f8fe5c19e89 0.0s done
+#18 exporting attestation manifest sha256:18bb006a4301d968dc19709c6c67ede93ca9412e2bd8bfe435ea1e8d1090016c 0.0s done
+#18 exporting manifest list sha256:cbb6febaf0cc9d5a4089be220d04fb4f47718b0719acad03547f6497a1bbf6ec 0.0s done
+#18 naming to docker.io/library/docs-itguys:latest
+#18 naming to docker.io/library/docs-itguys:latest done
+#18 unpacking to docker.io/library/docs-itguys:latest
+#18 unpacking to docker.io/library/docs-itguys:latest 0.3s done
+#18 DONE 2.0s
+
+ 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/f6gdb4m10dck05ms67mrj64g4