Skip to content

Commit 1ea5012

Browse files
authored
Merge pull request #122 from shakacode/jg-conductor/docs-consistency-fixes
Unify demo naming, live URL, and consultation CTA on marketing pages
2 parents ae82baa + 82f0d00 commit 1ea5012

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

prototypes/docusaurus/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const config: Config = {
134134
{to: '/pro', label: 'React on Rails Pro', position: 'left'},
135135
{
136136
href: 'https://www.shakacode.com/contact/',
137-
label: 'Get Expert Help',
137+
label: 'Get expert help',
138138
position: 'right',
139139
className: 'navbar-cta',
140140
},
@@ -191,7 +191,7 @@ const config: Config = {
191191
href: 'https://www.shakacode.com',
192192
},
193193
{
194-
label: 'Book a Complimentary Assessment',
194+
label: 'Book a complimentary assessment',
195195
href: 'https://meetings.hubspot.com/justingordon/30-minute-consultation',
196196
},
197197
],

prototypes/docusaurus/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ body {
270270
text-decoration: underline;
271271
}
272272

273-
/* "Get Expert Help" navbar CTA */
273+
/* "Get expert help" navbar CTA */
274274
.navbar-cta {
275275
background: var(--ifm-color-primary);
276276
color: #ffffff !important;

prototypes/docusaurus/src/pages/pro.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ const proFeatures = [
4747

4848
const demos = [
4949
{
50-
title: 'LocalHub — RSC performance demo',
50+
title: 'Marketplace — RSC performance demo',
5151
description:
5252
'A marketplace built on Pro + RSC, with Lighthouse reports and bundle-size evidence you can inspect.',
53-
liveHref: 'https://rsc.reactonrails.com/search-performance',
53+
liveHref: 'https://rsc.reactonrails.com',
5454
sourceHref: 'https://github.com/shakacode/react-on-rails-demo-marketplace-rsc',
5555
},
5656
{

0 commit comments

Comments
 (0)