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

Commit

Permalink
Merge pull request #234 from sanjam-deriv/quickstart1
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-deriv authored Aug 9, 2023
2 parents 2e92de3 + f6fee0a commit 68f9212
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 20 deletions.
4 changes: 2 additions & 2 deletions docs/_intro_backup.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Introduction
title: Quick start
hide_title: false
draft: false
sidebar_label: Introduction
sidebar_label: Quick start
sidebar_position: 0
tags:
- introduction
Expand Down
73 changes: 55 additions & 18 deletions docs/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Introduction
title: Quick start
hide_title: false
draft: false
sidebar_label: Introduction
sidebar_label: Quick start
sidebar_position: 0
sidebar_class_name: hide-sidebar-item
tags:
- introduction
- Quick start
- getting started
- quick startup
keywords:
Expand All @@ -23,55 +23,92 @@ Our Documentation is divided in several sections:

<RenderOfficialContents>
<ul>
<li><a href='category/core-concepts'>Core concepts</a></li>
<li><a href='category/code-examples'>Code examples</a></li>
<li><a href='category/languages'>Languages</a></li>
<li><a href='category/guides'>Guides</a></li>
<li><a href='setting-up-a-deriv-application'>Setting up a deriv app</a></li>
<li>
<a href='category/core-concepts'>Core concepts</a>
</li>
<li>
<a href='category/code-examples'>Code examples</a>
</li>
<li>
<a href='category/languages'>Languages</a>
</li>
<li>
<a href='category/guides'>Guides</a>
</li>
<li>
<a href='setting-up-a-deriv-application'>Setting up a deriv app</a>
</li>
</ul>
<ul>
<li><a href='category/code-examples'>Code examples</a></li>
<li>
<a href='category/code-examples'>Code examples</a>
</li>
</ul>
</RenderOfficialContents>

<h3>Quick Start</h3>

<RenderOfficialContents>
<h4>Core Concepts</h4>
<h4>Core Concepts</h4>
</RenderOfficialContents>

<RenderOfficialContents>
<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>
<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>
</RenderOfficialContents>

<RenderOfficialContents>
<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>
<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>
</RenderOfficialContents>

<h4>Code Examples</h4>

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

<RenderOfficialContents>
<h4>Languages</h4>
</RenderOfficialContents>

<RenderOfficialContents>
<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>
<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>
</RenderOfficialContents>

<RenderOfficialContents>
<h4>Guides</h4>
</RenderOfficialContents>

<RenderOfficialContents>
<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>
<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>
</RenderOfficialContents>

<RenderOfficialContents>
<h4>Setting up a Deriv application</h4>
</RenderOfficialContents>

<RenderOfficialContents>
<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>
<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>
</RenderOfficialContents>

1 comment on commit 68f9212

@vercel
Copy link

@vercel vercel bot commented on 68f9212 Aug 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

deriv-api-docs – ./

deriv-api-docs-git-master.binary.sx
deriv-api-docs.binary.sx

Please sign in to comment.