optimizely-content-cloud
Installation
SKILL.md
Optimizely Content Cloud
Overview
This skill covers Optimizely Content Cloud (DXP) patterns including the Content Delivery API, headless architecture, and cloud-specific configurations.
Content Delivery API
Configuration
// Program.cs
builder.Services.AddContentDeliveryApi(options =>
{
options.SiteDefinitionApiEnabled = false; // Disable in production
});