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

Commit 68f9212

Browse files
authored
Merge pull request #234 from sanjam-deriv/quickstart1
2 parents 2e92de3 + f6fee0a commit 68f9212

File tree

2 files changed

+57
-20
lines changed

2 files changed

+57
-20
lines changed

docs/_intro_backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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:
88
- introduction

docs/intro.mdx

Lines changed: 55 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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
sidebar_class_name: hide-sidebar-item
88
tags:
9-
- introduction
9+
- Quick start
1010
- getting started
1111
- quick startup
1212
keywords:
@@ -23,55 +23,92 @@ Our Documentation is divided in several sections:
2323

2424
<RenderOfficialContents>
2525
<ul>
26-
<li><a href='category/core-concepts'>Core concepts</a></li>
27-
<li><a href='category/code-examples'>Code examples</a></li>
28-
<li><a href='category/languages'>Languages</a></li>
29-
<li><a href='category/guides'>Guides</a></li>
30-
<li><a href='setting-up-a-deriv-application'>Setting up a deriv app</a></li>
26+
<li>
27+
<a href='category/core-concepts'>Core concepts</a>
28+
</li>
29+
<li>
30+
<a href='category/code-examples'>Code examples</a>
31+
</li>
32+
<li>
33+
<a href='category/languages'>Languages</a>
34+
</li>
35+
<li>
36+
<a href='category/guides'>Guides</a>
37+
</li>
38+
<li>
39+
<a href='setting-up-a-deriv-application'>Setting up a deriv app</a>
40+
</li>
3141
</ul>
3242
<ul>
33-
<li><a href='category/code-examples'>Code examples</a></li>
43+
<li>
44+
<a href='category/code-examples'>Code examples</a>
45+
</li>
3446
</ul>
3547
</RenderOfficialContents>
3648

37-
<h3>Quick Start</h3>
38-
3949
<RenderOfficialContents>
40-
<h4>Core Concepts</h4>
50+
<h4>Core Concepts</h4>
4151
</RenderOfficialContents>
4252

4353
<RenderOfficialContents>
44-
<p>Have a look at the <a href='/docs/category/core-concepts'>Core concepts</a> 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.</p>
54+
<p>
55+
Have a look at the <a href='/docs/category/core-concepts'>Core concepts</a> pages and take your
56+
time to read through it. These concepts will help you get familiar with our WebSocket server api
57+
and how to use it more efficiently. They are not related to any of our frameworks or libraries.
58+
</p>
4559
</RenderOfficialContents>
4660

4761
<RenderOfficialContents>
48-
<p>When you read through the <a href='/docs/category/core-concepts'>Core concepts</a> page, you can start choosing your implementation approach based on the language, framework or library you want to use in your application.</p>
62+
<p>
63+
When you read through the <a href='/docs/category/core-concepts'>Core concepts</a> page, you can
64+
start choosing your implementation approach based on the language, framework or library you want
65+
to use in your application.
66+
</p>
4967
</RenderOfficialContents>
5068

5169
<h4>Code Examples</h4>
5270

53-
<p>If you want to know how you can implement our API within your code, then we suggest to have a look at our <a href='/docs/category/code-examples'>Code examples</a>. These code examples come in `CodeSandboxes`. This allows you to easily fork the code examples and experiment with them for personal use. For now we only have JavaScript code examples, but, we plan to add more examples that are created with different languages, frameworks and libraries in the near future.</p>
71+
<p>
72+
If you want to know how you can implement our API within your code, then we suggest to have a look
73+
at our <a href='/docs/category/code-examples'>Code examples</a>. These code examples come in
74+
`CodeSandboxes`. This allows you to easily fork the code examples and experiment with them for
75+
personal use. For now we only have JavaScript code examples, but, we plan to add more examples
76+
that are created with different languages, frameworks and libraries in the near future.
77+
</p>
5478

5579
<RenderOfficialContents>
5680
<h4>Languages</h4>
5781
</RenderOfficialContents>
5882

5983
<RenderOfficialContents>
60-
<p>When using our code examples, we also suggest to have a look at our <a href='/docs/category/languages'>Languages</a> section. Here, we describe in detail how you can setup your personal project properly to make use of our API. This will surely come helpful when you try to integrate some of our code examples in your own project.</p>
84+
<p>
85+
When using our code examples, we also suggest to have a look at our{' '}
86+
<a href='/docs/category/languages'>Languages</a> section. Here, we describe in detail how you
87+
can setup your personal project properly to make use of our API. This will surely come helpful
88+
when you try to integrate some of our code examples in your own project.
89+
</p>
6190
</RenderOfficialContents>
6291

6392
<RenderOfficialContents>
6493
<h4>Guides</h4>
6594
</RenderOfficialContents>
6695

6796
<RenderOfficialContents>
68-
<p>If you want to know for example how you can `monetize your application` or how to create a `secure way for users to log in` to your application, then we provide a handful of <a href='/docs/category/guides'>Guides</a> that can assist you with that.</p>
97+
<p>
98+
If you want to know for example how you can `monetize your application` or how to create a
99+
`secure way for users to log in` to your application, then we provide a handful of{' '}
100+
<a href='/docs/category/guides'>Guides</a> that can assist you with that.
101+
</p>
69102
</RenderOfficialContents>
70103

71104
<RenderOfficialContents>
72105
<h4>Setting up a Deriv application</h4>
73106
</RenderOfficialContents>
74107

75108
<RenderOfficialContents>
76-
<p>If you want to know more about the essentials that are needed to setup your own application, then have a look at the <a href='/docs/setting-up-a-deriv-application'>Setting up a Deriv application</a> section.</p>
109+
<p>
110+
If you want to know more about the essentials that are needed to setup your own application,
111+
then have a look at the{' '}
112+
<a href='/docs/setting-up-a-deriv-application'>Setting up a Deriv application</a> section.
113+
</p>
77114
</RenderOfficialContents>

0 commit comments

Comments
 (0)