Add doc site

This commit is contained in:
2025-04-15 22:44:55 -04:00
parent d202c002b5
commit 5b321c498f
10 changed files with 117 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
article h2 {
border-bottom: solid 1px gray;
margin-bottom: 1rem;
}

View File

@@ -0,0 +1,10 @@
export default {
defaultTheme: "auto",
iconLinks: [
{
icon: "git",
href: "https://git.bitbadger.solutions/bit-badger/solutions.bitbadger.documents",
title: "Source Repository"
}
]
}