feat: document eslint-config, alt-gen, and naomiai (#54)

Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/54
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2025-01-06 04:53:12 +00:00
committed by Naomi the Technomancer
parent 0ce62b2faa
commit 0dfdf303b5
13 changed files with 427 additions and 9 deletions

View File

@ -11,10 +11,10 @@ export default defineConfig({
ThemeSelect: "./src/components/ThemeSelect.astro",
ThemeProvider: "./src/components/ThemeProvider.astro",
},
title: "Naomi's Documentation",
title: "NHCarrigan Docs",
sidebar: navigation,
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 4},
description: "Helpful documentation we want to share with everyone.",
description: "This site contains all of the documentation related to NHCarrigan, its Policies, and its Projects.",
editLink: {
baseUrl: "https://codeberg.org/nhcarrigan/docs/_edit/main/",
label: "Edit this page on Codeberg"