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

Commit ab25fe8

Browse files
committed
chore: seo updates documentaton
1 parent 63ce35f commit ab25fe8

File tree

5 files changed

+56
-63
lines changed

5 files changed

+56
-63
lines changed

docs/guides/markup-calculation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Charge the contract markups
2+
title: Charge contract markups
33
hide_title: true
44
draft: false
55
sidebar_label: Markup calculation

docs/guides/oauth2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Open authoriaation
2+
title: Open authorisation
33
hide_title: true
44
draft: false
55
sidebar_label: OAuth2

docs/intro.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

docs/intro.mdx

Lines changed: 53 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords:
1414
- api
1515
- getting started
1616
- quick startup
17-
description: Getting started with Deriv API
17+
description: Get an overview of the available Deriv API code examples and languages, and how to use it to create your trading app.
1818
---
1919

2020
import RenderOfficialContents from '@site/src/components/RenderOfficialContents';
@@ -23,55 +23,94 @@ 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

3749
<h3>Quick Start</h3>
3850

3951
<RenderOfficialContents>
40-
<h4>Core Concepts</h4>
52+
<h4>Core Concepts</h4>
4153
</RenderOfficialContents>
4254

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

4763
<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>
64+
<p>
65+
When you read through the <a href='/docs/category/core-concepts'>Core concepts</a> page, you can
66+
start choosing your implementation approach based on the language, framework or library you want
67+
to use in your application.
68+
</p>
4969
</RenderOfficialContents>
5070

5171
<h4>Code Examples</h4>
5272

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

5581
<RenderOfficialContents>
5682
<h4>Languages</h4>
5783
</RenderOfficialContents>
5884

5985
<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>
86+
<p>
87+
When using our code examples, we also suggest to have a look at our{' '}
88+
<a href='/docs/category/languages'>Languages</a> section. Here, we describe in detail how you
89+
can setup your personal project properly to make use of our API. This will surely come helpful
90+
when you try to integrate some of our code examples in your own project.
91+
</p>
6192
</RenderOfficialContents>
6293

6394
<RenderOfficialContents>
6495
<h4>Guides</h4>
6596
</RenderOfficialContents>
6697

6798
<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>
99+
<p>
100+
If you want to know for example how you can `monetize your application` or how to create a
101+
`secure way for users to log in` to your application, then we provide a handful of{' '}
102+
<a href='/docs/category/guides'>Guides</a> that can assist you with that.
103+
</p>
69104
</RenderOfficialContents>
70105

71106
<RenderOfficialContents>
72107
<h4>Setting up a Deriv application</h4>
73108
</RenderOfficialContents>
74109

75110
<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>
111+
<p>
112+
If you want to know more about the essentials that are needed to setup your own application,
113+
then have a look at the{' '}
114+
<a href='/docs/setting-up-a-deriv-application'>Setting up a Deriv application</a> section.
115+
</p>
77116
</RenderOfficialContents>

docs/languages/javascript/websocket-connection/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: setuo a WebSocket connection
2+
title: Setup a WebSocket connection
33
sidebar_label: WebSocket connection
44
sidebar_position: 1
55
tags:

0 commit comments

Comments
 (0)