Skip to content

Commit

Permalink
docs: fix website deploy (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Jul 31, 2023
1 parent 26e44b6 commit b8006b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ testbin/*
# docs site
node_modules/
.docusaurus/
/docs/build/

!build/
build/*
!build/tooling/
!build/version.sh
!/build/
/build/*
!/build/tooling/
!/build/version.sh

# e2e test log outputs
test/e2e/tests/eraser_logs/
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit b8006b3

Please sign in to comment.