Skip to content

Commit

Permalink
polish(create-docusaurus): add comment in config to mention different…
Browse files Browse the repository at this point in the history
… ways to declare config + doc link (#8944)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
  • Loading branch information
thadguidry and Josh-Cena committed May 3, 2023
1 parent 7e01f36 commit 2a96ec0
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,5 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
// `@type` JSDoc annotations allow editor autocompletion and type checking
// (when paired with `@ts-check`).
// There are various equivalent ways to declare your Docusaurus config.
// See: https://docusaurus.io/docs/api/docusaurus-config

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
Expand Down

0 comments on commit 2a96ec0

Please sign in to comment.