From 4c81e4f17ddea1b06a62cc10de95718fdc7934e3 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Wed, 7 Feb 2024 16:28:53 -0500 Subject: [PATCH] update figure caption --- blog/project-portal-completed.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/project-portal-completed.md b/blog/project-portal-completed.md index ad9dcd57..4bad4115 100644 --- a/blog/project-portal-completed.md +++ b/blog/project-portal-completed.md @@ -52,8 +52,10 @@ Over the course of 2022 we rebuilt the sites from the ground up, using much of t * A plugin to handle loading data from Airtable, and * A plugin to handle saving and loading data using [Netlify CMS](https://www.netlifycms.org/). +
![Data Flow diagram of the portal, showing how data stored in the GitHub repository are loaded by the CMS plugin into the GatsbyJS Data Layer, from where the theme plugin builds the deployed site. This all happens using GatsbyJS, running on Netlify.](/content/images/blog/project-portal-completed/data-flow.png) - +
Data flow of the portal from storage on GitHub to the deployed site.
+
At the end of 2022, after testing our new implementation, we redeployed the websites in a [“Big Bang”](https://en.wikipedia.org/wiki/Big_bang_adoption), switching from the old Airtable setup to the new Netlify CMS setup with only a few minutes of downtime.