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

Commit 124b00a

Browse files
authored
Merge pull request #231 from utkarsha-deriv/utkarsha/rename-introduction-to-quickstart
2 parents 956b073 + ccca924 commit 124b00a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

docs/intro.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
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
10-
- quick startup
9+
- quick start
1110
keywords:
1211
- deriv
1312
- api
1413
- getting started
15-
- quick startup
14+
- quick start
1615
description: Getting started with Deriv API
1716
---
1817

@@ -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)