Add AI hosting integration guides for common CMS platforms#951
Merged
Add AI hosting integration guides for common CMS platforms#951
Conversation
Enhanced the Drupal AI provider tutorial by converting bullet-point instructions into flowing prose with additional context. Added detailed explanations for each configuration step, including where to obtain API keys, what each command does, and the purpose of each AI functionality. Improved readability while maintaining all technical accuracy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add documentation for using mittwald AI Hosting with WordPress (via AI Experiments plugin and mittwald AI provider) and Directus (via built-in OpenAI-compatible provider support in v11.15+). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add German translations for WordPress, Drupal, and Directus CMS integration guides. Update both English and German versions with explicit heading anchor IDs for stable linking. German translations use informal "du" form per documentation guidelines. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update shell commands in Drupal and WordPress guides to use shellsession code block type with user@ssh prompt to indicate commands should be run on the remote server. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add extra ../ to relative links since CMS guides are in a subdirectory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
092319b to
8a04bcb
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new AI Hosting documentation for CMS integrations (Drupal, WordPress, Directus) including German translations, and surfaces the new section in the UI/navigation via i18n updates.
Changes:
- Added new “CMS integrations” docs section under AI Hosting with guides for Directus, WordPress, and Drupal (EN + DE).
- Updated homepage/platform feature links and added corresponding i18n keys.
- Normalized many sidebar translation
descriptionstrings and added a new sidebar category label.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/components/HomepageFeatures/PlatformFeature.tsx | Adds translated links to AI Hosting intro + new CMS integrations page. |
| i18n/en/docusaurus-plugin-content-docs/version-v1.json | Tweaks translation metadata descriptions for sidebar categories. |
| i18n/en/docusaurus-plugin-content-docs/current.json | Adds sidebar category label for CMS integrations + metadata description normalization. |
| i18n/en/code.json | Adds new homepage link label strings + external-link aria label. |
| i18n/de/docusaurus-plugin-content-docs/version-v1.json | Tweaks translation metadata descriptions for sidebar categories. |
| i18n/de/docusaurus-plugin-content-docs/current/platform/aihosting/60-cms/index.mdx | Adds German CMS integrations index page with DocCardList. |
| i18n/de/docusaurus-plugin-content-docs/current/platform/aihosting/60-cms/40-directus.mdx | Adds German Directus AI Hosting integration guide. |
| i18n/de/docusaurus-plugin-content-docs/current/platform/aihosting/60-cms/30-wordpress.mdx | Adds German WordPress AI Experiments + provider guide. |
| i18n/de/docusaurus-plugin-content-docs/current/platform/aihosting/60-cms/20-drupal.mdx | Adds German Drupal AI provider guide. |
| i18n/de/docusaurus-plugin-content-docs/current.json | Adds sidebar category label for CMS integrations + metadata description normalization. |
| i18n/de/code.json | Adds new homepage link labels; adds external-link aria label (currently not localized). |
| docs/platform/aihosting/60-cms/index.mdx | Adds English CMS integrations index page with DocCardList. |
| docs/platform/aihosting/60-cms/category.yml | Adds sidebar category config + link to index doc (id currently looks inconsistent with file path). |
| docs/platform/aihosting/60-cms/40-directus.mdx | Adds English Directus AI Hosting integration guide. |
| docs/platform/aihosting/60-cms/30-wordpress.mdx | Adds English WordPress AI Experiments + provider guide. |
| docs/platform/aihosting/60-cms/20-drupal.mdx | Adds English Drupal AI provider guide. |
| docs/guides/apps/gitlab.md | Adds a new GitLab container deployment guide. |
| "description": "The label for category 'Examples' in sidebar 'platformSidebar'" | ||
| }, | ||
| "sidebar.platformSidebar.category.CMS integrations": { | ||
| "message": "CMS integrations", |
There was a problem hiding this comment.
The German sidebar label is still English (CMS integrations). Please translate this message (e.g., CMS-Integrationen) to keep DE navigation consistent.
Suggested change
| "message": "CMS integrations", | |
| "message": "CMS-Integrationen", |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lars Bergmann <lars@bergmann82.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🤖 Generated with Claude Code