Skip to content

Commit

Permalink
Additional migration clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jshoughtaling committed Apr 5, 2024
1 parent 2e83f4e commit 680bbc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 35 deletions.
20 changes: 0 additions & 20 deletions sop-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,6 @@ const config = {
src: 'img/chorus-ai.png',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
type: 'search',
position: 'right',
},
{
href: 'https://github.com/chorus-ai/data_acq_SOP',
label: 'GitHub',
Expand All @@ -136,15 +125,6 @@ const config = {
footer: {
style: 'dark',
links: [
{
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
},
],
},
{
title: 'Community',
items: [
Expand Down
28 changes: 14 additions & 14 deletions sop-website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
} */
:root {
--ifm-color-primary: #2f2e85;
--ifm-color-primary-dark: #2a2978;
--ifm-color-primary-darker: #282771;
--ifm-color-primary-darkest: #21205d;
--ifm-color-primary-light: #343392;
--ifm-color-primary-lighter: #363599;
--ifm-color-primary-lightest: #3d3cad;
--ifm-color-primary: #880808;
--ifm-color-primary-dark: #880808;
--ifm-color-primary-darker: #880808;
--ifm-color-primary-darkest: #880808;
--ifm-color-primary-light: #880808;
--ifm-color-primary-lighter: #880808;
--ifm-color-primary-lightest: #880808;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}
Expand All @@ -42,11 +42,11 @@
} */

[data-theme='dark'] {
--ifm-color-primary: #beda2f;
--ifm-color-primary-dark: #afca24;
--ifm-color-primary-darker: #a5bf22;
--ifm-color-primary-darkest: #889d1c;
--ifm-color-primary-light: #c5de45;
--ifm-color-primary-lighter: #c9e051;
--ifm-color-primary-lightest: #d3e672;
--ifm-color-primary: #D22B2B;
--ifm-color-primary-dark: #D22B2B;
--ifm-color-primary-darker: #D22B2B;
--ifm-color-primary-darkest: #D22B2B;
--ifm-color-primary-light: #D22B2B;
--ifm-color-primary-lighter: #D22B2B;
--ifm-color-primary-lightest: #D22B2B;
}
2 changes: 1 addition & 1 deletion sop-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
Expand Down

0 comments on commit 680bbc9

Please sign in to comment.