From 3601add7d0bfd7dcee6741ef86fc7ac5110e7f08 Mon Sep 17 00:00:00 2001 From: LimesKey Date: Mon, 16 Dec 2024 19:11:41 -0500 Subject: [PATCH] selfhost the guide in a markdown formatter --- app/components/SideBar.tsx | 129 ++++++++++++++++++++++++++ app/components/top.tsx | 2 +- app/guide/guideMD.mdx | 76 +++++++++------- app/guide/page.tsx | 181 ++++++++++++++++++++++++++++++------- public/OrpheusFlag.svg | 1 + 5 files changed, 321 insertions(+), 68 deletions(-) create mode 100644 app/components/SideBar.tsx create mode 100644 public/OrpheusFlag.svg diff --git a/app/components/SideBar.tsx b/app/components/SideBar.tsx new file mode 100644 index 0000000..e4e859a --- /dev/null +++ b/app/components/SideBar.tsx @@ -0,0 +1,129 @@ +import { Box } from 'theme-ui'; +import Link from 'next/link'; + +const SideBar = () => { + return ( + + + + ); +}; + +export default SideBar; \ No newline at end of file diff --git a/app/components/top.tsx b/app/components/top.tsx index 71d8a09..2b0bc6e 100644 --- a/app/components/top.tsx +++ b/app/components/top.tsx @@ -55,7 +55,7 @@ const tipitytopity = () => { }}> Design a PCB holiday decoration this winter, get one shipped! - +