Skip to content

Commit

Permalink
Merge pull request #188 from galacticcouncil/upgrade
Browse files Browse the repository at this point in the history
Upgrade Docusaurus to v3.1.1
  • Loading branch information
vgantchev authored Jun 4, 2024
2 parents 1a22f1c + e3e4a9c commit 81ac7f4
Show file tree
Hide file tree
Showing 10 changed files with 3,901 additions and 3,271 deletions.
4 changes: 3 additions & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: contributing
title: Writing Docs
---

import useBaseUrl from '@docusaurus/useBaseUrl';

You can write content using [GitHub-flavored Markdown syntax](https://github.github.com/gfm/).

## Markdown Syntax {#markdown-syntax}
Expand Down Expand Up @@ -66,7 +68,7 @@ Strikethrough uses two tildes. ~~Scratch this.~~

Or leave it empty and use the [link text itself].

URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com/ or <http://www.example.com/> and sometimes example.com (but not on GitHub, for example).
URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com/ and sometimes example.com (but not on GitHub, for example).

Some text to show that the reference links can follow later.

Expand Down
2 changes: 1 addition & 1 deletion docs/omnipool_dca.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Users can track the status of their orders on the UI. Open orders can at any tim

[Split Trade](https://app.hydradx.io/trade) is a more simple implementation of DCA directly into the main trade page. It provides users with a one-click solution for splitting larger orders in order to protect themselves from slippage.

When activated, Split Trade will split the order in smaller chunks until the size of the trades is small enough to achieve <0.1% slippage (estimate only - the exact slippage for future trades can never be predicted in advance).
When activated, Split Trade will split the order in smaller chunks until the size of the trades is small enough to achieve less than 0.1% slippage (estimate only - the exact slippage for future trades can never be predicted in advance).

Open Split Trade orders can be terminated by the user at any time, just like any regular DCA order.
204 changes: 0 additions & 204 deletions i18n/cn/docusaurus-plugin-content-docs/current/contributing.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ HydraDX DCA 有两种实现方式 - **[完整功能 DCA](#hydradx-dca)** 和 **[

**[拆分交易](https://app.hydradx.io/trade)** 是在交易页面上更加直接简单地实现 DCA。它为用户提供了“一键”解决方案,用于拆分较大的订单,以保护自己免受滑点影响。

激活后,拆分交易会将订单分割成更小的块,直到交易规模小到可以实现 <0.1% 的滑点(这仅是估计 - 未来确切的交易滑点,永远无法预测)。
激活后,拆分交易会将订单分割成更小的块,直到交易规模小到可以实现 < 0.1% 的滑点(这仅是估计 - 未来确切的交易滑点,永远无法预测)。

用户可以随时终止执行中的拆分交易订单,就像常规的 DCA 订单一样。
Loading

0 comments on commit 81ac7f4

Please sign in to comment.