Skip to content

Commit 1fefc50

Browse files
committed
fix(ci): build, broken links
1 parent 68fa767 commit 1fefc50

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ const config: Config = {
101101
links: [
102102
{
103103
title: "Docs",
104-
items: [
105-
{
106-
label: "Tutorial",
107-
to: "/docs/category/security-fundamentals",
108-
},
109-
],
104+
// items: [
105+
// {
106+
// label: "Tutorial",
107+
// to: "/docs/category/security-fundamentals",
108+
// },
109+
// ],
110110
},
111111
{
112112
title: "Community",

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function HomepageHeader() {
2323
<div className={styles.buttons}>
2424
<Link
2525
className="button button--secondary button--lg"
26-
to="/docs/category/security-fundamentals"
26+
to="#"
2727
>
2828
Software Supply Chain Security in 5min ⏱️
2929
</Link>

0 commit comments

Comments
 (0)