wip remove yarn
This commit is contained in:
parent
59a23ed98d
commit
14b8603164
@ -1,8 +1,8 @@
|
||||
// @ts-check
|
||||
// Note: type annotations allow type checking and IDEs autocompletion
|
||||
|
||||
const lightCodeTheme = require('prism-react-renderer/themes/github');
|
||||
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||
const lightCodeTheme = require('prism-react-renderer').themes.github;
|
||||
const darkCodeTheme = require('prism-react-renderer').themes.dracula;
|
||||
|
||||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
|
@ -3,6 +3,10 @@
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
 "start": "npm run start",
|
||||
 "build": "npm run build",
|
||||
"deploy": "npm run deploy",
|
||||
"serve": "npm run serve"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cmfcmf/docusaurus-search-local": "^1.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user