Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 3272248

Browse files
chore: rename CTA btn and introduction to quick start
1 parent 469e975 commit 3272248

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/intro.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: Introduction
2+
title: Quick Start
33
hide_title: false
44
draft: false
5-
sidebar_label: Introduction
5+
sidebar_label: Quick Start
66
sidebar_position: 0
77
tags:
8-
- introduction
98
- getting started
109
- quick startup
1110
keywords:
@@ -24,8 +23,6 @@ Our Documentation is divided in several sections:
2423
- [Guides](category/guides)
2524
- [Setting up a deriv app](/docs/setting-up-a-deriv-application.md)
2625

27-
### Quick Start
28-
2926
#### Core Concepts
3027

3128
Have a look at the [Core Concept](/docs/category/core-concepts) pages and take your time to read through it. These concepts will help you get familiar with our WebSocket server api and how to use it more efficiently. They are not related to any of our frameworks or libraries.

src/features/Home/HeroHeader/HeroHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const HeroHeader = () => {
2121
</Text>
2222
<a href='/docs/intro'>
2323
<Button type='button' className={styles.HeroButton}>
24-
Read the docs
24+
Quick Start
2525
</Button>
2626
</a>
2727
</div>

0 commit comments

Comments
 (0)