generated from nhcarrigan/template
feat: document task bot (#25)
Related to #23, closes #20 Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/25 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -7,8 +7,13 @@ export default defineConfig({
|
||||
integrations: [starlight({
|
||||
title: "Naomi's Documentation",
|
||||
sidebar: navigation,
|
||||
tableOfContents: true,
|
||||
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 4},
|
||||
description: "Helpful documentation we want to share with everyone.",
|
||||
editLink: {
|
||||
baseUrl: "https://codeberg.org/nhcarrigan/docs/_edit/main/",
|
||||
label: "Edit this page on Codeberg"
|
||||
},
|
||||
lastUpdated: true,
|
||||
social: {
|
||||
codeberg: "https://codeberg.org/nhcarrigan",
|
||||
github: "https://github.com/nhcarrigan",
|
||||
|
Reference in New Issue
Block a user