Skip to content

Commit

Permalink
feat: route jump (#67)
Browse files Browse the repository at this point in the history
* feat: Route jump

Signed-off-by: zhaoxinxin <[email protected]>

* feat: Route jump

Signed-off-by: zhaoxinxin <[email protected]>

---------

Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao committed Feb 6, 2024
1 parent 31d6d7a commit ff21ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is designed to increase the efficiency of large-scale data distribution and i
It is widely used in various domains such as image acceleration, file distribution,
AI model distribution, AI dataset distribution, etc.

## Features
## Features {#features}

Here are some of the features that Dragonfly offers:

Expand All @@ -25,7 +25,7 @@ download tools, etc.

![features](./resource/introduction/features.jpeg)

## Milestone
## Milestones {#milestones}

[Dragonfly 1.x](https://github.com/dragonflyoss/Dragonfly) has been open source in November 2017 and used in production
environments by many companies.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export default function Home() {
</h1>
</div>
<div className={styles.buttonWrapper}>
<Button href={useBaseUrl('docs/next/#evolution')}>
<Button href={useBaseUrl('docs/next/#milestones')}>
<img
className={styles.viewFeaturesIcon}
src={useBaseUrl('img/icon/development-learn-more.svg')}
Expand Down

0 comments on commit ff21ee3

Please sign in to comment.