Skip to content

Commit

Permalink
🔧 add changelog sidebar config
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 19, 2024
1 parent 0f61178 commit 2ebae76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,9 @@ export default async function createConfigAsync() {
{
changelogPath: "src/changelog/changelog.md",
changelogHeader: `description: Changelog
toc_max_heading_level: 2`,
toc_max_heading_level: 2
sidebar_custom_props:
sidebar_id: changelog`,
} satisfies ChangelogOptions,
],
],
Expand Down

0 comments on commit 2ebae76

Please sign in to comment.