Skip to content

Commit 53ce981

Browse files
authored
Add security page and update footer and navigation links (#70)
1 parent 2842266 commit 53ce981

File tree

5 files changed

+339
-90
lines changed

5 files changed

+339
-90
lines changed

src/data/footer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"external": false,
88
"link": "/about/"
99
},
10+
{
11+
"text": "Security",
12+
"external": false,
13+
"link": "/security/"
14+
},
1015
{
1116
"text": "Enterprise",
1217
"external": true,

src/data/nav.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,5 @@
4545
"url": "/blog/",
4646
"prefetch": true,
4747
"external": false
48-
},
49-
{
50-
"display": "FAQ",
51-
"url": "/faq/",
52-
"prefetch": false
5348
}
5449
]

src/pages/404.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const tags = [
5151
<ul>
5252
<li>Check the URL for typos or spelling errors</li>
5353
<li><a href="/download">Download defguard</a></li>
54-
<li>Check out our <a href="/faq">frequently asked questions</a></li>
5554
</ul>
5655
</div>
5756
</FlexibleSection>

src/pages/faq.astro

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)