docs: remove AI-generated images - #47
Conversation
- Remove 4 AI-generated security concept diagrams (~19MB PNGs) - Remove 18 AI-generated use-cases cover images - Replace image references with HTML comment placeholders - Remove cover image references from frontmatter - Security diagrams will be replaced with SVG versions - Use-cases covers will be replaced with real screenshots or SVG
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1e382e827d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| description: 使用 AI 文书智能体整理思路、生成大纲、起草项目报告和方案文档。 | ||
| keywords: [文档写作, AI 文书, 报告, 写作助手, 内容创作] | ||
| image: /img/use-cases/covers/cover-document-writing.jpg | ||
| --- |
There was a problem hiding this comment.
Remove localized cover image references
When removing the cover image: frontmatter here and deleting the shared static/img/use-cases/covers/*.jpg assets, also clear the matching localized frontmatter: git grep "image: /img/use-cases/covers" ad839b0 -- i18n/en/docusaurus-plugin-content-docs/current/03-use-cases still finds all 18 English use-case pages pointing at those deleted files. Because Docusaurus serves one shared static directory for both locales, the English pages will still emit/social-preview URLs such as /img/use-cases/covers/cover-document-writing.jpg that now 404, even though the zh pages were cleaned up.
Useful? React with 👍 / 👎.
|
撤回:Security 章节 4 张概念图经实际审查质量良好,不应删除。后续仅需优化文件体积。 |
…sions (#48) docs(settings): localize English SVG diagrams and use relative paths Replaces previously reverted AI-generated settings screenshots with clean SVG diagrams (dark theme, consistent with repo style). Each appearance, language, and permissions page now has a ZH and EN SVG variant. - Add settings-appearance.svg (theme selector + glassmorphism preview) - Add settings-language.svg (language dropdown + info box) - Add settings-permissions.svg (permission list with status indicators) - Reference ZH SVGs from ZH markdown via absolute /img/... (default locale) - Reference EN SVGs from EN markdown via relative ./img/... so Docusaurus picks up the i18n/en/.../img/ copies with localized text Closes #47 (replaces prior screenshot PR that was reverted for unverifiable source).
Remove AI-generated security diagrams and use-cases cover images, replace with placeholders.