Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Replace 10 minute quick start, update Build home page with text changes. #1241

Merged
merged 10 commits into from
Nov 29, 2023
5 changes: 5 additions & 0 deletions .changeset/sixty-olives-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kadena/docs": patch
---

[docs] Replace 10 minute quick start, update Build home page with text changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are the images doing in this PR?
i dont see them used anywhere.
if not used, can u remove them?

Copy link
Contributor Author

@lsgunnlsgunn lsgunnlsgunn Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually want to include some of the screen shots I captured but I was having an issue with the doc engine complaining about them.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 11 additions & 12 deletions packages/apps/docs/src/pages/build/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,19 @@ const Home: FC<IProps> = ({ blogPosts, popularPages }) => {
<Grid.Root gap="$lg" columns={{ sm: 1, lg: 2 }}>
<Grid.Item>
<Card fullWidth>
<Heading as="h4">Getting started tutorial</Heading>
<Heading as="h4">Get started with tutorials</Heading>
<Box marginY="$4">
<Text>
Getting started is simple. Building useful applications on a
blockchain doesn’t have to be hard or expensive. This Developer
Quickstart is designed to remove the friction from onboarding so
that you can understand how to build with Kadena quickly and
easily.
Building applications to run on a blockchain doesn&apos;t have
to be hard, time-consuming, or expensive. Get started with the
basics through hands-on tutorials. Learn how to set up a
development network, create and fund a development wallet,
deploy a smart contract, and more. Take the first step by
clicking Quick start.
</Text>
</Box>
<Button as="a" asChild icon="TrailingIcon">
<Link href={'/build/guides/election-dapp-tutorial'}>
Build a dApp
</Link>
<Link href={'/build/quickstart'}>Quick start</Link>
</Button>
</Card>
</Grid.Item>
Expand All @@ -67,14 +66,14 @@ const Home: FC<IProps> = ({ blogPosts, popularPages }) => {
<Grid.Root gap="$lg" columns={{ sm: 1, lg: 2 }}>
<Grid.Item>
<DocsCard
label="Quickstart"
description="This Developer Quickstart is designed to remove the friction from onboarding so that you can understand how to build with Kadena quickly and easily."
label="Quick start"
description="Follow the Quick start to set up a development environment and deploy your first smart contract on Kadena."
schema="warning"
background="contribute"
>
<BrowseSection marker="none">
<Link className={docsCardLink} href="/build/quickstart">
10 minute quick start
Quick start
</Link>
<Link
className={docsCardLink}
Expand Down
542 changes: 542 additions & 0 deletions packages/apps/docs/src/pages/build/quickstart/index.md

Large diffs are not rendered by default.

Loading