Skip to main content

Content Management

Infowebplus uses Sanity.io as a headless CMS for content management.

Sanity Studio

Access the Sanity Studio at /studio or the deployed Studio URL.

Content Types

  • Hero - Hero section content
  • Service - Service listings
  • Testimonial - Client testimonials
  • About - About page content
  • Site Settings - Global settings
  • Quote Settings - Quote calculator configuration

Content Workflow

  1. Create/Edit content in Sanity Studio
  2. Publish changes
  3. Cache invalidation (automatic via webhook)
  4. Content appears on the website

Cache Management

Automatic Invalidation

Sanity webhooks automatically clear cache when content is published.

Manual Invalidation

Use Sanity Studio actions to manually clear cache:

  • Clear all cache
  • Clear cache for specific content type
  • Trigger redeployment

See Sanity Cache Actions for details.

GraphQL API

Sanity provides a GraphQL API for querying content:

https://[project-id].api.sanity.io/v2024-01-01/graphql/[dataset]/default

Next Steps