Skip to content

Commit 12f0934

Browse files
authored
Merge pull request #14 from NASA-AMMOS/rename_feedback
address landing page feedback on legacy name and demo language
2 parents 0e7db0c + bd1c6dd commit 12f0934

4 files changed

Lines changed: 13 additions & 14 deletions

File tree

docusaurus.config.js

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,20 @@ const config = {
3535
}),
3636
],
3737
],
38-
tagline: 'Open-source planning, scheduling, and sequencing for space missions (formerly Aerie)',
38+
tagline: 'Open-source planning, scheduling, and sequencing for space missions',
3939
themeConfig:
4040
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
4141
({
42-
announcementBar: {
43-
id: 'rebranding_notice',
44-
content:
45-
'<strong>Aerie is now PlanDev!</strong> Same great software, new name. <a href="/plandev-docs/overview/aerie-renamed-to-plandev/">Learn more</a>',
46-
backgroundColor: '#4c7de0',
47-
textColor: '#ffffff',
48-
isCloseable: true,
49-
},
5042
metadata: [
51-
{ name: 'description', content: 'PlanDev (formerly Aerie) - Open-source planning, scheduling, and sequencing software for space missions. Developed by NASA AMMOS.' },
52-
{ name: 'keywords', content: 'mission planning, spacecraft sequencing, aerie, plandev, NASA, AMMOS, space missions, scheduling' },
43+
{
44+
name: 'description',
45+
content:
46+
'PlanDev (formerly Aerie) - Open-source planning, scheduling, and sequencing software for space missions. Developed by NASA AMMOS.',
47+
},
48+
{
49+
name: 'keywords',
50+
content: 'mission planning, spacecraft sequencing, aerie, plandev, NASA, AMMOS, space missions, scheduling',
51+
},
5352
{ name: 'algolia-site-verification', content: '614A37BC4AD17B99' },
5453
],
5554
algolia: {

src/components/HomepageCards/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const LearnMoreList = [
186186
description: (
187187
<>
188188
Have a specific quesion that you'd like help with? Curious to speak with someone directly? Send us an email and
189-
we can find to chat or demo PlanDev.
189+
we are happy to help you with PlanDev.
190190
</>
191191
),
192192
},

src/components/HomepageLogos/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function HomepageSponsors() {
7171
<section className={'container'}>
7272
<div className={styles.section}>
7373
<div className={clsx(`${styles.logoSection}`)}>
74-
<h3 className={styles.sectionHeader}>Thank you to our sponsors</h3>
74+
<h3 className={styles.sectionHeader}>Thank you to our collaborators</h3>
7575
<div className={styles.logoWrapper}>
7676
{Sponsors.map((props, idx) => (
7777
<Logo key={idx} {...props} />

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function HomepageHeader() {
2929
Get started
3030
</Link>
3131
<div>
32-
Want to chat or schedule a demo?{' '}
32+
NASA missions: please send us an email and we can find a time to chat or demo PlanDev.{' '}
3333
<Link href="mailto:plandev-support@googlegroups.com" className="button--secondary">
3434
Get in touch →
3535
</Link>

0 commit comments

Comments
 (0)