Skip to content

Commit

Permalink
add code line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nin3lee authored Sep 26, 2024
1 parent 94cba5a commit c17bef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/docs/zh-cn/reference/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ interface StarlightPlugin {
command: 'dev' | 'build' | 'preview';
isRestart: boolean;
logger: AstroIntegrationLogger;
injectTranslations: (Record<string, Record<string, string>>) => void;
}) => void | Promise<void>;
};
}
Expand Down

0 comments on commit c17bef5

Please sign in to comment.