Skip to content

Commit

Permalink
doc: update website landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 17, 2024
1 parent 0380d7f commit 01e820f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ import { Icon } from '@astrojs/starlight/components';
<Card title="Powerful tracing features" icon="rocket">
- `ICMP`, `UDP` & `TCP` over `IPv4` & `IPv6` protocols
- Fully customizable tracing options
- `dublin` ๐Ÿ‡ฎ๐Ÿ‡ช and `paris` ๐Ÿ‡ซ๐Ÿ‡ท ECMP algorithms
- `ICMP` extensions (e.g. `MPLS`)
- `dublin` and `paris` `ECMP` strategies
- `ICMP` extensions objects (i.e. `MPLS`)
- Reverse `DNS` and `ASN` lookups
- `NAT` detection
- Run in unprivileged mode

![Trippy main screen](../../assets/main_screen.png)
</Card>
Expand All @@ -51,18 +50,20 @@ import { Icon } from '@astrojs/starlight/components';
- Runs on `Linux`, `macOS`, `Windows`, `*BSD`
- Supports `x86_64`, `aarch64`, `arm7` architectures
- Available from most native package managers
- Run in unprivileged mode

<CardGrid>
<Card title="Linux">
<Icon name="linux" size="8rem"/>
<Icon name="linux" size="4rem"/>
</Card>
<Card title="macOS">
<Icon name="apple" size="8rem"/>
<Icon name="apple" size="4rem"/>
</Card>
<Card title="Windows">
<Icon name="seti:windows" size="8rem"/>
<Icon name="seti:windows" size="4rem"/>
</Card>
<Card title="*BSD">
<Icon name="heart" size="8rem"/>
<Icon name="heart" size="4rem"/>
</Card>
</CardGrid>
</Card>
Expand All @@ -79,10 +80,8 @@ import { Icon } from '@astrojs/starlight/components';
</Card>

<Card title="Trace in your language" icon="translate">
TUI translated into 10 languages:
- Chinese ๐Ÿ‡จ๐Ÿ‡ณ, English ๐Ÿ‡บ๐Ÿ‡ธ, French ๐Ÿ‡ซ๐Ÿ‡ท, German ๐Ÿ‡ฉ๐Ÿ‡ช
- Italian ๐Ÿ‡ฎ๐Ÿ‡น, Portuguese ๐Ÿ‡ต๐Ÿ‡น, Russian ๐Ÿ‡ท๐Ÿ‡บ, Spanish ๐Ÿ‡ช๐Ÿ‡ธ
- Swedish ๐Ÿ‡ธ๐Ÿ‡ช and Turkish ๐Ÿ‡น๐Ÿ‡ท
TUI available in 10 languages:
- Chinese ๐Ÿ‡จ๐Ÿ‡ณ, English ๐Ÿ‡บ๐Ÿ‡ธ, French ๐Ÿ‡ซ๐Ÿ‡ท, German ๐Ÿ‡ฉ๐Ÿ‡ช, Italian ๐Ÿ‡ฎ๐Ÿ‡น, Portuguese ๐Ÿ‡ต๐Ÿ‡น, Russian ๐Ÿ‡ท๐Ÿ‡บ, Spanish ๐Ÿ‡ช๐Ÿ‡ธ, Swedish ๐Ÿ‡ธ๐Ÿ‡ช and Turkish ๐Ÿ‡น๐Ÿ‡ท

![Trippy main screen in Chinese](../../assets/help_screen_zh.png)
</Card>
Expand Down

0 comments on commit 01e820f

Please sign in to comment.