Skip to content

Commit 1378bc4

Browse files
authored
Improve the Onboarding Workflow (#735)
1 parent 4a849ac commit 1378bc4

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

docs/intro/path.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ import Steps from "@site/src/components/Steps";
1717
There are two easy ways to get started. You can dive right in with our Quickstart documentation if you're a hands-on learner. Alternatively, if you prefer Cloud Posse to do it for you, try our Jumpstart. Pick what works best for you! Plus, we provide [multiple support options](/support) if you get stuck.
1818
</Intro>
1919

20+
All of the documentation on this site corresponds to our AWS Reference Architecture.
21+
22+
We give away all the tools for free—[Terraform modules](https://github.com/cloudposse), [components](https://github.com/cloudposse-terraform-components), [Atmos](https://atmos.tools), and TONS more. But the system that ties it all together? That’s what we sell. Our reference architecture funds the Open Source that powers your business.
23+
24+
2025
<Tabs>
2126
<TabItem value="quickstart" label="Quickstart (DIY)">
2227

23-
Our Quickstart provides an end-to-end configuration of our AWS reference architecture customized to your needs and implemented by you at your own pace.
28+
Our Quickstart provides an end-to-end configuration of our AWS reference architecture [customized to your needs](/quickstart/kickoff/#-review-design-decisions) and implemented by you at your own pace.
2429

2530
You can start today, by following along with our [Quickstart documentation](/quickstart) to get a sense of what's involved.
2631

@@ -40,6 +45,8 @@ import Steps from "@site/src/components/Steps";
4045

4146
Your GitHub Sponsorship goes a long way towards making sustainable Open Source possible!
4247

48+
If you’re using what we build and it’s making you money, investing in the system isn’t just getting the help you need—it’s making sure this ecosystem thrives.
49+
4350
### Unable to use GitHub Sponsors?
4451

4552
Try [AWS IQ](https://cloudposse.com/awsiq) or [AWS Marketplace](https://aws.amazon.com/marketplace/pp/prodview-giy2txouane54) instead. Just initiate a request and we'll be in touch or [contact us](https://cloudposse.com/meet) to discuss other options.

docs/quickstart/kickoff.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import TabItem from "@theme/TabItem";
2929
<KeyPoints title="We Will Review">
3030
- **Review Design Decisions** Confirm your requirements answer any questions you may have
3131
- **Cover Next Steps** Review what to expect after the call, and what you need to get started
32-
- **Support** Introduce the [available support options](/support), including GitHub Discussions, Customer Workshops, and Office Hours
32+
- **Introduce Support Options** in the event you get stuck
3333
</KeyPoints>
3434

3535
## Preparing for the Kickoff Meeting
@@ -39,13 +39,16 @@ This document outlines what to expect from your first call with Cloud Posse. In
3939
<Steps>
4040
1. Decide who will lead the project in your organization
4141
2. Ensure everyone who needs to be on the call is added to the invitation
42-
3. Read through the [Design Decisions](#review-design-decisions) and prepare questions and decisions
43-
4. Review the list of [Actions Items](#action-items) following this
44-
call
42+
3. Read through the [Design Decisions](#-review-design-decisions) and prepare questions and decisions
43+
4. Review the list of [Actions Items](#action-items) following this call
4544
</Steps>
4645

46+
---
47+
4748
## Kickoff Meeting Agenda
4849

50+
The following is the agenda for our Kick off call with you. We'll schedule this call as soon as you've purchased a [Quickstart](/intro/path) and submitted your [Design Decisions](#-review-design-decisions).
51+
4952
<Steps>
5053
<Step>
5154
### <StepNumber/> Introductions

docs/quickstart/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import StepNumber from '@site/src/components/StepNumber';
5151
</Step>
5252

5353
<Step>
54-
## <StepNumber/> Get Started in 2-3 Days
54+
## <StepNumber/> Start Building
5555

5656
After the call, you'll receive all the configurations customized to your requirements in about a 2-3 days.
5757

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function createConfig() {
204204
announcementBar: {
205205
id: 'quickstart',
206206
content:
207-
'Missing the <strong>Quickstart</strong> configurations? <a href="/intro/path/">Consider a sponsorship!</a>',
207+
'Missing the <strong>Quickstart</strong> configurations? <a href="/intro/path/">Start here!</a>',
208208
backgroundColor: 'var(--announcement-bar-background)',
209209
textColor: 'var(--announcement-bar-text-color)',
210210
isCloseable: true,

0 commit comments

Comments
 (0)