Spaces:
Sleeping
Sleeping
Fixed path
Browse files
website/code/docusaurus.config.js
CHANGED
@@ -10,7 +10,7 @@ const config = {
|
|
10 |
favicon: 'img/favicon.ico',
|
11 |
|
12 |
url: 'https://tbd',
|
13 |
-
baseUrl: '/
|
14 |
|
15 |
onBrokenLinks: 'throw',
|
16 |
onBrokenMarkdownLinks: 'warn',
|
|
|
10 |
favicon: 'img/favicon.ico',
|
11 |
|
12 |
url: 'https://tbd',
|
13 |
+
baseUrl: '/',
|
14 |
|
15 |
onBrokenLinks: 'throw',
|
16 |
onBrokenMarkdownLinks: 'warn',
|
website/code/src/pages/index.jsx
CHANGED
@@ -31,7 +31,7 @@ export default function Homepage() {
|
|
31 |
shape="round"
|
32 |
onClick={() =>
|
33 |
router.push(
|
34 |
-
"/
|
35 |
)
|
36 |
}
|
37 |
>
|
@@ -43,12 +43,12 @@ export default function Homepage() {
|
|
43 |
<Card
|
44 |
title="Chat Bot"
|
45 |
description="Chat Bot."
|
46 |
-
to="/
|
47 |
/>
|
48 |
<Card
|
49 |
title="Guidance and docs"
|
50 |
description="Guidance and Docs"
|
51 |
-
to="/
|
52 |
/>
|
53 |
</Section>
|
54 |
</div>
|
|
|
31 |
shape="round"
|
32 |
onClick={() =>
|
33 |
router.push(
|
34 |
+
"/docs/getting-started"
|
35 |
)
|
36 |
}
|
37 |
>
|
|
|
43 |
<Card
|
44 |
title="Chat Bot"
|
45 |
description="Chat Bot."
|
46 |
+
to="/docs/getting-started"
|
47 |
/>
|
48 |
<Card
|
49 |
title="Guidance and docs"
|
50 |
description="Guidance and Docs"
|
51 |
+
to="/docs/getting-started"
|
52 |
/>
|
53 |
</Section>
|
54 |
</div>
|