Sanity: Serialize custom objects with .NET

by Magnus Sigvartsen

Sanity.io is a headless CMS. Since a headless CMS acts as an API for our raw data, it makes it easy to distribute the data to multiple channels such as mobile, web and wearables.…

Sanity: Serializing custom annotations in .NET

by Magnus Sigvartsen

Knut from Sanity has a guide on how to create internal and external links in Sanity [https://www.sanity.io/guides/portable-text-internal-and-external-links] Studio. He also shows how you can render these links in your front end. Unfortunately, he does not show how you can do it using .NET. After digging…

Deploy Sanity Studio with Azure DevOps

by Bjarte Aune Olsen

Sanity.io is a headless CMS, which means the editor interface is very loosely coupled with the website or interface that is displaying the content to the end user. The editor interface for Sanity.io is called Sanity Studio and in most scenarios you will want to deploy this as…