File tree Expand file tree Collapse file tree 2 files changed +7
-53
lines changed
Expand file tree Collapse file tree 2 files changed +7
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import React from "react" ;
12import clsx from "clsx" ;
23import Link from "@docusaurus/Link" ;
34import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
@@ -19,15 +20,15 @@ function HomepageHeader() {
1920 < div className = { styles . buttons } style = { { display : 'flex' , gap : '16px' } } >
2021 < Link
2122 className = "button button--secondary button--lg"
22- to = "/docs/architecture "
23+ to = "/docs/hydra_feature_analysis "
2324 >
24- Architecture
25+ Scenario Tests
2526 </ Link >
2627 < Link
2728 className = "button button--secondary button--lg"
28- to = "/docs/hydra_feature_analysis "
29+ to = "/docs/architecture "
2930 >
30- Scenario Tests
31+ Architecture
3132 </ Link >
3233 < Link
3334 className = "button button--secondary button--lg"
@@ -37,9 +38,9 @@ function HomepageHeader() {
3738 </ Link >
3839 < Link
3940 className = "button button--secondary button--lg"
40- to = "/docs/tutorial "
41+ to = "/docs/hydra-js-client/getting-started "
4142 >
42- Tutorial
43+ Getting Started
4344 </ Link >
4445 </ div >
4546
You can’t perform that action at this time.
0 commit comments