Skip to content

Commit

Permalink
Website. Fix a few links
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Feb 15, 2024
1 parent e89ec38 commit b84c55f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Slower transactions (Sui consensus) are used for most "control plane" synchroniz

Firewall functionality also includes back pressure management to minimize initiating/paying for transactions while the server is already known offline or too busy.

(2) Optionally, the DTP Host object gather statistics from all its Pipe objects and can adjust the traffic policies, as an example to block an abusing sender. (Note: Synchronization with owned object is a **logical** representation. See [Non-Blocking Fast path](#non-blocking-fast-path) for more design details).
(2) Optionally, the DTP Host object gather statistics from all its Pipe objects and can adjust the traffic policies, as an example to block an abusing sender. (Note: Synchronization with owned object is a **logical** representation. See [Non-Blocking Data Plane](#non-blocking-data-plane) for more design details).

(3) The server configure the firewall and does a periodical heartbeat using its shared DTP Host object. The DTP services daemon can also be configured to further actively control the firewall depending of its load (TBD).

Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DTP provides networking building blocks that can be applied in many ways.

You will find on this page a few inspiring ideas.

When ready <a href='../how-to/install.md?url'><HopeIcon icon="arrow-right"/> Go to choose your installation setup ...</a>.
When ready <a href='../how-to/install?url'><HopeIcon icon="arrow-right"/> Go to choose your installation setup ...</a>.

## Which layer do you need to work with?
DTP features are available in roughly 3 layers (by increasing level of difficulty):
Expand Down
4 changes: 3 additions & 1 deletion docs/src/how-to/full_setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: Full Development Setup
editLink: true
headerDepth: 0
---
## Full Development Setup

::: warning
work-in-progress. The installation process is not yet fully implemented.
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/src/how-to/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The setup includes a Sui development framework (Suibase), the DTP Service Daemon

DTP is not conflicting with other Sui installations (e.g. official Mysten Labs cargo install) and can be uninstalled easily.

<a href='./full_setup.md?url'><i class='iconfont icon-arrow'></i> Go to Full Setup ...</a>
<a href='../how-to/full_setup?url'><HopeIcon icon="arrow-right"/> Go to Full Setup ...</a>.

## Choice 2 of 3: DTP Services Runtime (No Coding)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Alternatively, you can direct your TCP/IP socket (or websocket) traffic toward a

Not sure if a good fit? <a href='../examples/?url'><HopeIcon icon="arrow-right"/> Check a few use cases</a>.

Ready to try it ? <a href='../how-to/install.md?url'><HopeIcon icon="arrow-right"/> Go to Installation</a>.
Ready to try it ? <a href='../how-to/install?url'><HopeIcon icon="arrow-right"/> Go to Installation</a>.

0 comments on commit b84c55f

Please sign in to comment.