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 30b7627 commit b37f7f9Copy full SHA for b37f7f9
public/docs/survival-guide.pdf
7.68 MB
src/components/header.astro
@@ -6,7 +6,7 @@ import type { NavItem } from "~/types";
6
const { sticky } = Astro.props;
7
8
const navItems: Array<NavItem> = [
9
- // { title: "Survival Guide", url: "" },
+ { title: "Survival Guide", url: "/docs/survival-guide.pdf" },
10
{ title: "Regulation", url: "/docs/RegulamenteFinalBugsByte25.pdf" },
11
{ title: "FAQs", url: "/faqs" },
12
{ title: "Previous edition", url: "https://2024.bugsbyte.org/" },
0 commit comments