We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36edf0d commit 296cc59Copy full SHA for 296cc59
extension/astro.config.ts
@@ -44,6 +44,9 @@ export default defineConfig({
44
lastUpdated: true,
45
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 5 },
46
plugins: [starlightScrollToTop(), starlightChangelogs()],
47
+ expressiveCode: {
48
+ themes: ["starlight-dark", "starlight-light"],
49
+ },
50
sidebar: [
51
{ label: "Overview", autogenerate: { directory: "overview" } },
52
{
0 commit comments