Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,20 @@ const config = {
}),
],
],
tagline: 'Open-source planning, scheduling, and sequencing for space missions (formerly Aerie)',
tagline: 'Open-source planning, scheduling, and sequencing for space missions',
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'rebranding_notice',
content:
'<strong>Aerie is now PlanDev!</strong> Same great software, new name. <a href="/plandev-docs/overview/aerie-renamed-to-plandev/">Learn more</a>',
backgroundColor: '#4c7de0',
textColor: '#ffffff',
isCloseable: true,
},
metadata: [
{ name: 'description', content: 'PlanDev (formerly Aerie) - Open-source planning, scheduling, and sequencing software for space missions. Developed by NASA AMMOS.' },
{ name: 'keywords', content: 'mission planning, spacecraft sequencing, aerie, plandev, NASA, AMMOS, space missions, scheduling' },
{
name: 'description',
content:
'PlanDev (formerly Aerie) - Open-source planning, scheduling, and sequencing software for space missions. Developed by NASA AMMOS.',
},
{
name: 'keywords',
content: 'mission planning, spacecraft sequencing, aerie, plandev, NASA, AMMOS, space missions, scheduling',
},
{ name: 'algolia-site-verification', content: '614A37BC4AD17B99' },
],
algolia: {
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageCards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const LearnMoreList = [
description: (
<>
Have a specific quesion that you'd like help with? Curious to speak with someone directly? Send us an email and
we can find to chat or demo PlanDev.
we are happy to help you with PlanDev.
</>
),
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageLogos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function HomepageSponsors() {
<section className={'container'}>
<div className={styles.section}>
<div className={clsx(`${styles.logoSection}`)}>
<h3 className={styles.sectionHeader}>Thank you to our sponsors</h3>
<h3 className={styles.sectionHeader}>Thank you to our collaborators</h3>
<div className={styles.logoWrapper}>
{Sponsors.map((props, idx) => (
<Logo key={idx} {...props} />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function HomepageHeader() {
Get started
</Link>
<div>
Want to chat or schedule a demo?{' '}
NASA missions: please send us an email and we can find a time to chat or demo PlanDev.{' '}
<Link href="mailto:plandev-support@googlegroups.com" className="button--secondary">
Get in touch →
</Link>
Expand Down
Loading