Skip to content

Commit b37f7f9

Browse files
authored
feat: survival guide (#70)
1 parent 30b7627 commit b37f7f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/docs/survival-guide.pdf

7.68 MB
Binary file not shown.

src/components/header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { NavItem } from "~/types";
66
const { sticky } = Astro.props;
77
88
const navItems: Array<NavItem> = [
9-
// { title: "Survival Guide", url: "" },
9+
{ title: "Survival Guide", url: "/docs/survival-guide.pdf" },
1010
{ title: "Regulation", url: "/docs/RegulamenteFinalBugsByte25.pdf" },
1111
{ title: "FAQs", url: "/faqs" },
1212
{ title: "Previous edition", url: "https://2024.bugsbyte.org/" },

0 commit comments

Comments
 (0)