Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Docusaurus to v3.1.1 #188

Merged
merged 2 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading