From bd83140c9e66882cbd23894890141d7565f2a416 Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Mon, 19 Aug 2024 23:19:26 -0700 Subject: [PATCH] Remove sudokrew references --- docs/technical-decision-log/purpose.md | 2 +- docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/technical-decision-log/purpose.md b/docs/technical-decision-log/purpose.md index e0b5ce0..bf4125c 100644 --- a/docs/technical-decision-log/purpose.md +++ b/docs/technical-decision-log/purpose.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Purpose -In order to provide transparency and clarity around the technical decisions we (Sudokrew) have made, we wanted to provide a technical decision justification for the chosen technologies and frameworks of RADFish. +In order to provide transparency and clarity around the technical decisions we have made, we wanted to provide a technical decision justification for the chosen technologies and frameworks of RADFish. Each technology and framework selected for RADFish aims to create a cohesive, efficient, and compliant environment for developing NOAA's frontend applications. The choices reflect a balance between ease of use, compliance with federal standards, and the unique operational requirements of NOAA applications, such as offline functionality and support across a myriad of devices. The chosen stack is designed to optimize developer productivity, application performance, and user experience within the context of NOAA fishery reporting programs. diff --git a/docusaurus.config.js b/docusaurus.config.js index 87ab262..564c573 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -75,7 +75,7 @@ const config = { footer: { style: "dark", links: [], - copyright: `Copyright © ${new Date().getFullYear()} RADFish. Built with love by Sudokrew.`, + copyright: `Copyright © ${new Date().getFullYear()} RADFish.`, }, prism: { theme: prismThemes.github,