mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #319] [MERGED] Add shop asset renderers (HTML + Markdown) and Website Maker documentation #285
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#285
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/319
Author: @AJaySi
Created: 2/4/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @AJaySi
Base:
main← Head:codex/update-product-asset-rendering-in-templates-y4ys5z📝 Commits (1)
dbb0cc1Add website maker implementation documentation📊 Changes
3 files changed (+286 additions, -0 deletions)
View changed files
➕
backend/api/onboarding_utils/website_automation_service.py(+51 -0)➕
backend/services/website_automation_service.py(+51 -0)➕
docs/website_maker/WEBSITE_MAKER_IMPLEMENTATION.md(+184 -0)📄 Description
Motivation
Description
WebsiteAutomationService._render_shop_assets_htmlinbackend/services/website_automation_service.pythat normalizes assets and emits escaped HTML with<figure>, linked<img>and optional<figcaption>for captions._render_shop_page,_render_product_assets_markdown, and_normalize_assetinbackend/api/onboarding_utils/website_automation_service.pyto produce onboarding page markdown with link bullets andembeds for each product asset."Product image", dict assets resolve URL fromurl|asset_url|image_url|image, alt fromalt|title|name, and caption fromcaption|label.docs/website_maker/WEBSITE_MAKER_IMPLEMENTATION.mdcontaining implementation details, examples, extension points, and suggested tests for future coverage.Testing
Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.