We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fa767 commit 1fefc50Copy full SHA for 1fefc50
docusaurus.config.ts
@@ -101,12 +101,12 @@ const config: Config = {
101
links: [
102
{
103
title: "Docs",
104
- items: [
105
- {
106
- label: "Tutorial",
107
- to: "/docs/category/security-fundamentals",
108
- },
109
- ],
+ // items: [
+ // {
+ // label: "Tutorial",
+ // to: "/docs/category/security-fundamentals",
+ // },
+ // ],
110
},
111
112
title: "Community",
src/pages/index.tsx
@@ -23,7 +23,7 @@ function HomepageHeader() {
23
<div className={styles.buttons}>
24
<Link
25
className="button button--secondary button--lg"
26
- to="/docs/category/security-fundamentals"
+ to="#"
27
>
28
Software Supply Chain Security in 5min ⏱️
29
</Link>
0 commit comments