mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-14 16:42:30 +00:00
📝 Docs: 商店头像 skeleton (#3362)
This commit is contained in:
+2
-1
@@ -10,9 +10,10 @@
|
||||
*/
|
||||
import path from "path";
|
||||
|
||||
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
||||
import { getChangelogItemsSync } from "@nullbot/docusaurus-plugin-changelog";
|
||||
|
||||
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
||||
|
||||
const changelogPath = path.join(__dirname, "src/changelog/changelog.md");
|
||||
const changelogItems = getChangelogItemsSync(changelogPath, 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user