Skip to content

Commit

Permalink
feat: add starlight-typedoc imports (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher authored Jan 4, 2025
1 parent 615f7ff commit bac6221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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 bac6221

Please # to comment.