docker compose mit docusaurus build command

This commit is contained in:
Codex Agent
2025-11-20 13:15:43 +01:00
parent 7e5e39c866
commit e78830d8cc

View File

@@ -37,8 +37,8 @@ const config = {
include: ['**/*.md', '**/*.mdx'], include: ['**/*.md', '**/*.mdx'],
exclude: ['site/**', 'help/**', 'agents/**', 'content/**', 'archive/**', '**/_drafts/**'], exclude: ['site/**', 'help/**', 'agents/**', 'content/**', 'archive/**', '**/_drafts/**'],
editUrl: undefined, editUrl: undefined,
showLastUpdateAuthor: true, showLastUpdateAuthor: false,
showLastUpdateTime: true, showLastUpdateTime: false,
}, },
blog: false, blog: false,
pages: false, pages: false,