samvera / samvera.org

Static built NextJS web app for samvera.org
https://samvera.org
1 stars 1 forks source link

Wire up Service Providers data to Contentful CMS #114

Closed adamjarling closed 9 months ago

adamjarling commented 9 months ago

What does this do?

Connects data from Contentful to the Service Providers page. First example of pulling in data outside of Markdown. Reminder the data coming from Contentful is raw, unstyled data, which allows our UI to display it with much more control than parsed Markdown.

In this scenario, the primary content of the page (located at the top) is still pulled from a local Markdown file (markdown/the-community/service-providers.md), but the repeatable data is now stored and coming from Contentful.

Before

image

After

image