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 7e01f36 commit 2a96ec0Copy full SHA for 2a96ec0
packages/create-docusaurus/templates/classic/docusaurus.config.js
@@ -1,5 +1,8 @@
1
// @ts-check
2
-// Note: type annotations allow type checking and IDEs autocompletion
+// `@type` JSDoc annotations allow editor autocompletion and type checking
3
+// (when paired with `@ts-check`).
4
+// There are various equivalent ways to declare your Docusaurus config.
5
+// See: https://docusaurus.io/docs/api/docusaurus-config
6
7
const lightCodeTheme = require('prism-react-renderer/themes/github');
8
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
0 commit comments