finished markdown for docs

This commit is contained in:
2024-02-02 21:47:13 +01:00
parent 03798cdaf9
commit 17a0793843
8 changed files with 347 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ interface Props {
const { title } = Astro.props;
const { description } = Astro.props;
import "../styles/main.scss";
import "../styles/callout.scss";
import Navbar from "../components/Navbar.astro";
import Footer from "../components/Footer.astro";