docs: rebrand Certifai → Prüfwerk (user-facing name) (#243)
CI / Check (push) Skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Skipped
CI / Deploy Dashboard (push) Skipped
CI / Deploy MCP (push) Skipped
CI / Deploy Docs (push) Successful in 1m13s

This commit was merged in pull request #243.
This commit is contained in:
2026-09-02 08:00:12 +00:00
parent e0c54c4659
commit 710fdcab6f
15 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
import { withMermaid } from 'vitepress-plugin-mermaid'
export default withMermaid(defineConfig({
title: 'Certifai',
title: 'Prüfwerk',
description: 'AI-powered security compliance scanning platform',
ignoreDeadLinks: [
/localhost/,
@@ -54,7 +54,7 @@ export default withMermaid(defineConfig({
{ icon: 'github', link: 'https://gitea.meghsakha.com/sharang/compliance-scanner-agent' },
],
footer: {
message: 'Certifai Documentation',
message: 'Prüfwerk Documentation',
},
},
mermaid: {},