Skip to content

Commit

Permalink
fix: update astro config imports and remove unused variables (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher authored Jan 4, 2025
1 parent ab3be77 commit 615f7ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import markdoc from '@astrojs/markdoc'
import starlight from '@astrojs/starlight'
import { defineConfig } from 'astro/config'
import { createStarlightTypeDocPlugin } from 'starlight-typedoc'
import starlightTypeDoc, { typeDocSidebarGroup } from 'starlight-typedoc'
import packageJson from '../package.json' with { type: 'json' }

const [_barStarlightTypeDoc, _barTypeDocSidebarGroup] = createStarlightTypeDocPlugin()
Expand Down

0 comments on commit 615f7ff

Please # to comment.